Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterSrvAccountEventV1HTTPServer(s *http.Server, srv SrvAccountEventV1HTTPServer)
- func RegisterSrvAccountEventV1Server(s grpc.ServiceRegistrar, srv SrvAccountEventV1Server)
- func RegisterSrvAccountV1HTTPServer(s *http.Server, srv SrvAccountV1HTTPServer)
- func RegisterSrvAccountV1Server(s grpc.ServiceRegistrar, srv SrvAccountV1Server)
- func RegisterSrvUserAuthV1HTTPServer(s *http.Server, srv SrvUserAuthV1HTTPServer)
- func RegisterSrvUserAuthV1Server(s grpc.ServiceRegistrar, srv SrvUserAuthV1Server)
- type SrvAccountEventV1Client
- type SrvAccountEventV1HTTPClient
- type SrvAccountEventV1HTTPClientImpl
- type SrvAccountEventV1HTTPServer
- type SrvAccountEventV1Server
- type SrvAccountV1Client
- type SrvAccountV1HTTPClient
- type SrvAccountV1HTTPClientImpl
- func (c *SrvAccountV1HTTPClientImpl) CreateOrGetUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, ...) (*resources.CreateOrGetUserResp, error)
- func (c *SrvAccountV1HTTPClientImpl) CreateOrGetUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, ...) (*resources.CreateOrGetUserResp, error)
- func (c *SrvAccountV1HTTPClientImpl) CreateUser(ctx context.Context, in *resources.CreateUserReq, opts ...http.CallOption) (*resources.CreateUserResp, error)
- func (c *SrvAccountV1HTTPClientImpl) CreateUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, ...) (*resources.CreateUserResp, error)
- func (c *SrvAccountV1HTTPClientImpl) CreateUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, ...) (*resources.CreateUserResp, error)
- func (c *SrvAccountV1HTTPClientImpl) GetUserInfo(ctx context.Context, in *resources.GetUserInfoReq, opts ...http.CallOption) (*resources.GetUserInfoResp, error)
- func (c *SrvAccountV1HTTPClientImpl) GetUserInfoList(ctx context.Context, in *resources.GetUserInfoListReq, opts ...http.CallOption) (*resources.GetUserInfoListResp, error)
- func (c *SrvAccountV1HTTPClientImpl) GetUserList(ctx context.Context, in *resources.UserListReq, opts ...http.CallOption) (*resources.UserListResp, error)
- func (c *SrvAccountV1HTTPClientImpl) Ping(ctx context.Context, in *resources.PingReq, opts ...http.CallOption) (*resources.PingResp, error)
- type SrvAccountV1HTTPServer
- type SrvAccountV1Server
- type SrvUserAuthV1Client
- type SrvUserAuthV1HTTPClient
- type SrvUserAuthV1HTTPClientImpl
- func (c *SrvUserAuthV1HTTPClientImpl) LoginByEmail(ctx context.Context, in *resources.LoginByEmailReq, opts ...http.CallOption) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) LoginByOpenApi(ctx context.Context, in *resources.LoginByOpenApiReq, opts ...http.CallOption) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) LoginByPhone(ctx context.Context, in *resources.LoginByPhoneReq, opts ...http.CallOption) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) LoginOrSignupByEmail(ctx context.Context, in *resources.LoginOrSignupByEmailReq, ...) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) LoginOrSignupByPhone(ctx context.Context, in *resources.LoginOrSignupByPhoneReq, ...) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) Ping(ctx context.Context, in *resources.PingReq, opts ...http.CallOption) (*resources.PingResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) RefreshToken(ctx context.Context, in *resources.RefreshTokenReq, opts ...http.CallOption) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailChangeCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailChangePasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailForgotPasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailSignupCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendEmailSignupOrLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneChangeCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneChangePasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneForgotPasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneSignupCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneSignupOrLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, ...) (*resources.SendVerifyCodeResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SignupByEmail(ctx context.Context, in *resources.SignupByEmailReq, opts ...http.CallOption) (*resources.LoginResp, error)
- func (c *SrvUserAuthV1HTTPClientImpl) SignupByPhone(ctx context.Context, in *resources.SignupByPhoneReq, opts ...http.CallOption) (*resources.LoginResp, error)
- type SrvUserAuthV1HTTPServer
- type SrvUserAuthV1Server
- type UnimplementedSrvAccountEventV1Server
- func (UnimplementedSrvAccountEventV1Server) Ping(context.Context, *resources.PingReq) (*resources.PingResp, error)
- func (UnimplementedSrvAccountEventV1Server) StopSendEmailCodedEvent(context.Context, *resources.StopSendEmailCodeEventReq) (*resources.StopSendEmailCodeEventResp, error)
- func (UnimplementedSrvAccountEventV1Server) SubscribeSendEmailCodeEvent(context.Context, *resources.SubscribeSendEmailCodeEventReq) (*resources.SubscribeSendEmailCodeEventResp, error)
- type UnimplementedSrvAccountV1Server
- func (UnimplementedSrvAccountV1Server) CreateOrGetUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateOrGetUserResp, error)
- func (UnimplementedSrvAccountV1Server) CreateOrGetUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateOrGetUserResp, error)
- func (UnimplementedSrvAccountV1Server) CreateUser(context.Context, *resources.CreateUserReq) (*resources.CreateUserResp, error)
- func (UnimplementedSrvAccountV1Server) CreateUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateUserResp, error)
- func (UnimplementedSrvAccountV1Server) CreateUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateUserResp, error)
- func (UnimplementedSrvAccountV1Server) GetUserInfo(context.Context, *resources.GetUserInfoReq) (*resources.GetUserInfoResp, error)
- func (UnimplementedSrvAccountV1Server) GetUserInfoList(context.Context, *resources.GetUserInfoListReq) (*resources.GetUserInfoListResp, error)
- func (UnimplementedSrvAccountV1Server) GetUserList(context.Context, *resources.UserListReq) (*resources.UserListResp, error)
- func (UnimplementedSrvAccountV1Server) Ping(context.Context, *resources.PingReq) (*resources.PingResp, error)
- type UnimplementedSrvUserAuthV1Server
- func (UnimplementedSrvUserAuthV1Server) LoginByEmail(context.Context, *resources.LoginByEmailReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) LoginByOpenApi(context.Context, *resources.LoginByOpenApiReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) LoginByPhone(context.Context, *resources.LoginByPhoneReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByEmail(context.Context, *resources.LoginOrSignupByEmailReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByPhone(context.Context, *resources.LoginOrSignupByPhoneReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) Ping(context.Context, *resources.PingReq) (*resources.PingResp, error)
- func (UnimplementedSrvUserAuthV1Server) RefreshToken(context.Context, *resources.RefreshTokenReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailChangeCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailChangePasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailForgotPasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailSignupCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendEmailSignupOrLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneChangeCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneChangePasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneForgotPasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupOrLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
- func (UnimplementedSrvUserAuthV1Server) SignupByEmail(context.Context, *resources.SignupByEmailReq) (*resources.LoginResp, error)
- func (UnimplementedSrvUserAuthV1Server) SignupByPhone(context.Context, *resources.SignupByPhoneReq) (*resources.LoginResp, error)
- type UnsafeSrvAccountEventV1Server
- type UnsafeSrvAccountV1Server
- type UnsafeSrvUserAuthV1Server
Constants ¶
const ( SrvAccountV1_Ping_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/Ping" SrvAccountV1_GetUserInfo_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfo" SrvAccountV1_GetUserInfoList_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfoList" SrvAccountV1_GetUserList_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/GetUserList" SrvAccountV1_CreateUser_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/CreateUser" SrvAccountV1_CreateUserByPhone_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByPhone" SrvAccountV1_CreateUserByEmail_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByEmail" SrvAccountV1_CreateOrGetUserByPhone_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByPhone" SrvAccountV1_CreateOrGetUserByEmail_FullMethodName = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByEmail" )
const ( SrvAccountEventV1_Ping_FullMethodName = "/saas.api.account.servicev1.SrvAccountEventV1/Ping" SrvAccountEventV1_SubscribeSendEmailCodeEvent_FullMethodName = "/saas.api.account.servicev1.SrvAccountEventV1/SubscribeSendEmailCodeEvent" SrvAccountEventV1_StopSendEmailCodedEvent_FullMethodName = "/saas.api.account.servicev1.SrvAccountEventV1/StopSendEmailCodedEvent" )
const ( SrvUserAuthV1_Ping_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/Ping" SrvUserAuthV1_SignupByEmail_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByEmail" SrvUserAuthV1_SignupByPhone_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByPhone" SrvUserAuthV1_LoginOrSignupByPhone_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByPhone" SrvUserAuthV1_LoginOrSignupByEmail_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByEmail" SrvUserAuthV1_RefreshToken_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/RefreshToken" SrvUserAuthV1_LoginByEmail_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByEmail" SrvUserAuthV1_LoginByPhone_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByPhone" SrvUserAuthV1_LoginByOpenApi_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByOpenApi" SrvUserAuthV1_SendPhoneSignupCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupCode" SrvUserAuthV1_SendEmailSignupCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupCode" SrvUserAuthV1_SendPhoneSignupOrLoginCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupOrLoginCode" SrvUserAuthV1_SendEmailSignupOrLoginCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupOrLoginCode" SrvUserAuthV1_SendEmailLoginCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailLoginCode" SrvUserAuthV1_SendPhoneLoginCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneLoginCode" SrvUserAuthV1_SendEmailForgotPasswdCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailForgotPasswdCode" SrvUserAuthV1_SendPhoneForgotPasswdCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneForgotPasswdCode" SrvUserAuthV1_SendEmailChangePasswdCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangePasswdCode" SrvUserAuthV1_SendPhoneChangePasswdCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangePasswdCode" SrvUserAuthV1_SendEmailChangeCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangeCode" SrvUserAuthV1_SendPhoneChangeCode_FullMethodName = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangeCode" )
const OperationSrvAccountEventV1Ping = "/saas.api.account.servicev1.SrvAccountEventV1/Ping"
const OperationSrvAccountV1CreateOrGetUserByEmail = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByEmail"
const OperationSrvAccountV1CreateOrGetUserByPhone = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByPhone"
const OperationSrvAccountV1CreateUser = "/saas.api.account.servicev1.SrvAccountV1/CreateUser"
const OperationSrvAccountV1CreateUserByEmail = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByEmail"
const OperationSrvAccountV1CreateUserByPhone = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByPhone"
const OperationSrvAccountV1GetUserInfo = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfo"
const OperationSrvAccountV1GetUserInfoList = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfoList"
const OperationSrvAccountV1GetUserList = "/saas.api.account.servicev1.SrvAccountV1/GetUserList"
const OperationSrvAccountV1Ping = "/saas.api.account.servicev1.SrvAccountV1/Ping"
const OperationSrvUserAuthV1LoginByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByEmail"
const OperationSrvUserAuthV1LoginByOpenApi = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByOpenApi"
const OperationSrvUserAuthV1LoginByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByPhone"
const OperationSrvUserAuthV1LoginOrSignupByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByEmail"
const OperationSrvUserAuthV1LoginOrSignupByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByPhone"
const OperationSrvUserAuthV1Ping = "/saas.api.account.servicev1.SrvUserAuthV1/Ping"
const OperationSrvUserAuthV1RefreshToken = "/saas.api.account.servicev1.SrvUserAuthV1/RefreshToken"
const OperationSrvUserAuthV1SendEmailChangeCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangeCode"
const OperationSrvUserAuthV1SendEmailChangePasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangePasswdCode"
const OperationSrvUserAuthV1SendEmailForgotPasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailForgotPasswdCode"
const OperationSrvUserAuthV1SendEmailLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailLoginCode"
const OperationSrvUserAuthV1SendEmailSignupCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupCode"
const OperationSrvUserAuthV1SendEmailSignupOrLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupOrLoginCode"
const OperationSrvUserAuthV1SendPhoneChangeCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangeCode"
const OperationSrvUserAuthV1SendPhoneChangePasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangePasswdCode"
const OperationSrvUserAuthV1SendPhoneForgotPasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneForgotPasswdCode"
const OperationSrvUserAuthV1SendPhoneLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneLoginCode"
const OperationSrvUserAuthV1SendPhoneSignupCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupCode"
const OperationSrvUserAuthV1SendPhoneSignupOrLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupOrLoginCode"
const OperationSrvUserAuthV1SignupByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByEmail"
const OperationSrvUserAuthV1SignupByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByPhone"
Variables ¶
var File_api_account_service_v1_services_account_event_service_v1_proto protoreflect.FileDescriptor
var File_api_account_service_v1_services_account_service_v1_proto protoreflect.FileDescriptor
var File_api_account_service_v1_services_user_auth_service_v1_proto protoreflect.FileDescriptor
var SrvAccountEventV1_ServiceDesc = grpc.ServiceDesc{ ServiceName: "saas.api.account.servicev1.SrvAccountEventV1", HandlerType: (*SrvAccountEventV1Server)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _SrvAccountEventV1_Ping_Handler, }, { MethodName: "SubscribeSendEmailCodeEvent", Handler: _SrvAccountEventV1_SubscribeSendEmailCodeEvent_Handler, }, { MethodName: "StopSendEmailCodedEvent", Handler: _SrvAccountEventV1_StopSendEmailCodedEvent_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/account-service/v1/services/account_event.service.v1.proto", }
SrvAccountEventV1_ServiceDesc is the grpc.ServiceDesc for SrvAccountEventV1 service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SrvAccountV1_ServiceDesc = grpc.ServiceDesc{ ServiceName: "saas.api.account.servicev1.SrvAccountV1", HandlerType: (*SrvAccountV1Server)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _SrvAccountV1_Ping_Handler, }, { MethodName: "GetUserInfo", Handler: _SrvAccountV1_GetUserInfo_Handler, }, { MethodName: "GetUserInfoList", Handler: _SrvAccountV1_GetUserInfoList_Handler, }, { MethodName: "GetUserList", Handler: _SrvAccountV1_GetUserList_Handler, }, { MethodName: "CreateUser", Handler: _SrvAccountV1_CreateUser_Handler, }, { MethodName: "CreateUserByPhone", Handler: _SrvAccountV1_CreateUserByPhone_Handler, }, { MethodName: "CreateUserByEmail", Handler: _SrvAccountV1_CreateUserByEmail_Handler, }, { MethodName: "CreateOrGetUserByPhone", Handler: _SrvAccountV1_CreateOrGetUserByPhone_Handler, }, { MethodName: "CreateOrGetUserByEmail", Handler: _SrvAccountV1_CreateOrGetUserByEmail_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/account-service/v1/services/account.service.v1.proto", }
SrvAccountV1_ServiceDesc is the grpc.ServiceDesc for SrvAccountV1 service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SrvUserAuthV1_ServiceDesc = grpc.ServiceDesc{ ServiceName: "saas.api.account.servicev1.SrvUserAuthV1", HandlerType: (*SrvUserAuthV1Server)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _SrvUserAuthV1_Ping_Handler, }, { MethodName: "SignupByEmail", Handler: _SrvUserAuthV1_SignupByEmail_Handler, }, { MethodName: "SignupByPhone", Handler: _SrvUserAuthV1_SignupByPhone_Handler, }, { MethodName: "LoginOrSignupByPhone", Handler: _SrvUserAuthV1_LoginOrSignupByPhone_Handler, }, { MethodName: "LoginOrSignupByEmail", Handler: _SrvUserAuthV1_LoginOrSignupByEmail_Handler, }, { MethodName: "RefreshToken", Handler: _SrvUserAuthV1_RefreshToken_Handler, }, { MethodName: "LoginByEmail", Handler: _SrvUserAuthV1_LoginByEmail_Handler, }, { MethodName: "LoginByPhone", Handler: _SrvUserAuthV1_LoginByPhone_Handler, }, { MethodName: "LoginByOpenApi", Handler: _SrvUserAuthV1_LoginByOpenApi_Handler, }, { MethodName: "SendPhoneSignupCode", Handler: _SrvUserAuthV1_SendPhoneSignupCode_Handler, }, { MethodName: "SendEmailSignupCode", Handler: _SrvUserAuthV1_SendEmailSignupCode_Handler, }, { MethodName: "SendPhoneSignupOrLoginCode", Handler: _SrvUserAuthV1_SendPhoneSignupOrLoginCode_Handler, }, { MethodName: "SendEmailSignupOrLoginCode", Handler: _SrvUserAuthV1_SendEmailSignupOrLoginCode_Handler, }, { MethodName: "SendEmailLoginCode", Handler: _SrvUserAuthV1_SendEmailLoginCode_Handler, }, { MethodName: "SendPhoneLoginCode", Handler: _SrvUserAuthV1_SendPhoneLoginCode_Handler, }, { MethodName: "SendEmailForgotPasswdCode", Handler: _SrvUserAuthV1_SendEmailForgotPasswdCode_Handler, }, { MethodName: "SendPhoneForgotPasswdCode", Handler: _SrvUserAuthV1_SendPhoneForgotPasswdCode_Handler, }, { MethodName: "SendEmailChangePasswdCode", Handler: _SrvUserAuthV1_SendEmailChangePasswdCode_Handler, }, { MethodName: "SendPhoneChangePasswdCode", Handler: _SrvUserAuthV1_SendPhoneChangePasswdCode_Handler, }, { MethodName: "SendEmailChangeCode", Handler: _SrvUserAuthV1_SendEmailChangeCode_Handler, }, { MethodName: "SendPhoneChangeCode", Handler: _SrvUserAuthV1_SendPhoneChangeCode_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/account-service/v1/services/user_auth.service.v1.proto", }
SrvUserAuthV1_ServiceDesc is the grpc.ServiceDesc for SrvUserAuthV1 service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterSrvAccountEventV1HTTPServer ¶
func RegisterSrvAccountEventV1HTTPServer(s *http.Server, srv SrvAccountEventV1HTTPServer)
func RegisterSrvAccountEventV1Server ¶
func RegisterSrvAccountEventV1Server(s grpc.ServiceRegistrar, srv SrvAccountEventV1Server)
func RegisterSrvAccountV1HTTPServer ¶
func RegisterSrvAccountV1HTTPServer(s *http.Server, srv SrvAccountV1HTTPServer)
func RegisterSrvAccountV1Server ¶
func RegisterSrvAccountV1Server(s grpc.ServiceRegistrar, srv SrvAccountV1Server)
func RegisterSrvUserAuthV1HTTPServer ¶
func RegisterSrvUserAuthV1HTTPServer(s *http.Server, srv SrvUserAuthV1HTTPServer)
func RegisterSrvUserAuthV1Server ¶
func RegisterSrvUserAuthV1Server(s grpc.ServiceRegistrar, srv SrvUserAuthV1Server)
Types ¶
type SrvAccountEventV1Client ¶
type SrvAccountEventV1Client interface { // 身份验证-Ping测试 Ping(ctx context.Context, in *resources.PingReq, opts ...grpc.CallOption) (*resources.PingResp, error) // 身份验证 - 订阅发送邮件验证码事件 SubscribeSendEmailCodeEvent(ctx context.Context, in *resources.SubscribeSendEmailCodeEventReq, opts ...grpc.CallOption) (*resources.SubscribeSendEmailCodeEventResp, error) // 身份验证 - 停止发送邮件验证码事件 StopSendEmailCodedEvent(ctx context.Context, in *resources.StopSendEmailCodeEventReq, opts ...grpc.CallOption) (*resources.StopSendEmailCodeEventResp, error) }
SrvAccountEventV1Client is the client API for SrvAccountEventV1 service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
SrvAccountEventV1 User service
func NewSrvAccountEventV1Client ¶
func NewSrvAccountEventV1Client(cc grpc.ClientConnInterface) SrvAccountEventV1Client
type SrvAccountEventV1HTTPClient ¶
type SrvAccountEventV1HTTPClient interface {
Ping(ctx context.Context, req *resources.PingReq, opts ...http.CallOption) (rsp *resources.PingResp, err error)
}
func NewSrvAccountEventV1HTTPClient ¶
func NewSrvAccountEventV1HTTPClient(client *http.Client) SrvAccountEventV1HTTPClient
type SrvAccountEventV1HTTPClientImpl ¶
type SrvAccountEventV1HTTPClientImpl struct {
// contains filtered or unexported fields
}
type SrvAccountEventV1Server ¶
type SrvAccountEventV1Server interface { // 身份验证-Ping测试 Ping(context.Context, *resources.PingReq) (*resources.PingResp, error) // 身份验证 - 订阅发送邮件验证码事件 SubscribeSendEmailCodeEvent(context.Context, *resources.SubscribeSendEmailCodeEventReq) (*resources.SubscribeSendEmailCodeEventResp, error) // 身份验证 - 停止发送邮件验证码事件 StopSendEmailCodedEvent(context.Context, *resources.StopSendEmailCodeEventReq) (*resources.StopSendEmailCodeEventResp, error) // contains filtered or unexported methods }
SrvAccountEventV1Server is the server API for SrvAccountEventV1 service. All implementations must embed UnimplementedSrvAccountEventV1Server for forward compatibility.
SrvAccountEventV1 User service
type SrvAccountV1Client ¶
type SrvAccountV1Client interface { // 账户-Ping测试 Ping(ctx context.Context, in *resources.PingReq, opts ...grpc.CallOption) (*resources.PingResp, error) // 账户-获取用户信息 GetUserInfo(ctx context.Context, in *resources.GetUserInfoReq, opts ...grpc.CallOption) (*resources.GetUserInfoResp, error) // 账户-获取用户信息列表 GetUserInfoList(ctx context.Context, in *resources.GetUserInfoListReq, opts ...grpc.CallOption) (*resources.GetUserInfoListResp, error) // 账户-获取用户列表 GetUserList(ctx context.Context, in *resources.UserListReq, opts ...grpc.CallOption) (*resources.UserListResp, error) // 账户-创建用户 CreateUser(ctx context.Context, in *resources.CreateUserReq, opts ...grpc.CallOption) (*resources.CreateUserResp, error) // 账户-创建用户by手机 CreateUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, opts ...grpc.CallOption) (*resources.CreateUserResp, error) // 账户-创建用户by邮箱 CreateUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, opts ...grpc.CallOption) (*resources.CreateUserResp, error) // 账户-创建or获取用户by手机 CreateOrGetUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, opts ...grpc.CallOption) (*resources.CreateOrGetUserResp, error) // 账户-创建or获取用户by邮箱 CreateOrGetUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, opts ...grpc.CallOption) (*resources.CreateOrGetUserResp, error) }
SrvAccountV1Client is the client API for SrvAccountV1 service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
SrvAccountV1 account service
func NewSrvAccountV1Client ¶
func NewSrvAccountV1Client(cc grpc.ClientConnInterface) SrvAccountV1Client
type SrvAccountV1HTTPClient ¶
type SrvAccountV1HTTPClient interface { CreateOrGetUserByEmail(ctx context.Context, req *resources.CreateUserByEmailReq, opts ...http.CallOption) (rsp *resources.CreateOrGetUserResp, err error) CreateOrGetUserByPhone(ctx context.Context, req *resources.CreateUserByPhoneReq, opts ...http.CallOption) (rsp *resources.CreateOrGetUserResp, err error) CreateUser(ctx context.Context, req *resources.CreateUserReq, opts ...http.CallOption) (rsp *resources.CreateUserResp, err error) CreateUserByEmail(ctx context.Context, req *resources.CreateUserByEmailReq, opts ...http.CallOption) (rsp *resources.CreateUserResp, err error) CreateUserByPhone(ctx context.Context, req *resources.CreateUserByPhoneReq, opts ...http.CallOption) (rsp *resources.CreateUserResp, err error) GetUserInfo(ctx context.Context, req *resources.GetUserInfoReq, opts ...http.CallOption) (rsp *resources.GetUserInfoResp, err error) GetUserInfoList(ctx context.Context, req *resources.GetUserInfoListReq, opts ...http.CallOption) (rsp *resources.GetUserInfoListResp, err error) GetUserList(ctx context.Context, req *resources.UserListReq, opts ...http.CallOption) (rsp *resources.UserListResp, err error) Ping(ctx context.Context, req *resources.PingReq, opts ...http.CallOption) (rsp *resources.PingResp, err error) }
func NewSrvAccountV1HTTPClient ¶
func NewSrvAccountV1HTTPClient(client *http.Client) SrvAccountV1HTTPClient
type SrvAccountV1HTTPClientImpl ¶
type SrvAccountV1HTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*SrvAccountV1HTTPClientImpl) CreateOrGetUserByEmail ¶
func (c *SrvAccountV1HTTPClientImpl) CreateOrGetUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, opts ...http.CallOption) (*resources.CreateOrGetUserResp, error)
func (*SrvAccountV1HTTPClientImpl) CreateOrGetUserByPhone ¶
func (c *SrvAccountV1HTTPClientImpl) CreateOrGetUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, opts ...http.CallOption) (*resources.CreateOrGetUserResp, error)
func (*SrvAccountV1HTTPClientImpl) CreateUser ¶
func (c *SrvAccountV1HTTPClientImpl) CreateUser(ctx context.Context, in *resources.CreateUserReq, opts ...http.CallOption) (*resources.CreateUserResp, error)
func (*SrvAccountV1HTTPClientImpl) CreateUserByEmail ¶
func (c *SrvAccountV1HTTPClientImpl) CreateUserByEmail(ctx context.Context, in *resources.CreateUserByEmailReq, opts ...http.CallOption) (*resources.CreateUserResp, error)
func (*SrvAccountV1HTTPClientImpl) CreateUserByPhone ¶
func (c *SrvAccountV1HTTPClientImpl) CreateUserByPhone(ctx context.Context, in *resources.CreateUserByPhoneReq, opts ...http.CallOption) (*resources.CreateUserResp, error)
func (*SrvAccountV1HTTPClientImpl) GetUserInfo ¶
func (c *SrvAccountV1HTTPClientImpl) GetUserInfo(ctx context.Context, in *resources.GetUserInfoReq, opts ...http.CallOption) (*resources.GetUserInfoResp, error)
func (*SrvAccountV1HTTPClientImpl) GetUserInfoList ¶
func (c *SrvAccountV1HTTPClientImpl) GetUserInfoList(ctx context.Context, in *resources.GetUserInfoListReq, opts ...http.CallOption) (*resources.GetUserInfoListResp, error)
func (*SrvAccountV1HTTPClientImpl) GetUserList ¶
func (c *SrvAccountV1HTTPClientImpl) GetUserList(ctx context.Context, in *resources.UserListReq, opts ...http.CallOption) (*resources.UserListResp, error)
type SrvAccountV1HTTPServer ¶
type SrvAccountV1HTTPServer interface { // CreateOrGetUserByEmail 账户-创建or获取用户by邮箱 CreateOrGetUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateOrGetUserResp, error) // CreateOrGetUserByPhone 账户-创建or获取用户by手机 CreateOrGetUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateOrGetUserResp, error) // CreateUser 账户-创建用户 CreateUser(context.Context, *resources.CreateUserReq) (*resources.CreateUserResp, error) // CreateUserByEmail 账户-创建用户by邮箱 CreateUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateUserResp, error) // CreateUserByPhone 账户-创建用户by手机 CreateUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateUserResp, error) // GetUserInfo 账户-获取用户信息 GetUserInfo(context.Context, *resources.GetUserInfoReq) (*resources.GetUserInfoResp, error) // GetUserInfoList 账户-获取用户信息列表 GetUserInfoList(context.Context, *resources.GetUserInfoListReq) (*resources.GetUserInfoListResp, error) // GetUserList 账户-获取用户列表 GetUserList(context.Context, *resources.UserListReq) (*resources.UserListResp, error) // Ping 账户-Ping测试 Ping(context.Context, *resources.PingReq) (*resources.PingResp, error) }
type SrvAccountV1Server ¶
type SrvAccountV1Server interface { // 账户-Ping测试 Ping(context.Context, *resources.PingReq) (*resources.PingResp, error) // 账户-获取用户信息 GetUserInfo(context.Context, *resources.GetUserInfoReq) (*resources.GetUserInfoResp, error) // 账户-获取用户信息列表 GetUserInfoList(context.Context, *resources.GetUserInfoListReq) (*resources.GetUserInfoListResp, error) // 账户-获取用户列表 GetUserList(context.Context, *resources.UserListReq) (*resources.UserListResp, error) // 账户-创建用户 CreateUser(context.Context, *resources.CreateUserReq) (*resources.CreateUserResp, error) // 账户-创建用户by手机 CreateUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateUserResp, error) // 账户-创建用户by邮箱 CreateUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateUserResp, error) // 账户-创建or获取用户by手机 CreateOrGetUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateOrGetUserResp, error) // 账户-创建or获取用户by邮箱 CreateOrGetUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateOrGetUserResp, error) // contains filtered or unexported methods }
SrvAccountV1Server is the server API for SrvAccountV1 service. All implementations must embed UnimplementedSrvAccountV1Server for forward compatibility.
SrvAccountV1 account service
type SrvUserAuthV1Client ¶
type SrvUserAuthV1Client interface { // 身份验证-Ping测试 Ping(ctx context.Context, in *resources.PingReq, opts ...grpc.CallOption) (*resources.PingResp, error) // 身份验证-Email注册 SignupByEmail(ctx context.Context, in *resources.SignupByEmailReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-手机注册 SignupByPhone(ctx context.Context, in *resources.SignupByPhoneReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-手机登陆(自动注册) LoginOrSignupByPhone(ctx context.Context, in *resources.LoginOrSignupByPhoneReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-邮箱登陆(自动注册) LoginOrSignupByEmail(ctx context.Context, in *resources.LoginOrSignupByEmailReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-刷新Token RefreshToken(ctx context.Context, in *resources.RefreshTokenReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-Email登录 LoginByEmail(ctx context.Context, in *resources.LoginByEmailReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-手机登录 LoginByPhone(ctx context.Context, in *resources.LoginByPhoneReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-开发平台登录 LoginByOpenApi(ctx context.Context, in *resources.LoginByOpenApiReq, opts ...grpc.CallOption) (*resources.LoginResp, error) // 身份验证-发送手机注册码 SendPhoneSignupCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱注册码 SendEmailSignupCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机注册or登录码 SendPhoneSignupOrLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱注册or登录码 SendEmailSignupOrLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱登录码 SendEmailLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机登录码 SendPhoneLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱验证码(忘记密码) SendEmailForgotPasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机验证码(忘记密码) SendPhoneForgotPasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱验证码(修改密码) SendEmailChangePasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机验证码(修改密码) SendPhoneChangePasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱变更码 SendEmailChangeCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机变更码 SendPhoneChangeCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...grpc.CallOption) (*resources.SendVerifyCodeResp, error) }
SrvUserAuthV1Client is the client API for SrvUserAuthV1 service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
SrvUserAuthV1 User service
func NewSrvUserAuthV1Client ¶
func NewSrvUserAuthV1Client(cc grpc.ClientConnInterface) SrvUserAuthV1Client
type SrvUserAuthV1HTTPClient ¶
type SrvUserAuthV1HTTPClient interface { LoginByEmail(ctx context.Context, req *resources.LoginByEmailReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) LoginByOpenApi(ctx context.Context, req *resources.LoginByOpenApiReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) LoginByPhone(ctx context.Context, req *resources.LoginByPhoneReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) LoginOrSignupByEmail(ctx context.Context, req *resources.LoginOrSignupByEmailReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) LoginOrSignupByPhone(ctx context.Context, req *resources.LoginOrSignupByPhoneReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) Ping(ctx context.Context, req *resources.PingReq, opts ...http.CallOption) (rsp *resources.PingResp, err error) RefreshToken(ctx context.Context, req *resources.RefreshTokenReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) SendEmailChangeCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendEmailChangePasswdCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendEmailForgotPasswdCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendEmailLoginCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendEmailSignupCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendEmailSignupOrLoginCode(ctx context.Context, req *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneChangeCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneChangePasswdCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneForgotPasswdCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneLoginCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneSignupCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SendPhoneSignupOrLoginCode(ctx context.Context, req *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (rsp *resources.SendVerifyCodeResp, err error) SignupByEmail(ctx context.Context, req *resources.SignupByEmailReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) SignupByPhone(ctx context.Context, req *resources.SignupByPhoneReq, opts ...http.CallOption) (rsp *resources.LoginResp, err error) }
func NewSrvUserAuthV1HTTPClient ¶
func NewSrvUserAuthV1HTTPClient(client *http.Client) SrvUserAuthV1HTTPClient
type SrvUserAuthV1HTTPClientImpl ¶
type SrvUserAuthV1HTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*SrvUserAuthV1HTTPClientImpl) LoginByEmail ¶
func (c *SrvUserAuthV1HTTPClientImpl) LoginByEmail(ctx context.Context, in *resources.LoginByEmailReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) LoginByOpenApi ¶
func (c *SrvUserAuthV1HTTPClientImpl) LoginByOpenApi(ctx context.Context, in *resources.LoginByOpenApiReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) LoginByPhone ¶
func (c *SrvUserAuthV1HTTPClientImpl) LoginByPhone(ctx context.Context, in *resources.LoginByPhoneReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) LoginOrSignupByEmail ¶
func (c *SrvUserAuthV1HTTPClientImpl) LoginOrSignupByEmail(ctx context.Context, in *resources.LoginOrSignupByEmailReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) LoginOrSignupByPhone ¶
func (c *SrvUserAuthV1HTTPClientImpl) LoginOrSignupByPhone(ctx context.Context, in *resources.LoginOrSignupByPhoneReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) Ping ¶
func (c *SrvUserAuthV1HTTPClientImpl) Ping(ctx context.Context, in *resources.PingReq, opts ...http.CallOption) (*resources.PingResp, error)
func (*SrvUserAuthV1HTTPClientImpl) RefreshToken ¶
func (c *SrvUserAuthV1HTTPClientImpl) RefreshToken(ctx context.Context, in *resources.RefreshTokenReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailChangeCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailChangeCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailChangePasswdCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailChangePasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailForgotPasswdCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailForgotPasswdCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailLoginCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailSignupCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailSignupCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendEmailSignupOrLoginCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendEmailSignupOrLoginCode(ctx context.Context, in *resources.SendEmailVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneChangeCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneChangeCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneChangePasswdCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneChangePasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneForgotPasswdCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneForgotPasswdCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneLoginCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneSignupCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneSignupCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SendPhoneSignupOrLoginCode ¶
func (c *SrvUserAuthV1HTTPClientImpl) SendPhoneSignupOrLoginCode(ctx context.Context, in *resources.SendPhoneVerifyCodeReq, opts ...http.CallOption) (*resources.SendVerifyCodeResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SignupByEmail ¶
func (c *SrvUserAuthV1HTTPClientImpl) SignupByEmail(ctx context.Context, in *resources.SignupByEmailReq, opts ...http.CallOption) (*resources.LoginResp, error)
func (*SrvUserAuthV1HTTPClientImpl) SignupByPhone ¶
func (c *SrvUserAuthV1HTTPClientImpl) SignupByPhone(ctx context.Context, in *resources.SignupByPhoneReq, opts ...http.CallOption) (*resources.LoginResp, error)
type SrvUserAuthV1HTTPServer ¶
type SrvUserAuthV1HTTPServer interface { // LoginByEmail 身份验证-Email登录 LoginByEmail(context.Context, *resources.LoginByEmailReq) (*resources.LoginResp, error) // LoginByOpenApi 身份验证-开发平台登录 LoginByOpenApi(context.Context, *resources.LoginByOpenApiReq) (*resources.LoginResp, error) // LoginByPhone 身份验证-手机登录 LoginByPhone(context.Context, *resources.LoginByPhoneReq) (*resources.LoginResp, error) // LoginOrSignupByEmail 身份验证-邮箱登陆(自动注册) LoginOrSignupByEmail(context.Context, *resources.LoginOrSignupByEmailReq) (*resources.LoginResp, error) // LoginOrSignupByPhone 身份验证-手机登陆(自动注册) LoginOrSignupByPhone(context.Context, *resources.LoginOrSignupByPhoneReq) (*resources.LoginResp, error) // Ping 身份验证-Ping测试 Ping(context.Context, *resources.PingReq) (*resources.PingResp, error) // RefreshToken 身份验证-刷新Token RefreshToken(context.Context, *resources.RefreshTokenReq) (*resources.LoginResp, error) // SendEmailChangeCode 身份验证-发送邮箱变更码 SendEmailChangeCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendEmailChangePasswdCode 身份验证-发送邮箱验证码(修改密码) SendEmailChangePasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendEmailForgotPasswdCode 身份验证-发送邮箱验证码(忘记密码) SendEmailForgotPasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendEmailLoginCode 身份验证-发送邮箱登录码 SendEmailLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendEmailSignupCode 身份验证-发送邮箱注册码 SendEmailSignupCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendEmailSignupOrLoginCode 身份验证-发送邮箱注册or登录码 SendEmailSignupOrLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneChangeCode 身份验证-发送手机变更码 SendPhoneChangeCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneChangePasswdCode 身份验证-发送手机验证码(修改密码) SendPhoneChangePasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneForgotPasswdCode 身份验证-发送手机验证码(忘记密码) SendPhoneForgotPasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneLoginCode 身份验证-发送手机登录码 SendPhoneLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneSignupCode 身份验证-发送手机注册码 SendPhoneSignupCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SendPhoneSignupOrLoginCode 身份验证-发送手机注册or登录码 SendPhoneSignupOrLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // SignupByEmail 身份验证-Email注册 SignupByEmail(context.Context, *resources.SignupByEmailReq) (*resources.LoginResp, error) // SignupByPhone 身份验证-手机注册 SignupByPhone(context.Context, *resources.SignupByPhoneReq) (*resources.LoginResp, error) }
type SrvUserAuthV1Server ¶
type SrvUserAuthV1Server interface { // 身份验证-Ping测试 Ping(context.Context, *resources.PingReq) (*resources.PingResp, error) // 身份验证-Email注册 SignupByEmail(context.Context, *resources.SignupByEmailReq) (*resources.LoginResp, error) // 身份验证-手机注册 SignupByPhone(context.Context, *resources.SignupByPhoneReq) (*resources.LoginResp, error) // 身份验证-手机登陆(自动注册) LoginOrSignupByPhone(context.Context, *resources.LoginOrSignupByPhoneReq) (*resources.LoginResp, error) // 身份验证-邮箱登陆(自动注册) LoginOrSignupByEmail(context.Context, *resources.LoginOrSignupByEmailReq) (*resources.LoginResp, error) // 身份验证-刷新Token RefreshToken(context.Context, *resources.RefreshTokenReq) (*resources.LoginResp, error) // 身份验证-Email登录 LoginByEmail(context.Context, *resources.LoginByEmailReq) (*resources.LoginResp, error) // 身份验证-手机登录 LoginByPhone(context.Context, *resources.LoginByPhoneReq) (*resources.LoginResp, error) // 身份验证-开发平台登录 LoginByOpenApi(context.Context, *resources.LoginByOpenApiReq) (*resources.LoginResp, error) // 身份验证-发送手机注册码 SendPhoneSignupCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱注册码 SendEmailSignupCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机注册or登录码 SendPhoneSignupOrLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱注册or登录码 SendEmailSignupOrLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱登录码 SendEmailLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机登录码 SendPhoneLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱验证码(忘记密码) SendEmailForgotPasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机验证码(忘记密码) SendPhoneForgotPasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱验证码(修改密码) SendEmailChangePasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机验证码(修改密码) SendPhoneChangePasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送邮箱变更码 SendEmailChangeCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // 身份验证-发送手机变更码 SendPhoneChangeCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error) // contains filtered or unexported methods }
SrvUserAuthV1Server is the server API for SrvUserAuthV1 service. All implementations must embed UnimplementedSrvUserAuthV1Server for forward compatibility.
SrvUserAuthV1 User service
type UnimplementedSrvAccountEventV1Server ¶
type UnimplementedSrvAccountEventV1Server struct{}
UnimplementedSrvAccountEventV1Server must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedSrvAccountEventV1Server) StopSendEmailCodedEvent ¶
func (UnimplementedSrvAccountEventV1Server) StopSendEmailCodedEvent(context.Context, *resources.StopSendEmailCodeEventReq) (*resources.StopSendEmailCodeEventResp, error)
func (UnimplementedSrvAccountEventV1Server) SubscribeSendEmailCodeEvent ¶
func (UnimplementedSrvAccountEventV1Server) SubscribeSendEmailCodeEvent(context.Context, *resources.SubscribeSendEmailCodeEventReq) (*resources.SubscribeSendEmailCodeEventResp, error)
type UnimplementedSrvAccountV1Server ¶
type UnimplementedSrvAccountV1Server struct{}
UnimplementedSrvAccountV1Server must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedSrvAccountV1Server) CreateOrGetUserByEmail ¶
func (UnimplementedSrvAccountV1Server) CreateOrGetUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateOrGetUserResp, error)
func (UnimplementedSrvAccountV1Server) CreateOrGetUserByPhone ¶
func (UnimplementedSrvAccountV1Server) CreateOrGetUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateOrGetUserResp, error)
func (UnimplementedSrvAccountV1Server) CreateUser ¶
func (UnimplementedSrvAccountV1Server) CreateUser(context.Context, *resources.CreateUserReq) (*resources.CreateUserResp, error)
func (UnimplementedSrvAccountV1Server) CreateUserByEmail ¶
func (UnimplementedSrvAccountV1Server) CreateUserByEmail(context.Context, *resources.CreateUserByEmailReq) (*resources.CreateUserResp, error)
func (UnimplementedSrvAccountV1Server) CreateUserByPhone ¶
func (UnimplementedSrvAccountV1Server) CreateUserByPhone(context.Context, *resources.CreateUserByPhoneReq) (*resources.CreateUserResp, error)
func (UnimplementedSrvAccountV1Server) GetUserInfo ¶
func (UnimplementedSrvAccountV1Server) GetUserInfo(context.Context, *resources.GetUserInfoReq) (*resources.GetUserInfoResp, error)
func (UnimplementedSrvAccountV1Server) GetUserInfoList ¶
func (UnimplementedSrvAccountV1Server) GetUserInfoList(context.Context, *resources.GetUserInfoListReq) (*resources.GetUserInfoListResp, error)
func (UnimplementedSrvAccountV1Server) GetUserList ¶
func (UnimplementedSrvAccountV1Server) GetUserList(context.Context, *resources.UserListReq) (*resources.UserListResp, error)
type UnimplementedSrvUserAuthV1Server ¶
type UnimplementedSrvUserAuthV1Server struct{}
UnimplementedSrvUserAuthV1Server must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedSrvUserAuthV1Server) LoginByEmail ¶
func (UnimplementedSrvUserAuthV1Server) LoginByEmail(context.Context, *resources.LoginByEmailReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) LoginByOpenApi ¶
func (UnimplementedSrvUserAuthV1Server) LoginByOpenApi(context.Context, *resources.LoginByOpenApiReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) LoginByPhone ¶
func (UnimplementedSrvUserAuthV1Server) LoginByPhone(context.Context, *resources.LoginByPhoneReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByEmail ¶
func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByEmail(context.Context, *resources.LoginOrSignupByEmailReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByPhone ¶
func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByPhone(context.Context, *resources.LoginOrSignupByPhoneReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) RefreshToken ¶
func (UnimplementedSrvUserAuthV1Server) RefreshToken(context.Context, *resources.RefreshTokenReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailChangeCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailChangeCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailChangePasswdCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailChangePasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailForgotPasswdCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailForgotPasswdCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailLoginCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailSignupCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailSignupCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendEmailSignupOrLoginCode ¶
func (UnimplementedSrvUserAuthV1Server) SendEmailSignupOrLoginCode(context.Context, *resources.SendEmailVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneChangeCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneChangeCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneChangePasswdCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneChangePasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneForgotPasswdCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneForgotPasswdCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneLoginCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupOrLoginCode ¶
func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupOrLoginCode(context.Context, *resources.SendPhoneVerifyCodeReq) (*resources.SendVerifyCodeResp, error)
func (UnimplementedSrvUserAuthV1Server) SignupByEmail ¶
func (UnimplementedSrvUserAuthV1Server) SignupByEmail(context.Context, *resources.SignupByEmailReq) (*resources.LoginResp, error)
func (UnimplementedSrvUserAuthV1Server) SignupByPhone ¶
func (UnimplementedSrvUserAuthV1Server) SignupByPhone(context.Context, *resources.SignupByPhoneReq) (*resources.LoginResp, error)
type UnsafeSrvAccountEventV1Server ¶
type UnsafeSrvAccountEventV1Server interface {
// contains filtered or unexported methods
}
UnsafeSrvAccountEventV1Server may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SrvAccountEventV1Server will result in compilation errors.
type UnsafeSrvAccountV1Server ¶
type UnsafeSrvAccountV1Server interface {
// contains filtered or unexported methods
}
UnsafeSrvAccountV1Server may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SrvAccountV1Server will result in compilation errors.
type UnsafeSrvUserAuthV1Server ¶
type UnsafeSrvUserAuthV1Server interface {
// contains filtered or unexported methods
}
UnsafeSrvUserAuthV1Server may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SrvUserAuthV1Server will result in compilation errors.
Source Files
¶
- account.service.v1.pb.go
- account.service.v1.pb.validate.go
- account.service.v1_grpc.pb.go
- account.service.v1_http.pb.go
- account_event.service.v1.pb.go
- account_event.service.v1.pb.validate.go
- account_event.service.v1_grpc.pb.go
- account_event.service.v1_http.pb.go
- user_auth.service.v1.pb.go
- user_auth.service.v1.pb.validate.go
- user_auth.service.v1_grpc.pb.go
- user_auth.service.v1_http.pb.go