Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2017 v0.1.0 Jul 24, 2017 Changes in this version + func AuthWithToken(token string, isSession bool) error + func CheckTokenSession(token string) (*model.User, error) + func Create(user *model.User, createdBy, friendlyName, description string, ttl int64) (*model.UserToken, error) + func Delete(uid uint64, creator string) error + func DeleteByUIDAndName(uid uint64, name string) error + func List(user *model.User) ([]*model.UserToken, error) + func Update(uid uint64, fromName, toName string, ttl int64) (*model.UserToken, error)