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 Ctx, evt *event.T) E QuerySync(c Ctx, f *filter.T, opts ...ws.SubscriptionOption) ([]*event.T, E) }
RelayInterface is a wrapper thing that unifies Store and Relay under a common API.
type RelayWrapper ¶
type Responder ¶
type Responder = http.ResponseWriter
type SubID ¶
type SubID = subscription.Id
Click to show internal directories.
Click to hide internal directories.