Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthApp ¶
type OAuthApp struct { orm.BaseModel Id int `json:"id"` Code string `json:"code"` Title string `json:"title"` AppId string `json:"appId"` AppSecurityKey string `json:"appSecurityKey"` AppOauthScope string `json:"appOauthScope"` AppBaseUrl string `json:"appBaseUrl"` AccessToken string `json:"accessToken"` AccessTokenExpireTime custom.JsonTime `json:"accessTokenExpireTime"` CreateTime custom.JsonTime `json:"createTime"` }
func (*OAuthApp) FilterValue ¶
func (this *OAuthApp) FilterValue()
type User ¶
type User struct { orm.BaseModel Id custom.UUID `json:"id"` Mobile string `json:"mobile"` NickName string `json:"nickName"` CreateTime custom.JsonTime `json:"createTime"` Password string `json:"password"` Role int `json:"role"` }
func (*User) FilterValue ¶
func (this *User) FilterValue()
Click to show internal directories.
Click to hide internal directories.