Skip to content

Commit

Permalink
Configure mockery interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBaulch committed Nov 3, 2024
1 parent a955ee2 commit cb5eba9
Show file tree
Hide file tree
Showing 14 changed files with 1,028 additions and 1,102 deletions.
19 changes: 19 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ packages:
github.com/c2fo/vfs/v6/backend/s3:
config:
all: true
github.com/aws/aws-sdk-go/service/s3/s3iface:
config:
all: true
dir: "backend/s3/mocks"
github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface:
config:
dir: "backend/s3/mocks"
interfaces:
UploaderAPI:
github.com/c2fo/vfs/v6/backend/sftp:
interfaces:
Client:
ReadWriteSeekCloser:
io/fs:
config:
dir: "backend/sftp/mocks"
interfaces:
FileInfo:
github.com/c2fo/vfs/v6/backend/ftp/types:
config:
all: true
dir: "backend/ftp/mocks"
59 changes: 53 additions & 6 deletions backend/ftp/mocks/Client.go

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

59 changes: 53 additions & 6 deletions backend/ftp/mocks/DataConn.go

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

Loading

0 comments on commit cb5eba9

Please sign in to comment.