Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAliasNotFound = errors.New("alias not found") ErrDeltaNotFound = errors.New("delta not found") ErrArtifactNotFound = errors.New("artifact not found") ErrArtifactNotProvided = errors.New("artifact not provided") ErrInternal = errors.New("internal") ErrMissingRequestBody = errors.New("missing request body") ErrUnsupportedDiffingAlgorithm = errors.New("unsupported diffing algorithm") ErrIncompatibleArtifacts = errors.New("artifacts are not compatible") ErrUnmarshal = errors.New("failed to unmarshall request body") ErrNotYetImplemented = errors.New("not yet implemented") ErrBadRequest = errors.New("bad request") ErrInvalidOciImage = errors.New("invalid oci image") ErrMissingQueryParam = errors.New("missing query param") ErrExpectedDigest = errors.New("expected digest") ErrFailedToResolve = errors.New("failed to resolve") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.