servicev1

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const OperationSrvAccountEventV1Ping = "/saas.api.account.servicev1.SrvAccountEventV1/Ping"
View Source
const OperationSrvAccountV1CreateOrGetUserByEmail = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByEmail"
View Source
const OperationSrvAccountV1CreateOrGetUserByPhone = "/saas.api.account.servicev1.SrvAccountV1/CreateOrGetUserByPhone"
View Source
const OperationSrvAccountV1CreateUser = "/saas.api.account.servicev1.SrvAccountV1/CreateUser"
View Source
const OperationSrvAccountV1CreateUserByEmail = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByEmail"
View Source
const OperationSrvAccountV1CreateUserByPhone = "/saas.api.account.servicev1.SrvAccountV1/CreateUserByPhone"
View Source
const OperationSrvAccountV1GetUserInfo = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfo"
View Source
const OperationSrvAccountV1GetUserInfoList = "/saas.api.account.servicev1.SrvAccountV1/GetUserInfoList"
View Source
const OperationSrvAccountV1GetUserList = "/saas.api.account.servicev1.SrvAccountV1/GetUserList"
View Source
const OperationSrvAccountV1Ping = "/saas.api.account.servicev1.SrvAccountV1/Ping"
View Source
const OperationSrvUserAuthV1LoginByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByEmail"
View Source
const OperationSrvUserAuthV1LoginByOpenApi = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByOpenApi"
View Source
const OperationSrvUserAuthV1LoginByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/LoginByPhone"
View Source
const OperationSrvUserAuthV1LoginOrSignupByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByEmail"
View Source
const OperationSrvUserAuthV1LoginOrSignupByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/LoginOrSignupByPhone"
View Source
const OperationSrvUserAuthV1Ping = "/saas.api.account.servicev1.SrvUserAuthV1/Ping"
View Source
const OperationSrvUserAuthV1RefreshToken = "/saas.api.account.servicev1.SrvUserAuthV1/RefreshToken"
View Source
const OperationSrvUserAuthV1SendEmailChangeCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangeCode"
View Source
const OperationSrvUserAuthV1SendEmailChangePasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailChangePasswdCode"
View Source
const OperationSrvUserAuthV1SendEmailForgotPasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailForgotPasswdCode"
View Source
const OperationSrvUserAuthV1SendEmailLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailLoginCode"
View Source
const OperationSrvUserAuthV1SendEmailSignupCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupCode"
View Source
const OperationSrvUserAuthV1SendEmailSignupOrLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendEmailSignupOrLoginCode"
View Source
const OperationSrvUserAuthV1SendPhoneChangeCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangeCode"
View Source
const OperationSrvUserAuthV1SendPhoneChangePasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneChangePasswdCode"
View Source
const OperationSrvUserAuthV1SendPhoneForgotPasswdCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneForgotPasswdCode"
View Source
const OperationSrvUserAuthV1SendPhoneLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneLoginCode"
View Source
const OperationSrvUserAuthV1SendPhoneSignupCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupCode"
View Source
const OperationSrvUserAuthV1SendPhoneSignupOrLoginCode = "/saas.api.account.servicev1.SrvUserAuthV1/SendPhoneSignupOrLoginCode"
View Source
const OperationSrvUserAuthV1SignupByEmail = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByEmail"
View Source
const OperationSrvUserAuthV1SignupByPhone = "/saas.api.account.servicev1.SrvUserAuthV1/SignupByPhone"

Variables

View Source
var File_api_account_service_v1_services_account_event_service_v1_proto protoreflect.FileDescriptor
View Source
var File_api_account_service_v1_services_account_service_v1_proto protoreflect.FileDescriptor
View Source
var File_api_account_service_v1_services_user_auth_service_v1_proto protoreflect.FileDescriptor
View Source
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)

View Source
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)

View Source
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

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
}

func (*SrvAccountEventV1HTTPClientImpl) Ping

type SrvAccountEventV1HTTPServer

type SrvAccountEventV1HTTPServer interface {
	// Ping 身份验证-Ping测试
	Ping(context.Context, *resources.PingReq) (*resources.PingResp, error)
}

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

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 (*SrvAccountV1HTTPClientImpl) CreateOrGetUserByPhone

func (*SrvAccountV1HTTPClientImpl) CreateUser

func (*SrvAccountV1HTTPClientImpl) CreateUserByEmail

func (*SrvAccountV1HTTPClientImpl) CreateUserByPhone

func (*SrvAccountV1HTTPClientImpl) GetUserInfo

func (*SrvAccountV1HTTPClientImpl) GetUserInfoList

func (*SrvAccountV1HTTPClientImpl) GetUserList

func (*SrvAccountV1HTTPClientImpl) Ping

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

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 (*SrvUserAuthV1HTTPClientImpl) LoginByOpenApi

func (*SrvUserAuthV1HTTPClientImpl) LoginByPhone

func (*SrvUserAuthV1HTTPClientImpl) LoginOrSignupByEmail

func (*SrvUserAuthV1HTTPClientImpl) LoginOrSignupByPhone

func (*SrvUserAuthV1HTTPClientImpl) Ping

func (*SrvUserAuthV1HTTPClientImpl) RefreshToken

func (*SrvUserAuthV1HTTPClientImpl) SendEmailChangeCode

func (*SrvUserAuthV1HTTPClientImpl) SendEmailChangePasswdCode

func (*SrvUserAuthV1HTTPClientImpl) SendEmailForgotPasswdCode

func (*SrvUserAuthV1HTTPClientImpl) SendEmailLoginCode

func (*SrvUserAuthV1HTTPClientImpl) SendEmailSignupCode

func (*SrvUserAuthV1HTTPClientImpl) SendEmailSignupOrLoginCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneChangeCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneChangePasswdCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneForgotPasswdCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneLoginCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneSignupCode

func (*SrvUserAuthV1HTTPClientImpl) SendPhoneSignupOrLoginCode

func (*SrvUserAuthV1HTTPClientImpl) SignupByEmail

func (*SrvUserAuthV1HTTPClientImpl) SignupByPhone

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) Ping

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) CreateUser

func (UnimplementedSrvAccountV1Server) CreateUserByEmail

func (UnimplementedSrvAccountV1Server) CreateUserByPhone

func (UnimplementedSrvAccountV1Server) GetUserInfo

func (UnimplementedSrvAccountV1Server) GetUserList

func (UnimplementedSrvAccountV1Server) Ping

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) LoginByOpenApi

func (UnimplementedSrvUserAuthV1Server) LoginByPhone

func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByEmail

func (UnimplementedSrvUserAuthV1Server) LoginOrSignupByPhone

func (UnimplementedSrvUserAuthV1Server) Ping

func (UnimplementedSrvUserAuthV1Server) RefreshToken

func (UnimplementedSrvUserAuthV1Server) SendEmailChangePasswdCode

func (UnimplementedSrvUserAuthV1Server) SendEmailForgotPasswdCode

func (UnimplementedSrvUserAuthV1Server) SendEmailSignupOrLoginCode

func (UnimplementedSrvUserAuthV1Server) SendPhoneChangePasswdCode

func (UnimplementedSrvUserAuthV1Server) SendPhoneForgotPasswdCode

func (UnimplementedSrvUserAuthV1Server) SendPhoneSignupOrLoginCode

func (UnimplementedSrvUserAuthV1Server) SignupByEmail

func (UnimplementedSrvUserAuthV1Server) SignupByPhone

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL