Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OK ¶
type OK = okenvelope.T
type RelayInterface ¶
type RelayInterface interface { Publish(c cx, evt *event.T) er QuerySync(c cx, f *filter.T, opts ...ws.SubscriptionOption) ([]*event.T, er) }
RelayInterface is a wrapper thing that unifies Store and Relay under a common API.
type Responder ¶
type Responder = http.ResponseWriter
type SubID ¶
type SubID = subscription.Id
Click to show internal directories.
Click to hide internal directories.