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 ConnectHandler ¶
type ConnectHandler struct {
// contains filtered or unexported fields
}
func NewConnectHandler ¶
func NewConnectHandler(identity identity.Identity, network *network.Network) *ConnectHandler
func (*ConnectHandler) HandleConnection ¶
func (self *ConnectHandler) HandleConnection(hello *channel.Hello, certificates []*x509.Certificate) error
type EventsStreamHandler ¶ added in v0.22.0
type EventsStreamHandler struct {
// contains filtered or unexported fields
}
func (*EventsStreamHandler) AcceptFormattedEvent ¶ added in v0.22.0
func (handler *EventsStreamHandler) AcceptFormattedEvent(eventType string, formattedEvent []byte)
type StreamEventsRequest ¶ added in v0.22.0
type StreamEventsRequest struct { Format string `json:"format"` Subscriptions []*event.Subscription `json:"subscriptions"` }
Click to show internal directories.
Click to hide internal directories.