Versions in this module Expand all Collapse all v0 v0.0.2 Aug 9, 2022 v0.0.1 Aug 9, 2022 Changes in this version + type Client struct + func NewClient(addr, proxy string) (*Client, error) + func (c *Client) Call(method string, out interface{}, params ...interface{}) error + func (c *Client) Close() error + func (c *Client) Subscribe(method string, callback func(b []byte)) (func() error, error) + func (c *Client) SubscriptionEnabled() bool