Documentation ¶
Index ¶
- Variables
- func SetValues() (values *common.Values, err error)
- func UseCLS(values *common.Values) (*cls.AsyncProducerClient, error)
- func UseJetStream(nc *nats.Conn) (nats.JetStreamContext, error)
- func UseNats(values *common.Values) (nc *nats.Conn, err error)
- func UseZap() (logger *zap.Logger, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Provides = wire.NewSet( UseZap, UseNats, UseJetStream, UseCLS, )
Functions ¶
func UseJetStream ¶
func UseJetStream(nc *nats.Conn) (nats.JetStreamContext, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.