Documentation ¶
Index ¶
- type Pooling
- func (p *Pooling) Close() error
- func (p *Pooling) Closed() <-chan struct{}
- func (r *Pooling) Do(ctx context.Context, result any, method string, params any) error
- func (p *Pooling) Mount(m jsonrpc.Middleware)
- func (p *Pooling) Notify(ctx context.Context, method string, params any) error
- func (p *Pooling) Subscribe(ctx context.Context, namespace string, channel any, args any) (subscription.ClientSubscription, error)
- type Reconnecting
- func (r *Reconnecting) Close() error
- func (r *Reconnecting) Closed() <-chan struct{}
- func (r *Reconnecting) Do(ctx context.Context, result any, method string, params any) error
- func (r *Reconnecting) Mount(m jsonrpc.Middleware)
- func (r *Reconnecting) Notify(ctx context.Context, method string, params any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pooling ¶
type Pooling struct {
// contains filtered or unexported fields
}
func NewPooling ¶
func (*Pooling) Mount ¶
func (p *Pooling) Mount(m jsonrpc.Middleware)
type Reconnecting ¶
type Reconnecting struct {
// contains filtered or unexported fields
}
func NewReconnecting ¶
func (*Reconnecting) Mount ¶
func (r *Reconnecting) Mount(m jsonrpc.Middleware)
Click to show internal directories.
Click to hide internal directories.