Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerParamDesc ¶
type RunnerParamDesc struct { Type action.RUNNER_TYPE `json:"type"` ParamDesc []*action.RunParamDesc `json:"param_desc"` }
type RunnerParamDescSet ¶
type RunnerParamDescSet struct {
Items []*RunnerParamDesc `json:"items"`
}
func NewRunnerParamDescSet ¶
func NewRunnerParamDescSet() *RunnerParamDescSet
func (*RunnerParamDescSet) Add ¶
func (s *RunnerParamDescSet) Add(t action.RUNNER_TYPE, desc []*action.RunParamDesc)
Click to show internal directories.
Click to hide internal directories.