Documentation ¶
Index ¶
- Constants
- type ActionContext
- func (a *ActionContext) GetParameters() map[string]string
- func (a *ActionContext) GetStack() map[string]interface{}
- func (a *ActionContext) GetStackValue(key string) any
- func (a *ActionContext) GetStepWith(key string) string
- func (a *ActionContext) GetUserId() string
- func (a *ActionContext) GetWorkdir() string
- func (a *ActionContext) WriteLine(content string)
Constants ¶
View Source
const STACK = "stack"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionContext ¶
type ActionContext struct {
// contains filtered or unexported fields
}
func NewActionContext ¶
func (*ActionContext) GetParameters ¶
func (a *ActionContext) GetParameters() map[string]string
func (*ActionContext) GetStack ¶
func (a *ActionContext) GetStack() map[string]interface{}
func (*ActionContext) GetStackValue ¶
func (a *ActionContext) GetStackValue(key string) any
func (*ActionContext) GetStepWith ¶
func (a *ActionContext) GetStepWith(key string) string
func (*ActionContext) GetUserId ¶
func (a *ActionContext) GetUserId() string
func (*ActionContext) GetWorkdir ¶
func (a *ActionContext) GetWorkdir() string
func (*ActionContext) WriteLine ¶
func (a *ActionContext) WriteLine(content string)
Click to show internal directories.
Click to hide internal directories.