Provider is an autogenerated mock type for the Provider type
| 12 | |
| 13 | // Provider is an autogenerated mock type for the Provider type |
| 14 | type Provider struct { |
| 15 | mock.Mock |
| 16 | } |
| 17 | |
| 18 | // FromCredentials provides a mock function with given fields: ctx, secretName |
| 19 | func (_m *Provider) FromCredentials(ctx context.Context, secretName string) (backend.UploaderDownloader, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected