package
Version:
v0.0.0-...-b43db2c
Opens a new window with list of versions in this module.
Published: May 25, 2022
License: LGPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (h *HTTP) Call(method string, out interface{}, params ...interface{}) error
type PubSubTransport interface {
Subscribe(method string, callback func(b []byte)) (func() error, error)
}
type Transport interface {
Call(method string, out interface{}, params ...interface{}) error
Close() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.