Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPProvider ¶
type HTTPProvider struct {
// contains filtered or unexported fields
}
func NewHTTPProvider ¶
func NewHTTPProvider(address string, timeout int32, secure bool) *HTTPProvider
func (HTTPProvider) Close ¶
func (provider HTTPProvider) Close() error
func (HTTPProvider) SendRequest ¶
func (provider HTTPProvider) SendRequest(v interface{}, method string, params interface{}) error
type IPCProvider ¶
type IPCProvider struct {
// contains filtered or unexported fields
}
func NewIPCProvider ¶
func NewIPCProvider(endpoint string) *IPCProvider
func (IPCProvider) Close ¶
func (provider IPCProvider) Close() error
func (IPCProvider) SendRequest ¶
func (provider IPCProvider) SendRequest(v interface{}, method string, params interface{}) error
type ProviderInterface ¶
type WebSocketProvider ¶
type WebSocketProvider struct {
// contains filtered or unexported fields
}
func NewWebSocketProvider ¶
func NewWebSocketProvider(address string) *WebSocketProvider
func (WebSocketProvider) Close ¶
func (provider WebSocketProvider) Close() error
func (WebSocketProvider) SendRequest ¶
func (provider WebSocketProvider) SendRequest(v interface{}, method string, params interface{}) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.