Documentation ¶
Index ¶
- Variables
- type MQ
- type MQLogger
- func (l *MQLogger) Debug(msg string, fields watermill.LogFields)
- func (l *MQLogger) Error(msg string, err error, fields watermill.LogFields)
- func (l *MQLogger) Info(msg string, fields watermill.LogFields)
- func (l *MQLogger) Trace(msg string, fields watermill.LogFields)
- func (l *MQLogger) With(fields watermill.LogFields) watermill.LoggerAdapter
- type Topic
- type TopicImpl
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMQ)
Functions ¶
This section is empty.
Types ¶
type MQLogger ¶ added in v0.0.5
type MQLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.