Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EnvTrace = newEnv("IBMCLOUD_TRACE", "BLUEMIX_TRACE") EnvColor = newEnv("IBMCLOUD_COLOR", "BLUEMIX_COLOR") EnvVersionCheck = newEnv("IBMCLOUD_VERSION_CHECK", "BLUEMIX_VERSION_CHECK") EnvAnalytics = newEnv("IBMCLOUD_ANALYTICS", "BLUEMIX_ANALYTICS") EnvHTTPTimeout = newEnv("IBMCLOUD_HTTP_TIMEOUT", "BLUEMIX_HTTP_TIMEOUT") EnvAPIKey = newEnv("IBMCLOUD_API_KEY", "BLUEMIX_API_KEY") EnvConfigHome = newEnv("IBMCLOUD_HOME", "BLUEMIX_HOME") EnvConfigDir = newEnv("IBMCLOUD_CONFIG_HOME") // for internal use EnvCLIName = newEnv("IBMCLOUD_CLI", "BLUEMIX_CLI") EnvPluginNamespace = newEnv("IBMCLOUD_PLUGIN_NAMESPACE", "BLUEMIX_PLUGIN_NAMESPACE") )
View Source
var Version = VersionType{Major: 0, Minor: 2, Build: 1}
Version is the SDK version
Functions ¶
This section is empty.
Types ¶
type VersionType ¶
type VersionType struct { Major int // major version Minor int // minor version Build int // build number }
VersionType describe version info
func (VersionType) String ¶
func (v VersionType) String() string
Directories ¶
Path | Synopsis |
---|---|
config_helpers
Package config_helpers provides helper functions to locate configuration files.
|
Package config_helpers provides helper functions to locate configuration files. |
core_config
Package core_config provides functions to load core configuration.
|
Package core_config provides functions to load core configuration. |
Click to show internal directories.
Click to hide internal directories.