Documentation ¶
Index ¶
- func CreateDdbTable(table string) error
- func DeleteSecrets(name string, version string, table string) error
- func GetHighestVersion(name string, table string) (int, error)
- func GetSecret(name string, version string, table string, context map[string]string) (string, error)
- func ListSecrets(table string) (map[*string]*string, error)
- func PerseContext(contextStrs []string) (map[string]string, error)
- func PerseVersion(args []string) ([]string, string, error)
- func PutSecret(name string, secret string, version string, kmsKey string, table string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDdbTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.