Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvKeyCliVerbose // Provides the debug flag. This value is true when the command is open debug mode EnvKeyCliVerbose = "CLI_VERBOSE" NameKeyCliVerbose = "verbose" // EnvKeyCliTimeoutSecond // Provides the timeout second flag EnvKeyCliTimeoutSecond = "CLI_CONFIG_TIMEOUT_SECOND" NamePluginTimeOut = "config.timeout_second" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PlatformConfig ¶
func BindPlatformConfig ¶
func BindPlatformConfig(c *cli.Context) *PlatformConfig
BindPlatformConfig
@Description: BindPlatformConfig for all subcommand
Click to show internal directories.
Click to hide internal directories.