Documentation
¶
Index ¶
- Constants
- type Clan_t
- type Error
- type Option
- type Report_t
- type Session_t
- type Store
- func (s *Store) Close() error
- func (s *Store) CreateSession(clan, magicKey string) (Session_t, error)
- func (s *Store) DeleteSession(sid string) error
- func (s *Store) GetClan(uid int64) (Clan_t, error)
- func (s *Store) GetClans(id string) ([]string, error)
- func (s *Store) GetSession(r *http.Request) Session_t
- type Turn_t
- type Unit_t
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session_t ¶
func (Session_t) IsAuthenticated ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateSession ¶
func (*Store) DeleteSession ¶
Click to show internal directories.
Click to hide internal directories.