Documentation ¶
Index ¶
- func NewSessionStore(secure bool) *gsm.MemcacheStore
- type ResponseIds
- type Router
- func (r *Router) ApiActivityList(c echo.Context) error
- func (r *Router) ApiDeviceTokenRegister(c echo.Context) error
- func (r *Router) ApiFavoritersIds(c echo.Context) error
- func (r *Router) NewModel() *models.Model
- func (r *Router) Revoke(c echo.Context) error
- func (r *Router) SignIn(c echo.Context) error
- func (r *Router) SignInCallback(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSessionStore ¶
func NewSessionStore(secure bool) *gsm.MemcacheStore
Types ¶
type ResponseIds ¶
type ResponseIds struct {
Ids []string `json:"ids"`
}
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) ApiDeviceTokenRegister ¶
Click to show internal directories.
Click to hide internal directories.