Versions in this module Expand all Collapse all v1 v1.3.1 Sep 7, 2017 v1.3.0 Sep 7, 2017 Changes in this version + type Conn struct + func NewConn(conn es.Conn) *Conn + func (c *Conn) Close() + func (c *Conn) Recv() (map[string]interface{}, error) + func (c *Conn) Request(payload map[string]interface{}) (map[string]interface{}, error) + func (c *Conn) Send(payload map[string]interface{}) error