Describer is an autogenerated mock type for the Describer type
| 26 | |
| 27 | // Describer is an autogenerated mock type for the Describer type |
| 28 | type Describer struct { |
| 29 | mock.Mock |
| 30 | } |
| 31 | |
| 32 | // Describe provides a mock function with given fields: ctx, digest |
| 33 | func (_m *Describer) Describe(ctx context.Context, digest string) (*v1.CASResource, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected