Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emitter ¶
type Emitter struct {
// contains filtered or unexported fields
}
func (*Emitter) Claim ¶
func (e *Emitter) Claim() claimemitter.Interface
func (*Emitter) Note ¶
func (e *Emitter) Note() noteemitter.Interface
func (*Emitter) UVX ¶
func (e *Emitter) UVX() uvxemitter.Interface
func (*Emitter) User ¶
func (e *Emitter) User() useremitter.Interface
type Interface ¶
type Interface interface { Claim() claimemitter.Interface Note() noteemitter.Interface User() useremitter.Interface UVX() uvxemitter.Interface }
Click to show internal directories.
Click to hide internal directories.