Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(ctx *domain.AppContext) domain.EventHandler
Types ¶
type Emitter ¶
type Emitter struct {
*domain.AppContext
}
func NewEmitter ¶
func NewEmitter(appContext *domain.AppContext) *Emitter
func (*Emitter) Emit ¶
func (e *Emitter) Emit(eventType endpoint.ProvisioningEventType, machineID, message string) error
func (*Emitter) SendPhoneHomeEvent ¶
func (e *Emitter) SendPhoneHomeEvent(msg *lldp.PhoneHomeMessage)
Click to show internal directories.
Click to hide internal directories.