Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { TaskId string // now task id // contains filtered or unexported fields }
Context
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) AppendMethods ¶
type Method ¶
type Method interface { TaskId() string // return this method name Do(ctx *Context) // runner func }
Method
type MethodChain ¶
type MethodChain []Method
MethodChain
func (MethodChain) Length ¶
func (m MethodChain) Length() int
Click to show internal directories.
Click to hide internal directories.