Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 v0.2.0 Jun 18, 2017 Changes in this version + type RelTeamUser struct + ID int64 + Tid int64 + Uid int64 + func (this RelTeamUser) Me() + func (this RelTeamUser) TableName() string + type Session struct + Expired int + ID int64 + Sig string + Uid int64 + func (this Session) TableName() string + type Team struct + Creator int64 + ID int64 + Name string + Resume string + func (this Team) GetCreatorName() (userName string, err error) + func (this Team) Members() (users []User, err error) + func (this Team) TableName() string + type User struct + Cnname string + Email string + ID int64 + IM string + Name string + Passwd string + Phone string + QQ string + Role int + func (this User) FindUser() (user User, err error) + func (this User) IsAdmin() bool + func (this User) IsSuperAdmin() bool + func (this User) TableName() string