Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Send() is used for enqueueing an event via gmunch. The name clearly identifies // the event type so that your worker process can subscribe handlers for that event. // Names do not have to be globally unique--simply unique per gmunch instance (one or // more gmunch Servers that use the same configuration). Send(name string, data interface{}) error }
Click to show internal directories.
Click to hide internal directories.