bluemix

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

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: 4, Build: 0}

Version is the SDK version

Functions

This section is empty.

Types

type Env added in v0.2.0

type Env struct {
	// contains filtered or unexported fields
}

func (Env) Get added in v0.2.0

func (e Env) Get() string

func (Env) Set added in v0.2.0

func (e Env) Set(val string) error

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
iam
uaa
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL