Versions in this module Expand all Collapse all v0 v0.22.0 Mar 17, 2020 Changes in this version + var ErrShutdown = errors.New("connection is shut down") + type Transport struct + func NewTransport(url string) (*Transport, error) + func (caller *Transport) Call(method string, args []interface{}, reply interface{}) error + func (caller *Transport) Close() error + func (caller *Transport) SetCallback(api string, method string, notice func(args json.RawMessage)) error + func (caller *Transport) WriteJSON(v interface{}) error