Documentation ¶ Index ¶ type Transport 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Transport ¶ type Transport struct { Url string // contains filtered or unexported fields } func NewTransport ¶ func NewTransport(url string) (*Transport, error) func (*Transport) Call ¶ func (caller *Transport) Call(method string, args []interface{}, reply interface{}) error func (*Transport) Close ¶ func (caller *Transport) Close() error func (*Transport) SetCallback ¶ func (caller *Transport) SetCallback(api string, method string, notice func(args json.RawMessage)) error Source Files ¶ View all Source files transport.go Click to show internal directories. Click to hide internal directories.