Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action interface {
Invocation() *Invocation
Log() string
}
type Call ¶
type Call interface {
Clean()
Params() CallParams
Action() (Action, bool)
Payload() common.Writable
Cancel()
Result(json.RawMessage, error)
}
type CallParams ¶
type DoorReplace ¶
type DoorReplace struct {
Id uint64
}
func (*DoorReplace) Invocation ¶
func (a *DoorReplace) Invocation() *Invocation
func (*DoorReplace) Log ¶
func (a *DoorReplace) Log() string
type DoorUpdate ¶
type DoorUpdate struct {
Id uint64
}
func (*DoorUpdate) Invocation ¶
func (a *DoorUpdate) Invocation() *Invocation
func (*DoorUpdate) Log ¶
func (a *DoorUpdate) Log() string
type DynaRemove ¶
type DynaRemove struct {
Id uint64
}
func (*DynaRemove) Invocation ¶
func (a *DynaRemove) Invocation() *Invocation
func (*DynaRemove) Log ¶
func (a *DynaRemove) Log() string
type DynaSet ¶
func (*DynaSet) Invocation ¶
func (a *DynaSet) Invocation() *Invocation
type Emit ¶
func (*Emit) Invocation ¶
func (a *Emit) Invocation() *Invocation
type Indicate ¶
func (*Indicate) Invocation ¶
func (a *Indicate) Invocation() *Invocation
type Invocation ¶
type Invocation struct {
// contains filtered or unexported fields
}
func (*Invocation) MarshalJSON ¶
func (a *Invocation) MarshalJSON() ([]byte, error)
type LocationAssign ¶
func (*LocationAssign) Invocation ¶
func (a *LocationAssign) Invocation() *Invocation
func (*LocationAssign) Log ¶
func (a *LocationAssign) Log() string
type LocationReload ¶
type LocationReload struct{}
func (*LocationReload) Invocation ¶
func (a *LocationReload) Invocation() *Invocation
func (*LocationReload) Log ¶
func (a *LocationReload) Log() string
type LocationReplace ¶
func (*LocationReplace) Invocation ¶
func (a *LocationReplace) Invocation() *Invocation
func (*LocationReplace) Log ¶
func (a *LocationReplace) Log() string
type ReportHook ¶
type ReportHook struct {
HookId uint64
}
func (*ReportHook) Invocation ¶
func (a *ReportHook) Invocation() *Invocation
func (*ReportHook) Log ¶
func (a *ReportHook) Log() string
type Scroll ¶
func (*Scroll) Invocation ¶
func (a *Scroll) Invocation() *Invocation
type SetPath ¶
func (*SetPath) Invocation ¶
func (a *SetPath) Invocation() *Invocation
Click to show internal directories.
Click to hide internal directories.