Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EnvConfig = InitConfig()
)
Functions ¶
Types ¶
type Config ¶
type Config struct { GsmIsStub string `envconfig:"GSM_IS_STUB" default:"no"` Timeout string `envconfig:"GSM_TIMEOUT" default:"10"` }
func InitConfig ¶
func InitConfig() Config
type GsmResponse ¶
type GsmResponse struct {
// contains filtered or unexported fields
}
type SecretIDList ¶
func GetSecretIDList ¶
func GetSecretIDList(filename string) (SecretIDList, error)
type SecretsPayload ¶
type SecretsPayload map[string]interface{}
Click to show internal directories.
Click to hide internal directories.