Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter interface {
Increment(events.Envelope_EventType)
}
type WebsocketSink ¶
type WebsocketSink struct {
// contains filtered or unexported fields
}
func NewWebsocketSink ¶
func (*WebsocketSink) AppID ¶
func (sink *WebsocketSink) AppID() string
func (*WebsocketSink) Identifier ¶
func (sink *WebsocketSink) Identifier() string
func (*WebsocketSink) Run ¶
func (sink *WebsocketSink) Run(inputChan <-chan *events.Envelope)
func (*WebsocketSink) SetCounter ¶
func (sink *WebsocketSink) SetCounter(counter Counter)
func (*WebsocketSink) ShouldReceiveErrors ¶
func (sink *WebsocketSink) ShouldReceiveErrors() bool
Click to show internal directories.
Click to hide internal directories.