Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBadMessage = errors.New("publisher: bad message")
)
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message interface { GetId() string protoiface.MessageV1 }
type Option ¶
type Option func(*options)
func WithLogger ¶
func WithMetrics ¶
func WithMetrics(registerer metrics.Registerer) Option
Click to show internal directories.
Click to hide internal directories.