package
0.2.5
Repository: https://github.com/code-gorilla-au/goety.git
Documentation: pkg.go.dev

# Functions

New creates a new message emitter.

# Structs

Message event emitter struct.

# Interfaces

MessageGetPublish is an interface that defines the method to publish a message and get a message.
MessageGetPublishCloser is an interface that defines the method to publish a message, get a message and close the emitter.
MessagePublisher is an interface that defines the method to publish a message.