| 37 | type AuthConfigResolver func(ctx context.Context, hostName string) registrytypes.AuthConfig |
| 38 | |
| 39 | type client struct { |
| 40 | authConfigResolver AuthConfigResolver |
| 41 | insecureRegistry bool |
| 42 | userAgent string |
| 43 | } |
| 44 | |
| 45 | // ErrBlobCreated returned when a blob mount request was created |
| 46 | type ErrBlobCreated struct { |
nothing calls this directly
no outgoing calls
no test coverage detected