Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjAction ¶
type ObjAction struct {
// contains filtered or unexported fields
}
func (*ObjAction) Run ¶
func (obj *ObjAction) Run(req *ReqActionRun) (*ResActionRun, error)
type ReqActionRun ¶
type ResActionRun ¶
type ResActionRun struct {
Output []*ResActionRunOutput
}
type ResActionRunOutput ¶
Click to show internal directories.
Click to hide internal directories.