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 Mcms
- 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 Mcms ¶
type Mcms interface {
SendEmail(ctx context.Context, in *EmailInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
// EmailLog management
CreateEmailLog(ctx context.Context, in *EmailLogInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
UpdateEmailLog(ctx context.Context, in *EmailLogInfo, opts ...grpc.CallOption) (*BaseResp, error)
GetEmailLogList(ctx context.Context, in *EmailLogListReq, opts ...grpc.CallOption) (*EmailLogListResp, error)
GetEmailLogById(ctx context.Context, in *UUIDReq, opts ...grpc.CallOption) (*EmailLogInfo, error)
DeleteEmailLog(ctx context.Context, in *UUIDsReq, opts ...grpc.CallOption) (*BaseResp, error)
// EmailProvider management
CreateEmailProvider(ctx context.Context, in *EmailProviderInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
UpdateEmailProvider(ctx context.Context, in *EmailProviderInfo, opts ...grpc.CallOption) (*BaseResp, error)
GetEmailProviderList(ctx context.Context, in *EmailProviderListReq, opts ...grpc.CallOption) (*EmailProviderListResp, error)
GetEmailProviderById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*EmailProviderInfo, error)
DeleteEmailProvider(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
SendSms(ctx context.Context, in *SmsInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
// SmsLog management
CreateSmsLog(ctx context.Context, in *SmsLogInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
UpdateSmsLog(ctx context.Context, in *SmsLogInfo, opts ...grpc.CallOption) (*BaseResp, error)
GetSmsLogList(ctx context.Context, in *SmsLogListReq, opts ...grpc.CallOption) (*SmsLogListResp, error)
GetSmsLogById(ctx context.Context, in *UUIDReq, opts ...grpc.CallOption) (*SmsLogInfo, error)
DeleteSmsLog(ctx context.Context, in *UUIDsReq, opts ...grpc.CallOption) (*BaseResp, error)
// SmsProvider management
CreateSmsProvider(ctx context.Context, in *SmsProviderInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
UpdateSmsProvider(ctx context.Context, in *SmsProviderInfo, opts ...grpc.CallOption) (*BaseResp, error)
GetSmsProviderList(ctx context.Context, in *SmsProviderListReq, opts ...grpc.CallOption) (*SmsProviderListResp, error)
GetSmsProviderById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*SmsProviderInfo, error)
DeleteSmsProvider(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.