# Functions
No description provided by the author
# Constants
ErrRegistryIDNotExists describes an error when no proper registry ID is found.
ErrRegistryIllegalIDFormat describes an illegal request format.
ErrRegistryInternalErrors describes server-side internal errors.
ErrRegistryMismatch describes a failed lookup of a registry with name/id pair.
ErrRegistryNameAlreadyExists describes a duplicate registry name error.
ErrRegistryNoPermission describes a request error without permission.
ErrRegistryNotFound describes an error when a specific registry is not found.
ErrRegistryNotProvidedMsg describes an error when no registry was provided by the user.
ErrRegistryUnauthorized describes an unauthorized request.
# Structs
ErrRegistryIDNotExists describes an error when no proper registry ID is found.
ErrRegistryIllegalIDFormat describes an illegal request format.
ErrRegistryInternalErrors describes server-side internal errors.
ErrRegistryMismatch describes a failed lookup of a registry with name/id pair.
ErrRegistryNameAlreadyExists describes a duplicate registry name error.
ErrRegistryNoPermission describes a request error without permission.
ErrRegistryNotFound describes an error when a specific registry is not found.
ErrRegistryNotProvided describes an error when no registry was provided.
ErrRegistryUnauthorized describes an unauthorized request.
RESTClient is a subclient for handling registry related actions.
# Interfaces
No description provided by the author