Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredNameExistsError ¶
type CredNameExistsError struct {
// contains filtered or unexported fields
}
CredNameExistsError occurs when the Application tries to add a new Credential to the CredStore but under a already used Name.
func NewCredNameExistsError ¶
func NewCredNameExistsError() *CredNameExistsError
func NewCredNameExistsErrorMsg ¶
func NewCredNameExistsErrorMsg(message string) *CredNameExistsError
func (*CredNameExistsError) Error ¶
func (e *CredNameExistsError) Error() string
type CredentialNotExistsError ¶
type CredentialNotExistsError struct {
// contains filtered or unexported fields
}
CredentialNotExists occurs when the returned Enclave from memguard is nil
func NewCredentialNotExistsError ¶
func NewCredentialNotExistsError() *CredentialNotExistsError
func NewCredentialNotExistsErrorMsg ¶
func NewCredentialNotExistsErrorMsg(message string) *CredentialNotExistsError
func (*CredentialNotExistsError) Error ¶
func (e *CredentialNotExistsError) Error() string
type EnclaveEmptyError ¶
type EnclaveEmptyError struct {
// contains filtered or unexported fields
}
EnclaveEmptyError occurs when the returned Enclave from memguard is nil
func NewEnclaveEmptyError ¶
func NewEnclaveEmptyError() *EnclaveEmptyError
func NewEnclaveEmptyErrorMsg ¶
func NewEnclaveEmptyErrorMsg(message string) *EnclaveEmptyError
func (*EnclaveEmptyError) Error ¶
func (e *EnclaveEmptyError) Error() string
type ImageNameNotDefinedError ¶
type ImageNameNotDefinedError struct {
// contains filtered or unexported fields
}
ImageNameNotDefinedError occurs when the Application tries to get Information about a Repository but the Repository Name is not defined/ set.
func NewImageNameNotDefinedError ¶
func NewImageNameNotDefinedError() *ImageNameNotDefinedError
func NewImageNameNotDefinedErrorMsg ¶
func NewImageNameNotDefinedErrorMsg(message string) *ImageNameNotDefinedError
func (*ImageNameNotDefinedError) Error ¶
func (e *ImageNameNotDefinedError) Error() string
type RepositoryNameNotDefinedError ¶
type RepositoryNameNotDefinedError struct {
// contains filtered or unexported fields
}
RepositoryNameNotDefinedError occurs when the Application tries to get Information about a Repository but the Repository Name is not defined/ set.
func NewRepositoryNameNotDefinedError ¶
func NewRepositoryNameNotDefinedError() *RepositoryNameNotDefinedError
func NewRepositoryNameNotDefinedErrorMsg ¶
func NewRepositoryNameNotDefinedErrorMsg(message string) *RepositoryNameNotDefinedError
func (*RepositoryNameNotDefinedError) Error ¶
func (e *RepositoryNameNotDefinedError) Error() string
Click to show internal directories.
Click to hide internal directories.