Documentation ¶ Index ¶ type Listener type Publisher Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Listener ¶ type Listener interface { Listen() (<-chan amqp.Delivery, error) } type Publisher ¶ type Publisher interface { Publish(body []byte, contentType string) error Close() error } Source Files ¶ View all Source files listener.go publisher.go Directories ¶ Show internal Expand all Path Synopsis mocks rabbitmq Click to show internal directories. Click to hide internal directories.