Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AddSubscription ¶
func (b *Client) AddSubscription(r *Subscription) error
func (*Client) OnError ¶
func (c *Client) OnError(l ErrListener) nodeutil.Subscription
type Connection ¶
type Emulator ¶
type Emulator struct {
// contains filtered or unexported fields
}
func NewEmulator ¶
func NewEmulator() *Emulator
type ErrListener ¶
type ErrListener func(err error, r *Subscription)
Click to show internal directories.
Click to hide internal directories.