Documentation ¶ Index ¶ type Req type St func New(lg logger.Lite, testing bool) *St func (m *St) Clean() func (m *St) PullAll() []Req func (m *St) SendJson(topic, key string, value any) error func (m *St) SendManyJson(topic, key string, value []any) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Req ¶ type Req struct { Topic string Key string Value any } type St ¶ type St struct { // contains filtered or unexported fields } func New ¶ func New(lg logger.Lite, testing bool) *St func (*St) Clean ¶ func (m *St) Clean() func (*St) PullAll ¶ func (m *St) PullAll() []Req func (*St) SendJson ¶ func (m *St) SendJson(topic, key string, value any) error func (*St) SendManyJson ¶ func (m *St) SendManyJson(topic, key string, value []any) error Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.