Documentation
¶
Index ¶
- func Order()
- type OrderEvent
- func (e *OrderEvent) After(topic string, ctx *memstore.Store, args ...interface{})
- func (e *OrderEvent) AfterSync(topic string, ctx *memstore.Store, args ...interface{})
- func (e *OrderEvent) Before(topic string, ctx *memstore.Store, args ...interface{}) error
- func (e *OrderEvent) Error(topic string, ctx *memstore.Store, err error, args ...interface{})
- func (e *OrderEvent) Handler(topic string, ctx *memstore.Store, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrderEvent ¶
type OrderEvent struct{}
func (*OrderEvent) After ¶
func (e *OrderEvent) After(topic string, ctx *memstore.Store, args ...interface{})
func (*OrderEvent) AfterSync ¶
func (e *OrderEvent) AfterSync(topic string, ctx *memstore.Store, args ...interface{})
func (*OrderEvent) Before ¶
func (e *OrderEvent) Before(topic string, ctx *memstore.Store, args ...interface{}) error
Click to show internal directories.
Click to hide internal directories.