Documentation ¶
Index ¶
- func CreateSecret(region string, secretName string, secretData interface{}) (err error)
- func GetSecret(region string, secretName string) (interface{}, error)
- func S3Delete(region, bucketName, keyName string) error
- func S3Get(region, bucketName, keyName string) (string, error)
- func S3Put(region, bucketName, keyName, data string) error
- func UpdateSecret(region string, secretName string, secretData interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecret ¶
func UpdateSecret ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.