Documentation
¶
Index ¶
- Constants
- func BasicOauth2() error
- func NewConfig(exec string) (name string, config *viper.Viper, err error)
- func NewRootCommand(name string, config *viper.Viper) *cobra.Command
- func NewServerCommand(name string, config *viper.Viper) *cobra.Command
- func NewVersionCommand(name string, _ *viper.Viper) *cobra.Command
Constants ¶
View Source
const ( SystemConfigDir string = "/etc" ConfigName string = "config" ConfigFormat string = "yaml" )
View Source
const ( ServerPort int = 9096 ServerAddress string = "0.0.0.0" )
Variables ¶
This section is empty.
Functions ¶
func BasicOauth2 ¶
func BasicOauth2() error
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.