Documentation ¶
Index ¶
- Constants
- func ResetContext()
- type Context
- func (ctx *Context) CloudWatchLogConfig() map[string]interface{}
- func (ctx *Context) Credentials() map[string]string
- func (ctx *Context) GetAgentLogFile() string
- func (ctx *Context) InputJsonDirPath() string
- func (ctx *Context) InputJsonFilePath() string
- func (ctx *Context) Mode() string
- func (ctx *Context) MultiConfig() string
- func (ctx *Context) Os() string
- func (ctx *Context) OutputTomlFilePath() string
- func (ctx *Context) Proxy() map[string]string
- func (ctx *Context) RunInContainer() bool
- func (ctx *Context) SSL() map[string]string
- func (ctx *Context) SetAgentLogFile(agentLogFile string)
- func (ctx *Context) SetCloudWatchLogConfig(config map[string]interface{})
- func (ctx *Context) SetCredentials(creds map[string]string)
- func (ctx *Context) SetInputJsonDirPath(inputJsonDirPath string)
- func (ctx *Context) SetInputJsonFilePath(inputJsonFilePath string)
- func (ctx *Context) SetMode(mode string)
- func (ctx *Context) SetMultiConfig(multiConfig string)
- func (ctx *Context) SetOs(os string)
- func (ctx *Context) SetOutputTomlFilePath(outputTomlFilePath string)
- func (ctx *Context) SetProxy(proxy map[string]string)
- func (ctx *Context) SetRunInContainer(runInContainer bool)
- func (ctx *Context) SetSSL(ssl map[string]string)
Constants ¶
View Source
const (
TmpFileSuffix = ".tmp"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func CurrentContext ¶
func CurrentContext() *Context
func (*Context) CloudWatchLogConfig ¶
func (*Context) Credentials ¶
func (*Context) GetAgentLogFile ¶ added in v1.300025.0
func (*Context) InputJsonDirPath ¶
func (*Context) InputJsonFilePath ¶
func (*Context) MultiConfig ¶
func (*Context) OutputTomlFilePath ¶
func (*Context) RunInContainer ¶
func (*Context) SetAgentLogFile ¶ added in v1.300025.0
func (*Context) SetCloudWatchLogConfig ¶
func (*Context) SetCredentials ¶
func (*Context) SetInputJsonDirPath ¶
func (*Context) SetInputJsonFilePath ¶
func (*Context) SetMultiConfig ¶
func (*Context) SetOutputTomlFilePath ¶
func (*Context) SetRunInContainer ¶
Click to show internal directories.
Click to hide internal directories.