Versions in this module Expand all Collapse all v0 v0.4.0 Dec 10, 2018 Changes in this version + type Callback func(data interface{}) + type Connector struct + func NewConnector() *Connector + func (c *Connector) Close() + func (c *Connector) Notify(route string, v proto.Message) error + func (c *Connector) On(event string, callback Callback) + func (c *Connector) OnConnected(callback func()) + func (c *Connector) Request(route string, v proto.Message, callback Callback) error + func (c *Connector) Start(addr string) error