Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 {
SecretID
}
func (*SecretNotFoundError) Error ¶
func (e *SecretNotFoundError) Error() string
type UpdateAppSecretInput ¶
func (UpdateAppSecretInput) Validate ¶
func (i UpdateAppSecretInput) Validate() error
type ValidationError ¶
type ValidationError genericError
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
func (*ValidationError) Unwrap ¶
func (e *ValidationError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.