Versions in this module Expand all Collapse all v1 v1.0.0 Jul 27, 2023 Changes in this version + type CommandPublisher interface + Publish func(ctx context.Context, body interface{}, key string) error + func New(producer meesage_broker.Producer) CommandPublisher + type RabbitCommandPublisher struct + func (c *RabbitCommandPublisher) Publish(ctx context.Context, body interface{}, key string) error