Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthToken ¶
type AuthToken struct {
model.Created
AccessToken string `db:"access_token"`
RefreshToken string `db:"refresh_token"`
AppId uint32 `db:"app_id"`
AccountId uint32 `db:"account_id"`
}
func NewAuthToken ¶
type AuthTokenWithApp ¶
type Department ¶
func NewDept ¶
func NewDept(name string, ownerId int) *Department
type GroupWithApp ¶
Click to show internal directories.
Click to hide internal directories.