package transport type Emitter struct{} func NewEmitter() *Emitter { return &Emitter{} }