CASClient is an autogenerated mock type for the CASClient type
| 12 | |
| 13 | // CASClient is an autogenerated mock type for the CASClient type |
| 14 | type CASClient struct { |
| 15 | mock.Mock |
| 16 | } |
| 17 | |
| 18 | // Download provides a mock function with given fields: ctx, backendType, secretID, orgID, w, digest |
| 19 | func (_m *CASClient) Download(ctx context.Context, backendType string, secretID string, orgID uuid.UUID, w io.Writer, digest string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected