Documentation ¶ Index ¶ type Queue type Queuer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Queue ¶ type Queue []string Queue is a type to be sent down a channel. type Queuer ¶ type Queuer interface { Sub(topic string) (<-chan Queue, error) } Queuer provides a channel example. Source Files ¶ View all Source files example.go Click to show internal directories. Click to hide internal directories.