Versions in this module Expand all Collapse all v0 v0.2.2 Aug 14, 2018 v0.2.1 Aug 14, 2018 Changes in this version + func NewChat(d bool, ls string, cs storage.ChatsStore, in chan types.ChatMessage) func(w http.ResponseWriter, r *http.Request) + func NewClan(ls string, as storage.AccountsStore, us storage.UsersStore) func(w http.ResponseWriter, r *http.Request) + func NewClans(ls string, as storage.AccountsStore) func(w http.ResponseWriter, r *http.Request) + func NewDiscordAuth(ls string, das storage.DiscordAuthsStore, us storage.UsersStore, ...) func(w http.ResponseWriter, r *http.Request) + func NewEntityDeath(ls string, ras storage.RaidAlertsStore) func(w http.ResponseWriter, r *http.Request) + type Chat struct + func (c *Chat) Handle(w http.ResponseWriter, r *http.Request) + type Clan struct + func (c *Clan) Handle(w http.ResponseWriter, r *http.Request) + type Clans struct + func (c *Clans) Handle(w http.ResponseWriter, r *http.Request) + type DiscordAuth struct + func (da *DiscordAuth) Handle(w http.ResponseWriter, r *http.Request) + type EntityDeath struct + func (e *EntityDeath) Handle(w http.ResponseWriter, r *http.Request)