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 { // Publis publishes the annotation object using the given subject Publish(subject string, cont *content.Content) error // Close closes the connection to the underlying messaging server Close() error } Publisher manages publishing of message. Source Files ¶ View all Source files message.go Directories ¶ Show internal Expand all Path Synopsis nats Click to show internal directories. Click to hide internal directories.