Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeadsUpServer ¶
type HeadsUpServer struct {
// contains filtered or unexported fields
}
func ProvideHeadsUpServer ¶
func ProvideHeadsUpServer(store *store.Store) HeadsUpServer
func (HeadsUpServer) Router ¶
func (s HeadsUpServer) Router() http.Handler
func (HeadsUpServer) ViewJSON ¶
func (s HeadsUpServer) ViewJSON(w http.ResponseWriter, req *http.Request)
func (HeadsUpServer) ViewWebsocket ¶
func (s HeadsUpServer) ViewWebsocket(w http.ResponseWriter, req *http.Request)
type WebsocketSubscriber ¶
type WebsocketSubscriber struct {
// contains filtered or unexported fields
}
func NewWebsocketSubscriber ¶
func NewWebsocketSubscriber(conn *websocket.Conn) WebsocketSubscriber
Click to show internal directories.
Click to hide internal directories.