Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIErrorResult ¶
type BaseUserInfo ¶
type BaseUserInfo struct { ID string `json:"id"` NickName string `json:"nickName"` Avatar string `json:"avatar"` UserName string `json:"userName"` Sex string `json:"sex"` Birth time.Time `json:"birth"` Mobile string `json:"mobile"` WeiXin string `json:"weiXin"` QQ string `json:"qq"` EMail string `json:"email"` Province string `json:"province"` City string `json:"city"` District string `json:"district"` Street string `json:"street"` Roles interface{} `json:"roles"` Description string `json:"description"` Address []string `json:"address"` UserType int `json:"type"` DepartmentID string `json:"departmentId"` DepartmentTitle string `json:"departmentTitle"` }
type BaseUserInfoClaims ¶
type BaseUserInfoClaims struct { jwt.Claims BaseUserInfo }
type CaptchaData ¶
type FormField ¶
type FormField struct { Field string `json:"field"` Name string `json:"name"` Level string `json:"level"` TableShow bool `json:"tableShow"` SortOrder float32 `json:"sortOrder"` Sortable bool `json:"sortable"` Editable bool `json:"editable"` Type string `json:"type"` Validate bool `json:"validate"` SearchType string `json:"searchType"` SearchLevel string `json:"searchLevel"` Searchable bool `json:"searchable"` DefaultSort bool `json:"defaultSort"` DefaultSortType string `json:"defaultSortType"` DictType string `json:"dictType"` CustomUrl string `json:"customUrl"` SearchDictType string `json:"searchDictType"` SearchCustomUrl string `json:"searchCustomUrl"` }
type MsgContent ¶
type QueryCondition ¶
type QueryCondition struct { Page int `json:"page"` Size int `json:"size"` Sort string `json:"sort"` Order string `json:"order"` StartDate time.Time `json:"startDate"` EndDate time.Time `json:"endDate"` // contains filtered or unexported fields }
func NewQueryCondition ¶
func NewQueryCondition(modelDBFields map[string]map[string]string) *QueryCondition
type SearchCondition ¶
type SearchCondition struct { Comparator string `json:"comparator"` Value interface{} `json:"value"` Value2 interface{} `json:"value2"` }
type WxAuthInfo ¶
type WxAuthInfo struct { ID string `json:"id"` CAK string `json:"cak"` AppID string `json:"appID"` OpenID string `json:"openID"` UnionId string `json:"unionID"` NickName string `json:"nickName"` HeadImgURL string `json:"headImgURL"` Sex string `json:"sex"` Country string `json:"country"` Province string `json:"province"` City string `json:"city"` Subscribe int `json:"subscribe"` CreateTime time.Time `json:"createTime" time_format:"2006-01-02 15:04:05"` }
type WxAuthInfoClaims ¶
type WxAuthInfoClaims struct { jwt.Claims WxAuthInfo }
type ZincHook ¶
type ZincHook struct {
// contains filtered or unexported fields
}
func NewZincHook ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.