Documentation ¶
Index ¶
- type Action
- type Actor
- type Context
- func (c *Context) AddInt(key string, value int)
- func (c *Context) AddObject(key string, value interface{})
- func (c *Context) AddStr(key string, value string)
- func (c *Context) GetInt(key string) (int, error)
- func (c *Context) GetObject(key string) (interface{}, error)
- func (c *Context) GetStr(key string) (string, error)
- type Logger
- type Suzushiro
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
func (*Action) OnSucceeded ¶
type Context ¶
type Context struct { Logger *Logger // contains filtered or unexported fields }
func NewContext ¶
type Suzushiro ¶
type Suzushiro struct {
// contains filtered or unexported fields
}
func NewSuzushiro ¶
func NewSuzushiro() *Suzushiro
func (*Suzushiro) GetRunningLaneCount ¶
Click to show internal directories.
Click to hide internal directories.