Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine interface { Open() error Publish(event string, data interface{}) error CheckSubAndPublish(fullEvent string, data interface{}) error Subscribe(event string, handler Handler) error SubscribeQueue(event string, queue string, handler Handler) error Unsubscribe(event string, handler Handler) error Marshal(data interface{}) ([]byte, error) Unmarshal(data []byte, v interface{}) error Close() error }
Click to show internal directories.
Click to hide internal directories.