Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface { Init(p *Producer) Exec(n *Notification) }
type Notification ¶
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
func NewProducer ¶
func NewProducer(options *ProducerOptions) *Producer
func (*Producer) RegisterModule ¶
type ProducerOptions ¶
type ProducerOptions struct {
// contains filtered or unexported fields
}
func LoadEnv ¶
func LoadEnv() *ProducerOptions
Click to show internal directories.
Click to hide internal directories.