()
| 49 | } |
| 50 | |
| 51 | func (err ErrBlobCreated) Error() string { |
| 52 | return fmt.Sprintf("blob mounted from: %v to: %v", |
| 53 | err.From, err.Target) |
| 54 | } |
| 55 | |
| 56 | // httpProtoError returned if attempting to use TLS with a non-TLS registry |
| 57 | type httpProtoError struct { |
no outgoing calls