Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAppSecretInput ¶
type CreateAppSecretInput struct {
AppID appentitybase.AppID
Key string
Value string
}
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 appentitybase.AppID
Key string
}
SecretID represents a secret identifier.
func NewSecretID ¶
func NewSecretID(appID appentitybase.AppID, id string, key string) SecretID
type SecretNotFoundError ¶
type SecretNotFoundError struct {
SecretID
}
func (SecretNotFoundError) Error ¶
func (e SecretNotFoundError) Error() string
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.