Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSecretNotFoundError ¶
IsSecretNotFoundError returns true if the error is a SecretNotFoundError.
Types ¶
type CreateAppSecretInput ¶
func (CreateAppSecretInput) Validate ¶
func (i CreateAppSecretInput) Validate() error
type DeleteAppSecretInput ¶
type DeleteAppSecretInput = SecretID
type GetAppSecretInput ¶
type GetAppSecretInput = SecretID
type SecretID ¶
type SecretID struct {
models.NamespacedID
AppID app.AppID
Key string
}
SecretID represents a secret identifier.
type SecretNotFoundError ¶
type SecretNotFoundError struct {
// contains filtered or unexported fields
}
func NewSecretNotFoundError ¶
func NewSecretNotFoundError(id SecretID) *SecretNotFoundError
func (*SecretNotFoundError) Error ¶
func (e *SecretNotFoundError) Error() string
func (*SecretNotFoundError) Unwrap ¶
func (e *SecretNotFoundError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.