Versions in this module Expand all Collapse all v0 v0.1.0 Sep 3, 2015 Changes in this version + type AdminAPI struct + func NewAdminAPI(userManager *user.Manager, userRepo user.UserRepo, ...) *AdminAPI + func (a *AdminAPI) CreateAdmin(admn adminschema.Admin) (string, error) + func (a *AdminAPI) GetAdmin(id string) (adminschema.Admin, error) + func (a *AdminAPI) GetState() (adminschema.State, error) + type Error struct + Code int + Desc string + Internal error + Type string + func (e Error) Error() string