BaseURL returns the endpoint url
()
| 24 | |
| 25 | // BaseURL returns the endpoint url |
| 26 | func (r repositoryEndpoint) BaseURL() string { |
| 27 | return r.endpoint.URL.String() |
| 28 | } |
| 29 | |
| 30 | func newDefaultRepositoryEndpoint(ref reference.Named, insecure bool) (repositoryEndpoint, error) { |
| 31 | indexInfo := registry.NewIndexInfo(ref) |
no test coverage detected