admin

package
v0.0.0-...-7b393fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2016 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	GetUsers(c echo.Context) error
	CreateUser(c echo.Context) error
	ChangeUserPassword(c echo.Context) error
	ChangeUserEmail(c echo.Context) error
	SetUserRoles(c echo.Context) error
	SetUserProfile(c echo.Context) error
	RemoveUsers(c echo.Context) error
	SignoutUsers(c echo.Context) error
	SuspendUsers(c echo.Context) error
	UnsuspendUsers(c echo.Context) error
	RemoveUnconfirmedUsers(c echo.Context) error
	RemoveExpiredResetKeys(c echo.Context) error
}

func NewService

func NewService(userCollection *mgo.Collection, jwtKey []byte) Service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL