Documentation
¶
Index ¶
Constants ¶
View Source
const ( RegistriesEndpoint = "/registries" AssetsEndpoint = "/assets" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
func NewErrorResponse ¶
func NewErrorResponse(err error) *ErrorResponse
Click to show internal directories.
Click to hide internal directories.