Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandPublisher ¶
type CommandPublisher interface {
Publish(ctx context.Context, body interface{}, key string) error
}
func New ¶
func New(producer meesage_broker.Producer) CommandPublisher
type RabbitCommandPublisher ¶
type RabbitCommandPublisher struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.