Documentation
¶
Index ¶
- type EventHandler
- func (s *EventHandler) EventAddWebPushSubscription(client stream.IStreamClient, query string, body []byte)
- func (s *EventHandler) EventGetLastState(client stream.IStreamClient, query string, body []byte)
- func (s *EventHandler) EventGetWebPushPublicKey(client stream.IStreamClient, query string, body []byte)
- func (s *EventHandler) EventUpdateDeviceLocation(client stream.IStreamClient, query string, body []byte)
- func (s *EventHandler) Shutdown(_ context.Context) error
- func (s *EventHandler) Start(_ context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewEventHandler ¶
func (*EventHandler) EventAddWebPushSubscription ¶ added in v0.9.5
func (s *EventHandler) EventAddWebPushSubscription(client stream.IStreamClient, query string, body []byte)
func (*EventHandler) EventGetLastState ¶
func (s *EventHandler) EventGetLastState(client stream.IStreamClient, query string, body []byte)
func (*EventHandler) EventGetWebPushPublicKey ¶ added in v0.9.5
func (s *EventHandler) EventGetWebPushPublicKey(client stream.IStreamClient, query string, body []byte)
func (*EventHandler) EventUpdateDeviceLocation ¶ added in v0.9.5
func (s *EventHandler) EventUpdateDeviceLocation(client stream.IStreamClient, query string, body []byte)
Click to show internal directories.
Click to hide internal directories.