Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerFunc ¶
type Nats ¶
type Nats struct {
// contains filtered or unexported fields
}
func NatsEvents ¶
func NatsEvents(nc *nats.EncodedConn) *Nats
func (*Nats) Consume ¶
func (n *Nats) Consume(topic string, handler NatsHandler) (*nats.Subscription, error)
type NatsHandler ¶
Click to show internal directories.
Click to hide internal directories.