Documentation ¶
Index ¶
- type ApiInfo
- type ApiListReq
- type ApiListResp
- type BaseIDResp
- type BaseMsg
- type BaseResp
- type BaseUUIDResp
- type CallbackReq
- type DepartmentInfo
- type DepartmentListReq
- type DepartmentListResp
- type DictionaryDetailInfo
- type DictionaryDetailListReq
- type DictionaryDetailListResp
- type DictionaryInfo
- type DictionaryListReq
- type DictionaryListResp
- type EmailInfo
- type EmailLogInfo
- type EmailLogListReq
- type EmailLogListResp
- type EmailProviderInfo
- type EmailProviderListReq
- type EmailProviderListResp
- type Empty
- type IDReq
- type IDsReq
- type Job
- type MenuInfo
- type MenuInfoList
- type MenuRoleInfo
- type MenuRoleListResp
- type Meta
- type OauthLoginReq
- type OauthProviderInfo
- type OauthProviderListReq
- type OauthProviderListResp
- type OauthRedirectResp
- type PageInfoReq
- type PositionInfo
- type PositionListReq
- type PositionListResp
- type RoleInfo
- type RoleListReq
- type RoleListResp
- type RoleMenuAuthorityReq
- type RoleMenuAuthorityResp
- type SmsInfo
- type SmsLogInfo
- type SmsLogListReq
- type SmsLogListResp
- type SmsProviderInfo
- type SmsProviderListReq
- type SmsProviderListResp
- type TaskInfo
- type TaskListReq
- type TaskListResp
- type TaskLogInfo
- type TaskLogListReq
- type TaskLogListResp
- type TokenInfo
- type TokenListReq
- type TokenListResp
- type UUIDReq
- type UUIDsReq
- type UserInfo
- type UserListReq
- type UserListResp
- type UsernameReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiListReq ¶
type ApiListReq = core.ApiListReq
type ApiListResp ¶
type ApiListResp = core.ApiListResp
type BaseIDResp ¶
type BaseIDResp = core.BaseIDResp
type BaseUUIDResp ¶
type BaseUUIDResp = core.BaseUUIDResp
type CallbackReq ¶
type CallbackReq = core.CallbackReq
type DepartmentInfo ¶
type DepartmentInfo = core.DepartmentInfo
type DepartmentListReq ¶
type DepartmentListReq = core.DepartmentListReq
type DepartmentListResp ¶
type DepartmentListResp = core.DepartmentListResp
type DictionaryDetailInfo ¶
type DictionaryDetailInfo = core.DictionaryDetailInfo
type DictionaryDetailListReq ¶
type DictionaryDetailListReq = core.DictionaryDetailListReq
type DictionaryDetailListResp ¶
type DictionaryDetailListResp = core.DictionaryDetailListResp
type DictionaryInfo ¶
type DictionaryInfo = core.DictionaryInfo
type DictionaryListReq ¶
type DictionaryListReq = core.DictionaryListReq
type DictionaryListResp ¶
type DictionaryListResp = core.DictionaryListResp
type EmailLogInfo ¶
type EmailLogInfo = core.EmailLogInfo
type EmailLogListReq ¶
type EmailLogListReq = core.EmailLogListReq
type EmailLogListResp ¶
type EmailLogListResp = core.EmailLogListResp
type EmailProviderInfo ¶
type EmailProviderInfo = core.EmailProviderInfo
type EmailProviderListReq ¶
type EmailProviderListReq = core.EmailProviderListReq
type EmailProviderListResp ¶
type EmailProviderListResp = core.EmailProviderListResp
type Job ¶
type Job interface { // Task management CreateTask(ctx context.Context, in *TaskInfo, opts ...grpc.CallOption) (*BaseIDResp, error) UpdateTask(ctx context.Context, in *TaskInfo, opts ...grpc.CallOption) (*BaseResp, error) GetTaskList(ctx context.Context, in *TaskListReq, opts ...grpc.CallOption) (*TaskListResp, error) GetTaskById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*TaskInfo, error) DeleteTask(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error) // TaskLog management CreateTaskLog(ctx context.Context, in *TaskLogInfo, opts ...grpc.CallOption) (*BaseIDResp, error) UpdateTaskLog(ctx context.Context, in *TaskLogInfo, opts ...grpc.CallOption) (*BaseResp, error) GetTaskLogList(ctx context.Context, in *TaskLogListReq, opts ...grpc.CallOption) (*TaskLogListResp, error) GetTaskLogById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*TaskLogInfo, error) DeleteTaskLog(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error) }
type MenuInfoList ¶
type MenuInfoList = core.MenuInfoList
type MenuRoleInfo ¶
type MenuRoleInfo = core.MenuRoleInfo
type MenuRoleListResp ¶
type MenuRoleListResp = core.MenuRoleListResp
type OauthLoginReq ¶
type OauthLoginReq = core.OauthLoginReq
type OauthProviderInfo ¶
type OauthProviderInfo = core.OauthProviderInfo
type OauthProviderListReq ¶
type OauthProviderListReq = core.OauthProviderListReq
type OauthProviderListResp ¶
type OauthProviderListResp = core.OauthProviderListResp
type OauthRedirectResp ¶
type OauthRedirectResp = core.OauthRedirectResp
type PageInfoReq ¶
type PageInfoReq = core.PageInfoReq
type PositionInfo ¶
type PositionInfo = core.PositionInfo
type PositionListReq ¶
type PositionListReq = core.PositionListReq
type PositionListResp ¶
type PositionListResp = core.PositionListResp
type RoleListReq ¶
type RoleListReq = core.RoleListReq
type RoleListResp ¶
type RoleListResp = core.RoleListResp
type RoleMenuAuthorityReq ¶
type RoleMenuAuthorityReq = core.RoleMenuAuthorityReq
type RoleMenuAuthorityResp ¶
type RoleMenuAuthorityResp = core.RoleMenuAuthorityResp
type SmsLogInfo ¶
type SmsLogInfo = core.SmsLogInfo
type SmsLogListReq ¶
type SmsLogListReq = core.SmsLogListReq
type SmsLogListResp ¶
type SmsLogListResp = core.SmsLogListResp
type SmsProviderInfo ¶
type SmsProviderInfo = core.SmsProviderInfo
type SmsProviderListReq ¶
type SmsProviderListReq = core.SmsProviderListReq
type SmsProviderListResp ¶
type SmsProviderListResp = core.SmsProviderListResp
type TaskListReq ¶
type TaskListReq = core.TaskListReq
type TaskListResp ¶
type TaskListResp = core.TaskListResp
type TaskLogInfo ¶
type TaskLogInfo = core.TaskLogInfo
type TaskLogListReq ¶
type TaskLogListReq = core.TaskLogListReq
type TaskLogListResp ¶
type TaskLogListResp = core.TaskLogListResp
type TokenListReq ¶
type TokenListReq = core.TokenListReq
type TokenListResp ¶
type TokenListResp = core.TokenListResp
type UserListReq ¶
type UserListReq = core.UserListReq
type UserListResp ¶
type UserListResp = core.UserListResp
type UsernameReq ¶
type UsernameReq = core.UsernameReq
Click to show internal directories.
Click to hide internal directories.