Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
Dsn string
}
type Database ¶
type Database interface { List() (*secretsv1.ListSecretsResponse, error) Create(*secretsv1.CreateSecretRequest) error Read(*secretsv1.GetSecretRequest) (*secretsv1.GetSecretResponse, error) Update(*secretsv1.UpdateSecretRequest) (*secretsv1.UpdateSecretResponse, error) Delete(*secretsv1.DeleteSecretRequest) error Revert(*secretsv1.RevertSecretRequest) (*secretsv1.RevertSecretResponse, error) }
Database provides methods for interacting with a secrets database.
type SecretRecord ¶
Click to show internal directories.
Click to hide internal directories.