Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusHandler ¶
func StatusHandler(store *Store) http.HandlerFunc
Types ¶
type Message ¶
type Message struct {
Type string `json:"type"`
ClientID string `json:"clientId"`
Config *embed.SiteConfig `json:"config,omitempty"`
Error string `json:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.