Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BindHandler ¶
type BindHandler struct {
// contains filtered or unexported fields
}
func (*BindHandler) BindChannel ¶
func (bindHandler *BindHandler) BindChannel(binding channel.Binding) error
type EventsStreamHandler ¶
type EventsStreamHandler struct {
// contains filtered or unexported fields
}
func (*EventsStreamHandler) AcceptFormattedEvent ¶
func (handler *EventsStreamHandler) AcceptFormattedEvent(eventType string, formattedEvent []byte)
type StreamEventsRequest ¶
type StreamEventsRequest struct { Format string `json:"format"` Subscriptions []*event.Subscription `json:"subscriptions"` }
Click to show internal directories.
Click to hide internal directories.