Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AwsDBSecret ¶
type AwsDBSecret struct { DB_HOST string DB_USER string `json:"username"` DB_PASSWORD string `json:"password"` DB_BASE string }
func GetDefaultDBSecret ¶
func GetDefaultDBSecret() (AwsDBSecret, error)
Click to show internal directories.
Click to hide internal directories.