Documentation ¶ Index ¶ type Publisher Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Publisher ¶ type Publisher interface { PublishMessage(message ...string) error // Close all underlying connections and resources Close() error // Topic that it is published Topic() string } Source Files ¶ View all Source files publisher.go Click to show internal directories. Click to hide internal directories.