Documentation ¶
Index ¶
- type EmailBindRequest
- type EmailLoginRequest
- type EmailRegisterRequest
- type ExportUserRequest
- type FieldType
- type GenAuthCaptchaRequest
- type GenAuthCaptchaResponse
- type GetAppRequest
- type GetChannelRequest
- type GetUserRequest
- type ListAppRequest
- type ListAuthRequest
- type ListChannelRequest
- type ListFeedbackCategoryRequest
- type ListFeedbackRequest
- type ListFieldRequest
- type ListOAuthRequest
- type ListTrashUserRequest
- type ListUserRequest
- type ListUserinfoRequest
- type OAuthLoginReply
- type OAuthLoginRequest
- type Password
- type PasswordBindRequest
- type PasswordLoginReply
- type PasswordLoginRequest
- type PasswordRegisterRequest
- type TokenInfo
- type UpdateAppStatusRequest
- type UpdateAuthStatusRequest
- type UpdateCurrentUserRequest
- type UpdateOAuthStatusRequest
- type UpdateUserStatusRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailBindRequest ¶
type EmailLoginRequest ¶
type EmailRegisterRequest ¶
type ExportUserRequest ¶
type ExportUserRequest struct { AppId uint32 `json:"appId"` Phone *string `json:"phone"` Email *string `json:"email"` Username *string `json:"username"` RealName *string `json:"realName"` Gender *string `json:"gender"` Status *bool `json:"status"` From *string `json:"from"` CreatedAts []uint32 `json:"createdAts"` }
type GenAuthCaptchaRequest ¶
type GenAuthCaptchaResponse ¶
type GetAppRequest ¶
type GetChannelRequest ¶
type GetUserRequest ¶
type ListAppRequest ¶
type ListAuthRequest ¶
type ListChannelRequest ¶
type ListFeedbackRequest ¶
type ListFeedbackRequest struct { Page uint32 `json:"page"` PageSize uint32 `json:"pageSize"` Order *string `json:"order"` OrderBy *string `json:"orderBy"` AppId *uint32 `json:"appId"` CategoryId *uint32 `json:"categoryId"` Status *string `json:"status"` Platform *string `json:"platform"` AppIds []uint32 `json:"appIds"` }
type ListFieldRequest ¶
type ListOAuthRequest ¶
type ListTrashUserRequest ¶
type ListTrashUserRequest struct { Page uint32 `json:"page"` PageSize uint32 `json:"pageSize"` Order *string `json:"order"` OrderBy *string `json:"orderBy"` Phone *string `json:"phone"` Email *string `json:"email"` Username *string `json:"username"` RealName *string `json:"realName"` Gender *string `json:"gender"` Status *bool `json:"status"` From *string `json:"from"` CreatedAts []uint32 `json:"createdAts"` AppId *uint32 `json:"appId"` }
type ListUserRequest ¶
type ListUserRequest struct { Page uint32 `json:"page"` PageSize uint32 `json:"pageSize"` Order *string `json:"order"` OrderBy *string `json:"orderBy"` Phone *string `json:"phone"` Email *string `json:"email"` Username *string `json:"username"` RealName *string `json:"realName"` Gender *string `json:"gender"` Status *bool `json:"status"` From *string `json:"from"` CreatedAts []uint32 `json:"createdAts"` AppId *uint32 `json:"appId"` AppIds []uint32 `json:"appIds"` App *string `json:"app"` InIds []uint32 `json:"inIds"` NotInIds []uint32 `json:"notInIds"` }
type ListUserinfoRequest ¶
type OAuthLoginReply ¶
type OAuthLoginRequest ¶
type PasswordBindRequest ¶
type PasswordLoginReply ¶
type PasswordLoginRequest ¶
type PasswordRegisterRequest ¶
type UpdateAppStatusRequest ¶
type UpdateAuthStatusRequest ¶
type UpdateUserStatusRequest ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.