Skip to content

Commit

Permalink
chore: sftp filemanager mocks (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr authored Jul 23, 2024
1 parent 8724b87 commit f2c340a
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
81 changes: 81 additions & 0 deletions sftp/mock_sftp/mock_filemanager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sftp/sftp.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:generate mockgen -destination=mock_sftp/mock_filemanager.go -package mock_sftp github.com/rudderlabs/rudder-go-kit/sftp FileManager
package sftp

import (
Expand Down

0 comments on commit f2c340a

Please sign in to comment.