Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServeCmd ¶
type ServeCmd struct { Name string `env:"MK_NAME" required:"" name:"name" help:"Name of the service."` BackendListenAddress string `env:"MK_BACKEND_LISTEN_ADDRESS" default:":8080" name:"backend-listen-address" help:"Address to listen on."` ConfigPath string `env:"MK_CONFIG_PATH" default:"../config/global.yaml" name:"config-path" help:"Location of the config"` FscConfigPath string `env:"MK_FSC_CONFIG_PATH" name:"fsc-config-path" help:"Location of the config"` }
Click to show internal directories.
Click to hide internal directories.