Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustPublishEvent ¶
Types ¶
type EventstreamHandler ¶
type EventstreamHandler struct {
PostgreSQLConnectionString string
}
func (EventstreamHandler) ServeHTTP ¶
func (e EventstreamHandler) ServeHTTP(res http.ResponseWriter, req *http.Request)
type Subscription ¶
type Subscription struct { C <-chan Event // contains filtered or unexported fields }
func NewSubscription ¶
func (Subscription) Cancel ¶
func (e Subscription) Cancel()
Click to show internal directories.
Click to hide internal directories.