Documentation ¶
Index ¶
- type Adapter
- func (a *Adapter) ClearAllSymbolListenersCount(ctx context.Context) error
- func (a *Adapter) ClearSymbolListenerSubscribers(ctx context.Context, exchange, pairSymbol string) error
- func (a *Adapter) DecrementSymbolListenerSubscribers(ctx context.Context, exchange, pairSymbol string) (int64, error)
- func (a *Adapter) GetSymbolListenerSubscribers(ctx context.Context, exchange, pairSymbol string) (int64, error)
- func (a *Adapter) IncrementSymbolListenerSubscribers(ctx context.Context, exchange, pairSymbol string) (int64, error)
- func (a *Adapter) Reset(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func (*Adapter) ClearAllSymbolListenersCount ¶
func (*Adapter) ClearSymbolListenerSubscribers ¶
func (*Adapter) DecrementSymbolListenerSubscribers ¶
func (*Adapter) GetSymbolListenerSubscribers ¶
func (*Adapter) IncrementSymbolListenerSubscribers ¶
Click to show internal directories.
Click to hide internal directories.