Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Command []string `yamle:"command"` Host string `yaml:"host"` HostEnv string `yaml:"hostEnv"` Token string `yaml:"token"` RoleID string `yaml:"roleId"` RoleIDEnv string `yaml:"roleIdEnv"` SecretId string `yaml:"secretId"` SecretIdEnv string `yaml:"secretIdEnv"` SecretMount string `yaml:"secretMount"` SecretPaths map[string]map[string]string `yaml:"secrets"` }
Click to show internal directories.
Click to hide internal directories.