Files
2026-02-03 10:05:53 +08:00

8 lines
92 B
Go

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