Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { GenericServerRunOptions *genoptions.ServerRunOptions `json:"server" mapstructure:"server"` InsecureServing *genoptions.InsecureServingOptions `json:"insecure" mapstructure:"insecure"` SecureServing *genoptions.SecureServingOptions `json:"secure" mapstructure:"secure"` MySQLOptions *genoptions.MySQLOptions `json:"mysql" mapstructure:"mysql"` Log *log.Options `json:"log" mapstructure:"log"` }
func (*Options) Flags ¶
func (o *Options) Flags() (fss app.NamedFlagSets)
Click to show internal directories.
Click to hide internal directories.