Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupConfigInteractive ¶
SetupConfigInteractive setup input config interactively
Types ¶
type InputConfig ¶
type InputConfig struct { AccessKeyID string `yaml:"access_key_id"` SecretAccessKey string `yaml:"secret_access_key"` Host string `yaml:"host"` Port string `yaml:"port"` Protocol string `yaml:"protocol"` LogLevel string `yaml:"log_level"` }
InputConfig is the struct for setup config input
func NewInputConfig ¶
func NewInputConfig() InputConfig
NewInputConfig setup InputConfig and return the struct
Click to show internal directories.
Click to hide internal directories.