v1

package
v0.0.0-...-7dede72 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Auth_RefreshToken_FullMethodName     = "/container.api.container.auth.v1.Auth/RefreshToken"
	Auth_Logout_FullMethodName           = "/container.api.container.auth.v1.Auth/Logout"
	Auth_Auth_FullMethodName             = "/container.api.container.auth.v1.Auth/Auth"
	Auth_ListAuth_FullMethodName         = "/container.api.container.auth.v1.Auth/ListAuth"
	Auth_CreateAuth_FullMethodName       = "/container.api.container.auth.v1.Auth/CreateAuth"
	Auth_UpdateAuthStatus_FullMethodName = "/container.api.container.auth.v1.Auth/UpdateAuthStatus"
	Auth_DeleteAuth_FullMethodName       = "/container.api.container.auth.v1.Auth/DeleteAuth"
	Auth_ListOAuth_FullMethodName        = "/container.api.container.auth.v1.Auth/ListOAuth"
	Auth_DeleteOAuth_FullMethodName      = "/container.api.container.auth.v1.Auth/DeleteOAuth"
	Auth_GenAuthCaptcha_FullMethodName   = "/container.api.container.auth.v1.Auth/GenAuthCaptcha"
	Auth_OAuthLogin_FullMethodName       = "/container.api.container.auth.v1.Auth/OAuthLogin"
	Auth_EmailLogin_FullMethodName       = "/container.api.container.auth.v1.Auth/EmailLogin"
	Auth_PasswordLogin_FullMethodName    = "/container.api.container.auth.v1.Auth/PasswordLogin"
	Auth_EmailRegister_FullMethodName    = "/container.api.container.auth.v1.Auth/EmailRegister"
	Auth_PasswordRegister_FullMethodName = "/container.api.container.auth.v1.Auth/PasswordRegister"
	Auth_EmailBind_FullMethodName        = "/container.api.container.auth.v1.Auth/EmailBind"
	Auth_PasswordBind_FullMethodName     = "/container.api.container.auth.v1.Auth/PasswordBind"
)
View Source
const OperationAuthAuth = "/container.api.container.auth.v1.Auth/Auth"
View Source
const OperationAuthCreateAuth = "/container.api.container.auth.v1.Auth/CreateAuth"
View Source
const OperationAuthDeleteAuth = "/container.api.container.auth.v1.Auth/DeleteAuth"
View Source
const OperationAuthDeleteOAuth = "/container.api.container.auth.v1.Auth/DeleteOAuth"
View Source
const OperationAuthEmailBind = "/container.api.container.auth.v1.Auth/EmailBind"
View Source
const OperationAuthEmailLogin = "/container.api.container.auth.v1.Auth/EmailLogin"
View Source
const OperationAuthEmailRegister = "/container.api.container.auth.v1.Auth/EmailRegister"
View Source
const OperationAuthGenAuthCaptcha = "/container.api.container.auth.v1.Auth/GenAuthCaptcha"
View Source
const OperationAuthListAuth = "/container.api.container.auth.v1.Auth/ListAuth"
View Source
const OperationAuthListOAuth = "/container.api.container.auth.v1.Auth/ListOAuth"
View Source
const OperationAuthLogout = "/container.api.container.auth.v1.Auth/Logout"
View Source
const OperationAuthOAuthLogin = "/container.api.container.auth.v1.Auth/OAuthLogin"
View Source
const OperationAuthPasswordBind = "/container.api.container.auth.v1.Auth/PasswordBind"
View Source
const OperationAuthPasswordLogin = "/container.api.container.auth.v1.Auth/PasswordLogin"
View Source
const OperationAuthPasswordRegister = "/container.api.container.auth.v1.Auth/PasswordRegister"
View Source
const OperationAuthRefreshToken = "/container.api.container.auth.v1.Auth/RefreshToken"
View Source
const OperationAuthUpdateAuthStatus = "/container.api.container.auth.v1.Auth/UpdateAuthStatus"

Variables

View Source
var Auth_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "container.api.container.auth.v1.Auth",
	HandlerType: (*AuthServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RefreshToken",
			Handler:    _Auth_RefreshToken_Handler,
		},
		{
			MethodName: "Logout",
			Handler:    _Auth_Logout_Handler,
		},
		{
			MethodName: "Auth",
			Handler:    _Auth_Auth_Handler,
		},
		{
			MethodName: "ListAuth",
			Handler:    _Auth_ListAuth_Handler,
		},
		{
			MethodName: "CreateAuth",
			Handler:    _Auth_CreateAuth_Handler,
		},
		{
			MethodName: "UpdateAuthStatus",
			Handler:    _Auth_UpdateAuthStatus_Handler,
		},
		{
			MethodName: "DeleteAuth",
			Handler:    _Auth_DeleteAuth_Handler,
		},
		{
			MethodName: "ListOAuth",
			Handler:    _Auth_ListOAuth_Handler,
		},
		{
			MethodName: "DeleteOAuth",
			Handler:    _Auth_DeleteOAuth_Handler,
		},
		{
			MethodName: "GenAuthCaptcha",
			Handler:    _Auth_GenAuthCaptcha_Handler,
		},
		{
			MethodName: "OAuthLogin",
			Handler:    _Auth_OAuthLogin_Handler,
		},
		{
			MethodName: "EmailLogin",
			Handler:    _Auth_EmailLogin_Handler,
		},
		{
			MethodName: "PasswordLogin",
			Handler:    _Auth_PasswordLogin_Handler,
		},
		{
			MethodName: "EmailRegister",
			Handler:    _Auth_EmailRegister_Handler,
		},
		{
			MethodName: "PasswordRegister",
			Handler:    _Auth_PasswordRegister_Handler,
		},
		{
			MethodName: "EmailBind",
			Handler:    _Auth_EmailBind_Handler,
		},
		{
			MethodName: "PasswordBind",
			Handler:    _Auth_PasswordBind_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/container/auth/application_auth_service.proto",
}

Auth_ServiceDesc is the grpc.ServiceDesc for Auth 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 File_api_application_auth_application_auth_proto protoreflect.FileDescriptor
View Source
var File_api_application_auth_application_auth_service_proto protoreflect.FileDescriptor

Functions

func RegisterAuthHTTPServer

func RegisterAuthHTTPServer(s *http.Server, srv AuthHTTPServer)

func RegisterAuthServer

func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)

Types

type AuthClient

type AuthClient interface {
	// 刷新token时长
	RefreshToken(ctx context.Context, in *RefreshTokenRequest, opts ...grpc.CallOption) (*RefreshTokenReply, error)
	// 退出登陆
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutReply, error)
	// 解析token信息
	Auth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AuthReply, error)
	// ListAuth 获取应用授权信息列表
	ListAuth(ctx context.Context, in *ListAuthRequest, opts ...grpc.CallOption) (*ListAuthReply, error)
	// CreateAuth 创建应用授权信息
	CreateAuth(ctx context.Context, in *CreateAuthRequest, opts ...grpc.CallOption) (*CreateAuthReply, error)
	// UpdateAuthStatus 更新应用授权信息状态
	UpdateAuthStatus(ctx context.Context, in *UpdateAuthStatusRequest, opts ...grpc.CallOption) (*UpdateAuthStatusReply, error)
	// DeleteAuth 删除应用授权信息
	DeleteAuth(ctx context.Context, in *DeleteAuthRequest, opts ...grpc.CallOption) (*DeleteAuthReply, error)
	// ListOAuth 获取用户授权渠道信息列表
	ListOAuth(ctx context.Context, in *ListOAuthRequest, opts ...grpc.CallOption) (*ListOAuthReply, error)
	// DeleteOAuth 删除渠道授权信息
	DeleteOAuth(ctx context.Context, in *DeleteOAuthRequest, opts ...grpc.CallOption) (*DeleteOAuthReply, error)
	// GenAuthCaptcha 生成二维码
	GenAuthCaptcha(ctx context.Context, in *GenAuthCaptchaRequest, opts ...grpc.CallOption) (*GenAuthCaptchaReply, error)
	// OAuthLogin 三方渠道登陆
	OAuthLogin(ctx context.Context, in *OAuthLoginRequest, opts ...grpc.CallOption) (*OAuthLoginReply, error)
	// EmailLogin 邮箱登陆
	EmailLogin(ctx context.Context, in *EmailLoginRequest, opts ...grpc.CallOption) (*EmailLoginReply, error)
	// PasswordLogin 密码登陆
	PasswordLogin(ctx context.Context, in *PasswordLoginRequest, opts ...grpc.CallOption) (*PasswordLoginReply, error)
	// EmailRegister 邮箱注册
	EmailRegister(ctx context.Context, in *EmailRegisterRequest, opts ...grpc.CallOption) (*EmailRegisterReply, error)
	// PasswordRegister 密码注册
	PasswordRegister(ctx context.Context, in *PasswordRegisterRequest, opts ...grpc.CallOption) (*PasswordRegisterReply, error)
	// EmailBind 邮箱绑定
	EmailBind(ctx context.Context, in *EmailBindRequest, opts ...grpc.CallOption) (*EmailBindReply, error)
	// PasswordBind 密码绑定
	PasswordBind(ctx context.Context, in *PasswordBindRequest, opts ...grpc.CallOption) (*PasswordBindReply, error)
}

AuthClient is the client API for Auth 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.

func NewAuthClient

func NewAuthClient(cc grpc.ClientConnInterface) AuthClient

type AuthHTTPClient

type AuthHTTPClient interface {
	Auth(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *AuthReply, err error)
	CreateAuth(ctx context.Context, req *CreateAuthRequest, opts ...http.CallOption) (rsp *CreateAuthReply, err error)
	DeleteAuth(ctx context.Context, req *DeleteAuthRequest, opts ...http.CallOption) (rsp *DeleteAuthReply, err error)
	DeleteOAuth(ctx context.Context, req *DeleteOAuthRequest, opts ...http.CallOption) (rsp *DeleteOAuthReply, err error)
	EmailBind(ctx context.Context, req *EmailBindRequest, opts ...http.CallOption) (rsp *EmailBindReply, err error)
	EmailLogin(ctx context.Context, req *EmailLoginRequest, opts ...http.CallOption) (rsp *EmailLoginReply, err error)
	EmailRegister(ctx context.Context, req *EmailRegisterRequest, opts ...http.CallOption) (rsp *EmailRegisterReply, err error)
	GenAuthCaptcha(ctx context.Context, req *GenAuthCaptchaRequest, opts ...http.CallOption) (rsp *GenAuthCaptchaReply, err error)
	ListAuth(ctx context.Context, req *ListAuthRequest, opts ...http.CallOption) (rsp *ListAuthReply, err error)
	ListOAuth(ctx context.Context, req *ListOAuthRequest, opts ...http.CallOption) (rsp *ListOAuthReply, err error)
	Logout(ctx context.Context, req *LogoutRequest, opts ...http.CallOption) (rsp *LogoutReply, err error)
	OAuthLogin(ctx context.Context, req *OAuthLoginRequest, opts ...http.CallOption) (rsp *OAuthLoginReply, err error)
	PasswordBind(ctx context.Context, req *PasswordBindRequest, opts ...http.CallOption) (rsp *PasswordBindReply, err error)
	PasswordLogin(ctx context.Context, req *PasswordLoginRequest, opts ...http.CallOption) (rsp *PasswordLoginReply, err error)
	PasswordRegister(ctx context.Context, req *PasswordRegisterRequest, opts ...http.CallOption) (rsp *PasswordRegisterReply, err error)
	RefreshToken(ctx context.Context, req *RefreshTokenRequest, opts ...http.CallOption) (rsp *RefreshTokenReply, err error)
	UpdateAuthStatus(ctx context.Context, req *UpdateAuthStatusRequest, opts ...http.CallOption) (rsp *UpdateAuthStatusReply, err error)
}

func NewAuthHTTPClient

func NewAuthHTTPClient(client *http.Client) AuthHTTPClient

type AuthHTTPClientImpl

type AuthHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*AuthHTTPClientImpl) Auth

func (c *AuthHTTPClientImpl) Auth(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*AuthReply, error)

func (*AuthHTTPClientImpl) CreateAuth

func (*AuthHTTPClientImpl) DeleteAuth

func (*AuthHTTPClientImpl) DeleteOAuth

func (*AuthHTTPClientImpl) EmailBind

func (*AuthHTTPClientImpl) EmailLogin

func (*AuthHTTPClientImpl) EmailRegister

func (*AuthHTTPClientImpl) GenAuthCaptcha

func (*AuthHTTPClientImpl) ListAuth

func (*AuthHTTPClientImpl) ListOAuth

func (*AuthHTTPClientImpl) Logout

func (*AuthHTTPClientImpl) OAuthLogin

func (*AuthHTTPClientImpl) PasswordBind

func (*AuthHTTPClientImpl) PasswordLogin

func (*AuthHTTPClientImpl) PasswordRegister

func (*AuthHTTPClientImpl) RefreshToken

func (*AuthHTTPClientImpl) UpdateAuthStatus

type AuthHTTPServer

type AuthHTTPServer interface {
	// Auth 解析token信息
	Auth(context.Context, *emptypb.Empty) (*AuthReply, error)
	// CreateAuth CreateAuth 创建应用授权信息
	CreateAuth(context.Context, *CreateAuthRequest) (*CreateAuthReply, error)
	// DeleteAuth DeleteAuth 删除应用授权信息
	DeleteAuth(context.Context, *DeleteAuthRequest) (*DeleteAuthReply, error)
	// DeleteOAuth DeleteOAuth 删除渠道授权信息
	DeleteOAuth(context.Context, *DeleteOAuthRequest) (*DeleteOAuthReply, error)
	// EmailBind EmailBind 邮箱绑定
	EmailBind(context.Context, *EmailBindRequest) (*EmailBindReply, error)
	// EmailLogin EmailLogin 邮箱登陆
	EmailLogin(context.Context, *EmailLoginRequest) (*EmailLoginReply, error)
	// EmailRegister EmailRegister 邮箱注册
	EmailRegister(context.Context, *EmailRegisterRequest) (*EmailRegisterReply, error)
	// GenAuthCaptcha GenAuthCaptcha 生成二维码
	GenAuthCaptcha(context.Context, *GenAuthCaptchaRequest) (*GenAuthCaptchaReply, error)
	// ListAuth ListAuth 获取应用授权信息列表
	ListAuth(context.Context, *ListAuthRequest) (*ListAuthReply, error)
	// ListOAuth ListOAuth 获取用户授权渠道信息列表
	ListOAuth(context.Context, *ListOAuthRequest) (*ListOAuthReply, error)
	// Logout 退出登陆
	Logout(context.Context, *LogoutRequest) (*LogoutReply, error)
	// OAuthLogin OAuthLogin 三方渠道登陆
	OAuthLogin(context.Context, *OAuthLoginRequest) (*OAuthLoginReply, error)
	// PasswordBind PasswordBind 密码绑定
	PasswordBind(context.Context, *PasswordBindRequest) (*PasswordBindReply, error)
	// PasswordLogin PasswordLogin 密码登陆
	PasswordLogin(context.Context, *PasswordLoginRequest) (*PasswordLoginReply, error)
	// PasswordRegister PasswordRegister 密码注册
	PasswordRegister(context.Context, *PasswordRegisterRequest) (*PasswordRegisterReply, error)
	// RefreshToken 刷新token时长
	RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenReply, error)
	// UpdateAuthStatus UpdateAuthStatus 更新应用授权信息状态
	UpdateAuthStatus(context.Context, *UpdateAuthStatusRequest) (*UpdateAuthStatusReply, error)
}

type AuthReply

type AuthReply struct {
	UserId     uint32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	AppKeyword string `protobuf:"bytes,2,opt,name=appKeyword,proto3" json:"appKeyword,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthReply) Descriptor deprecated

func (*AuthReply) Descriptor() ([]byte, []int)

Deprecated: Use AuthReply.ProtoReflect.Descriptor instead.

func (*AuthReply) GetAppKeyword

func (x *AuthReply) GetAppKeyword() string

func (*AuthReply) GetUserId

func (x *AuthReply) GetUserId() uint32

func (*AuthReply) ProtoMessage

func (*AuthReply) ProtoMessage()

func (*AuthReply) ProtoReflect

func (x *AuthReply) ProtoReflect() protoreflect.Message

func (*AuthReply) Reset

func (x *AuthReply) Reset()

func (*AuthReply) String

func (x *AuthReply) String() string

func (*AuthReply) Validate

func (m *AuthReply) Validate() error

Validate checks the field values on AuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthReply) ValidateAll

func (m *AuthReply) ValidateAll() error

ValidateAll checks the field values on AuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthReplyMultiError, or nil if none found.

type AuthReplyMultiError

type AuthReplyMultiError []error

AuthReplyMultiError is an error wrapping multiple validation errors returned by AuthReply.ValidateAll() if the designated constraints aren't met.

func (AuthReplyMultiError) AllErrors

func (m AuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthReplyMultiError) Error

func (m AuthReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuthReplyValidationError

type AuthReplyValidationError struct {
	// contains filtered or unexported fields
}

AuthReplyValidationError is the validation error returned by AuthReply.Validate if the designated constraints aren't met.

func (AuthReplyValidationError) Cause

func (e AuthReplyValidationError) Cause() error

Cause function returns cause value.

func (AuthReplyValidationError) Error

func (e AuthReplyValidationError) Error() string

Error satisfies the builtin error interface

func (AuthReplyValidationError) ErrorName

func (e AuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (AuthReplyValidationError) Field

func (e AuthReplyValidationError) Field() string

Field function returns field value.

func (AuthReplyValidationError) Key

Key function returns key value.

func (AuthReplyValidationError) Reason

func (e AuthReplyValidationError) Reason() string

Reason function returns reason value.

type AuthServer

type AuthServer interface {
	// 刷新token时长
	RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenReply, error)
	// 退出登陆
	Logout(context.Context, *LogoutRequest) (*LogoutReply, error)
	// 解析token信息
	Auth(context.Context, *emptypb.Empty) (*AuthReply, error)
	// ListAuth 获取应用授权信息列表
	ListAuth(context.Context, *ListAuthRequest) (*ListAuthReply, error)
	// CreateAuth 创建应用授权信息
	CreateAuth(context.Context, *CreateAuthRequest) (*CreateAuthReply, error)
	// UpdateAuthStatus 更新应用授权信息状态
	UpdateAuthStatus(context.Context, *UpdateAuthStatusRequest) (*UpdateAuthStatusReply, error)
	// DeleteAuth 删除应用授权信息
	DeleteAuth(context.Context, *DeleteAuthRequest) (*DeleteAuthReply, error)
	// ListOAuth 获取用户授权渠道信息列表
	ListOAuth(context.Context, *ListOAuthRequest) (*ListOAuthReply, error)
	// DeleteOAuth 删除渠道授权信息
	DeleteOAuth(context.Context, *DeleteOAuthRequest) (*DeleteOAuthReply, error)
	// GenAuthCaptcha 生成二维码
	GenAuthCaptcha(context.Context, *GenAuthCaptchaRequest) (*GenAuthCaptchaReply, error)
	// OAuthLogin 三方渠道登陆
	OAuthLogin(context.Context, *OAuthLoginRequest) (*OAuthLoginReply, error)
	// EmailLogin 邮箱登陆
	EmailLogin(context.Context, *EmailLoginRequest) (*EmailLoginReply, error)
	// PasswordLogin 密码登陆
	PasswordLogin(context.Context, *PasswordLoginRequest) (*PasswordLoginReply, error)
	// EmailRegister 邮箱注册
	EmailRegister(context.Context, *EmailRegisterRequest) (*EmailRegisterReply, error)
	// PasswordRegister 密码注册
	PasswordRegister(context.Context, *PasswordRegisterRequest) (*PasswordRegisterReply, error)
	// EmailBind 邮箱绑定
	EmailBind(context.Context, *EmailBindRequest) (*EmailBindReply, error)
	// PasswordBind 密码绑定
	PasswordBind(context.Context, *PasswordBindRequest) (*PasswordBindReply, error)
	// contains filtered or unexported methods
}

AuthServer is the server API for Auth service. All implementations must embed UnimplementedAuthServer for forward compatibility

type CreateAuthReply

type CreateAuthReply struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuthReply) Descriptor deprecated

func (*CreateAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateAuthReply.ProtoReflect.Descriptor instead.

func (*CreateAuthReply) GetId

func (x *CreateAuthReply) GetId() uint32

func (*CreateAuthReply) ProtoMessage

func (*CreateAuthReply) ProtoMessage()

func (*CreateAuthReply) ProtoReflect

func (x *CreateAuthReply) ProtoReflect() protoreflect.Message

func (*CreateAuthReply) Reset

func (x *CreateAuthReply) Reset()

func (*CreateAuthReply) String

func (x *CreateAuthReply) String() string

func (*CreateAuthReply) Validate

func (m *CreateAuthReply) Validate() error

Validate checks the field values on CreateAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAuthReply) ValidateAll

func (m *CreateAuthReply) ValidateAll() error

ValidateAll checks the field values on CreateAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAuthReplyMultiError, or nil if none found.

type CreateAuthReplyMultiError

type CreateAuthReplyMultiError []error

CreateAuthReplyMultiError is an error wrapping multiple validation errors returned by CreateAuthReply.ValidateAll() if the designated constraints aren't met.

func (CreateAuthReplyMultiError) AllErrors

func (m CreateAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAuthReplyValidationError

type CreateAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateAuthReplyValidationError is the validation error returned by CreateAuthReply.Validate if the designated constraints aren't met.

func (CreateAuthReplyValidationError) Cause

Cause function returns cause value.

func (CreateAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateAuthReplyValidationError) ErrorName

func (e CreateAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (CreateAuthReplyValidationError) Field

Field function returns field value.

func (CreateAuthReplyValidationError) Key

Key function returns key value.

func (CreateAuthReplyValidationError) Reason

Reason function returns reason value.

type CreateAuthRequest

type CreateAuthRequest struct {
	UserId uint32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	AppId  uint32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAuthRequest) Descriptor deprecated

func (*CreateAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAuthRequest.ProtoReflect.Descriptor instead.

func (*CreateAuthRequest) GetAppId

func (x *CreateAuthRequest) GetAppId() uint32

func (*CreateAuthRequest) GetUserId

func (x *CreateAuthRequest) GetUserId() uint32

func (*CreateAuthRequest) ProtoMessage

func (*CreateAuthRequest) ProtoMessage()

func (*CreateAuthRequest) ProtoReflect

func (x *CreateAuthRequest) ProtoReflect() protoreflect.Message

func (*CreateAuthRequest) Reset

func (x *CreateAuthRequest) Reset()

func (*CreateAuthRequest) String

func (x *CreateAuthRequest) String() string

func (*CreateAuthRequest) Validate

func (m *CreateAuthRequest) Validate() error

Validate checks the field values on CreateAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateAuthRequest) ValidateAll

func (m *CreateAuthRequest) ValidateAll() error

ValidateAll checks the field values on CreateAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateAuthRequestMultiError, or nil if none found.

type CreateAuthRequestMultiError

type CreateAuthRequestMultiError []error

CreateAuthRequestMultiError is an error wrapping multiple validation errors returned by CreateAuthRequest.ValidateAll() if the designated constraints aren't met.

func (CreateAuthRequestMultiError) AllErrors

func (m CreateAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateAuthRequestValidationError

type CreateAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateAuthRequestValidationError is the validation error returned by CreateAuthRequest.Validate if the designated constraints aren't met.

func (CreateAuthRequestValidationError) Cause

Cause function returns cause value.

func (CreateAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAuthRequestValidationError) Field

Field function returns field value.

func (CreateAuthRequestValidationError) Key

Key function returns key value.

func (CreateAuthRequestValidationError) Reason

Reason function returns reason value.

type DeleteAuthReply

type DeleteAuthReply struct {
	// contains filtered or unexported fields
}

func (*DeleteAuthReply) Descriptor deprecated

func (*DeleteAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAuthReply.ProtoReflect.Descriptor instead.

func (*DeleteAuthReply) ProtoMessage

func (*DeleteAuthReply) ProtoMessage()

func (*DeleteAuthReply) ProtoReflect

func (x *DeleteAuthReply) ProtoReflect() protoreflect.Message

func (*DeleteAuthReply) Reset

func (x *DeleteAuthReply) Reset()

func (*DeleteAuthReply) String

func (x *DeleteAuthReply) String() string

func (*DeleteAuthReply) Validate

func (m *DeleteAuthReply) Validate() error

Validate checks the field values on DeleteAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteAuthReply) ValidateAll

func (m *DeleteAuthReply) ValidateAll() error

ValidateAll checks the field values on DeleteAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAuthReplyMultiError, or nil if none found.

type DeleteAuthReplyMultiError

type DeleteAuthReplyMultiError []error

DeleteAuthReplyMultiError is an error wrapping multiple validation errors returned by DeleteAuthReply.ValidateAll() if the designated constraints aren't met.

func (DeleteAuthReplyMultiError) AllErrors

func (m DeleteAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteAuthReplyValidationError

type DeleteAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

DeleteAuthReplyValidationError is the validation error returned by DeleteAuthReply.Validate if the designated constraints aren't met.

func (DeleteAuthReplyValidationError) Cause

Cause function returns cause value.

func (DeleteAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteAuthReplyValidationError) ErrorName

func (e DeleteAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (DeleteAuthReplyValidationError) Field

Field function returns field value.

func (DeleteAuthReplyValidationError) Key

Key function returns key value.

func (DeleteAuthReplyValidationError) Reason

Reason function returns reason value.

type DeleteAuthRequest

type DeleteAuthRequest struct {
	UserId uint32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	AppId  uint32 `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAuthRequest) Descriptor deprecated

func (*DeleteAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAuthRequest.ProtoReflect.Descriptor instead.

func (*DeleteAuthRequest) GetAppId

func (x *DeleteAuthRequest) GetAppId() uint32

func (*DeleteAuthRequest) GetUserId

func (x *DeleteAuthRequest) GetUserId() uint32

func (*DeleteAuthRequest) ProtoMessage

func (*DeleteAuthRequest) ProtoMessage()

func (*DeleteAuthRequest) ProtoReflect

func (x *DeleteAuthRequest) ProtoReflect() protoreflect.Message

func (*DeleteAuthRequest) Reset

func (x *DeleteAuthRequest) Reset()

func (*DeleteAuthRequest) String

func (x *DeleteAuthRequest) String() string

func (*DeleteAuthRequest) Validate

func (m *DeleteAuthRequest) Validate() error

Validate checks the field values on DeleteAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteAuthRequest) ValidateAll

func (m *DeleteAuthRequest) ValidateAll() error

ValidateAll checks the field values on DeleteAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteAuthRequestMultiError, or nil if none found.

type DeleteAuthRequestMultiError

type DeleteAuthRequestMultiError []error

DeleteAuthRequestMultiError is an error wrapping multiple validation errors returned by DeleteAuthRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteAuthRequestMultiError) AllErrors

func (m DeleteAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteAuthRequestValidationError

type DeleteAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteAuthRequestValidationError is the validation error returned by DeleteAuthRequest.Validate if the designated constraints aren't met.

func (DeleteAuthRequestValidationError) Cause

Cause function returns cause value.

func (DeleteAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteAuthRequestValidationError) Field

Field function returns field value.

func (DeleteAuthRequestValidationError) Key

Key function returns key value.

func (DeleteAuthRequestValidationError) Reason

Reason function returns reason value.

type DeleteOAuthReply

type DeleteOAuthReply struct {
	// contains filtered or unexported fields
}

func (*DeleteOAuthReply) Descriptor deprecated

func (*DeleteOAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOAuthReply.ProtoReflect.Descriptor instead.

func (*DeleteOAuthReply) ProtoMessage

func (*DeleteOAuthReply) ProtoMessage()

func (*DeleteOAuthReply) ProtoReflect

func (x *DeleteOAuthReply) ProtoReflect() protoreflect.Message

func (*DeleteOAuthReply) Reset

func (x *DeleteOAuthReply) Reset()

func (*DeleteOAuthReply) String

func (x *DeleteOAuthReply) String() string

func (*DeleteOAuthReply) Validate

func (m *DeleteOAuthReply) Validate() error

Validate checks the field values on DeleteOAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOAuthReply) ValidateAll

func (m *DeleteOAuthReply) ValidateAll() error

ValidateAll checks the field values on DeleteOAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOAuthReplyMultiError, or nil if none found.

type DeleteOAuthReplyMultiError

type DeleteOAuthReplyMultiError []error

DeleteOAuthReplyMultiError is an error wrapping multiple validation errors returned by DeleteOAuthReply.ValidateAll() if the designated constraints aren't met.

func (DeleteOAuthReplyMultiError) AllErrors

func (m DeleteOAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteOAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOAuthReplyValidationError

type DeleteOAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

DeleteOAuthReplyValidationError is the validation error returned by DeleteOAuthReply.Validate if the designated constraints aren't met.

func (DeleteOAuthReplyValidationError) Cause

Cause function returns cause value.

func (DeleteOAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteOAuthReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteOAuthReplyValidationError) Field

Field function returns field value.

func (DeleteOAuthReplyValidationError) Key

Key function returns key value.

func (DeleteOAuthReplyValidationError) Reason

Reason function returns reason value.

type DeleteOAuthRequest

type DeleteOAuthRequest struct {
	UserId    uint32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	ChannelId uint32 `protobuf:"varint,2,opt,name=channelId,proto3" json:"channelId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOAuthRequest) Descriptor deprecated

func (*DeleteOAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOAuthRequest.ProtoReflect.Descriptor instead.

func (*DeleteOAuthRequest) GetChannelId

func (x *DeleteOAuthRequest) GetChannelId() uint32

func (*DeleteOAuthRequest) GetUserId

func (x *DeleteOAuthRequest) GetUserId() uint32

func (*DeleteOAuthRequest) ProtoMessage

func (*DeleteOAuthRequest) ProtoMessage()

func (*DeleteOAuthRequest) ProtoReflect

func (x *DeleteOAuthRequest) ProtoReflect() protoreflect.Message

func (*DeleteOAuthRequest) Reset

func (x *DeleteOAuthRequest) Reset()

func (*DeleteOAuthRequest) String

func (x *DeleteOAuthRequest) String() string

func (*DeleteOAuthRequest) Validate

func (m *DeleteOAuthRequest) Validate() error

Validate checks the field values on DeleteOAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOAuthRequest) ValidateAll

func (m *DeleteOAuthRequest) ValidateAll() error

ValidateAll checks the field values on DeleteOAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOAuthRequestMultiError, or nil if none found.

type DeleteOAuthRequestMultiError

type DeleteOAuthRequestMultiError []error

DeleteOAuthRequestMultiError is an error wrapping multiple validation errors returned by DeleteOAuthRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteOAuthRequestMultiError) AllErrors

func (m DeleteOAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteOAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOAuthRequestValidationError

type DeleteOAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteOAuthRequestValidationError is the validation error returned by DeleteOAuthRequest.Validate if the designated constraints aren't met.

func (DeleteOAuthRequestValidationError) Cause

Cause function returns cause value.

func (DeleteOAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteOAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteOAuthRequestValidationError) Field

Field function returns field value.

func (DeleteOAuthRequestValidationError) Key

Key function returns key value.

func (DeleteOAuthRequestValidationError) Reason

Reason function returns reason value.

type EmailBindReply

type EmailBindReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailBindReply) Descriptor deprecated

func (*EmailBindReply) Descriptor() ([]byte, []int)

Deprecated: Use EmailBindReply.ProtoReflect.Descriptor instead.

func (*EmailBindReply) GetExpire

func (x *EmailBindReply) GetExpire() uint32

func (*EmailBindReply) GetToken

func (x *EmailBindReply) GetToken() string

func (*EmailBindReply) ProtoMessage

func (*EmailBindReply) ProtoMessage()

func (*EmailBindReply) ProtoReflect

func (x *EmailBindReply) ProtoReflect() protoreflect.Message

func (*EmailBindReply) Reset

func (x *EmailBindReply) Reset()

func (*EmailBindReply) String

func (x *EmailBindReply) String() string

func (*EmailBindReply) Validate

func (m *EmailBindReply) Validate() error

Validate checks the field values on EmailBindReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailBindReply) ValidateAll

func (m *EmailBindReply) ValidateAll() error

ValidateAll checks the field values on EmailBindReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailBindReplyMultiError, or nil if none found.

type EmailBindReplyMultiError

type EmailBindReplyMultiError []error

EmailBindReplyMultiError is an error wrapping multiple validation errors returned by EmailBindReply.ValidateAll() if the designated constraints aren't met.

func (EmailBindReplyMultiError) AllErrors

func (m EmailBindReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailBindReplyMultiError) Error

func (m EmailBindReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EmailBindReplyValidationError

type EmailBindReplyValidationError struct {
	// contains filtered or unexported fields
}

EmailBindReplyValidationError is the validation error returned by EmailBindReply.Validate if the designated constraints aren't met.

func (EmailBindReplyValidationError) Cause

Cause function returns cause value.

func (EmailBindReplyValidationError) Error

Error satisfies the builtin error interface

func (EmailBindReplyValidationError) ErrorName

func (e EmailBindReplyValidationError) ErrorName() string

ErrorName returns error name.

func (EmailBindReplyValidationError) Field

Field function returns field value.

func (EmailBindReplyValidationError) Key

Key function returns key value.

func (EmailBindReplyValidationError) Reason

Reason function returns reason value.

type EmailBindRequest

type EmailBindRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Captcha   string `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	OAuthUid  string `protobuf:"bytes,6,opt,name=oAuthUid,proto3" json:"oAuthUid,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailBindRequest) Descriptor deprecated

func (*EmailBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use EmailBindRequest.ProtoReflect.Descriptor instead.

func (*EmailBindRequest) GetApp

func (x *EmailBindRequest) GetApp() string

func (*EmailBindRequest) GetCaptcha

func (x *EmailBindRequest) GetCaptcha() string

func (*EmailBindRequest) GetCaptchaId

func (x *EmailBindRequest) GetCaptchaId() string

func (*EmailBindRequest) GetEmail

func (x *EmailBindRequest) GetEmail() string

func (*EmailBindRequest) GetOAuthUid

func (x *EmailBindRequest) GetOAuthUid() string

func (*EmailBindRequest) ProtoMessage

func (*EmailBindRequest) ProtoMessage()

func (*EmailBindRequest) ProtoReflect

func (x *EmailBindRequest) ProtoReflect() protoreflect.Message

func (*EmailBindRequest) Reset

func (x *EmailBindRequest) Reset()

func (*EmailBindRequest) String

func (x *EmailBindRequest) String() string

func (*EmailBindRequest) Validate

func (m *EmailBindRequest) Validate() error

Validate checks the field values on EmailBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailBindRequest) ValidateAll

func (m *EmailBindRequest) ValidateAll() error

ValidateAll checks the field values on EmailBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailBindRequestMultiError, or nil if none found.

type EmailBindRequestMultiError

type EmailBindRequestMultiError []error

EmailBindRequestMultiError is an error wrapping multiple validation errors returned by EmailBindRequest.ValidateAll() if the designated constraints aren't met.

func (EmailBindRequestMultiError) AllErrors

func (m EmailBindRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailBindRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EmailBindRequestValidationError

type EmailBindRequestValidationError struct {
	// contains filtered or unexported fields
}

EmailBindRequestValidationError is the validation error returned by EmailBindRequest.Validate if the designated constraints aren't met.

func (EmailBindRequestValidationError) Cause

Cause function returns cause value.

func (EmailBindRequestValidationError) Error

Error satisfies the builtin error interface

func (EmailBindRequestValidationError) ErrorName

ErrorName returns error name.

func (EmailBindRequestValidationError) Field

Field function returns field value.

func (EmailBindRequestValidationError) Key

Key function returns key value.

func (EmailBindRequestValidationError) Reason

Reason function returns reason value.

type EmailLoginReply

type EmailLoginReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailLoginReply) Descriptor deprecated

func (*EmailLoginReply) Descriptor() ([]byte, []int)

Deprecated: Use EmailLoginReply.ProtoReflect.Descriptor instead.

func (*EmailLoginReply) GetExpire

func (x *EmailLoginReply) GetExpire() uint32

func (*EmailLoginReply) GetToken

func (x *EmailLoginReply) GetToken() string

func (*EmailLoginReply) ProtoMessage

func (*EmailLoginReply) ProtoMessage()

func (*EmailLoginReply) ProtoReflect

func (x *EmailLoginReply) ProtoReflect() protoreflect.Message

func (*EmailLoginReply) Reset

func (x *EmailLoginReply) Reset()

func (*EmailLoginReply) String

func (x *EmailLoginReply) String() string

func (*EmailLoginReply) Validate

func (m *EmailLoginReply) Validate() error

Validate checks the field values on EmailLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailLoginReply) ValidateAll

func (m *EmailLoginReply) ValidateAll() error

ValidateAll checks the field values on EmailLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailLoginReplyMultiError, or nil if none found.

type EmailLoginReplyMultiError

type EmailLoginReplyMultiError []error

EmailLoginReplyMultiError is an error wrapping multiple validation errors returned by EmailLoginReply.ValidateAll() if the designated constraints aren't met.

func (EmailLoginReplyMultiError) AllErrors

func (m EmailLoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailLoginReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EmailLoginReplyValidationError

type EmailLoginReplyValidationError struct {
	// contains filtered or unexported fields
}

EmailLoginReplyValidationError is the validation error returned by EmailLoginReply.Validate if the designated constraints aren't met.

func (EmailLoginReplyValidationError) Cause

Cause function returns cause value.

func (EmailLoginReplyValidationError) Error

Error satisfies the builtin error interface

func (EmailLoginReplyValidationError) ErrorName

func (e EmailLoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (EmailLoginReplyValidationError) Field

Field function returns field value.

func (EmailLoginReplyValidationError) Key

Key function returns key value.

func (EmailLoginReplyValidationError) Reason

Reason function returns reason value.

type EmailLoginRequest

type EmailLoginRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Captcha   string `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailLoginRequest) Descriptor deprecated

func (*EmailLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use EmailLoginRequest.ProtoReflect.Descriptor instead.

func (*EmailLoginRequest) GetApp

func (x *EmailLoginRequest) GetApp() string

func (*EmailLoginRequest) GetCaptcha

func (x *EmailLoginRequest) GetCaptcha() string

func (*EmailLoginRequest) GetCaptchaId

func (x *EmailLoginRequest) GetCaptchaId() string

func (*EmailLoginRequest) GetEmail

func (x *EmailLoginRequest) GetEmail() string

func (*EmailLoginRequest) ProtoMessage

func (*EmailLoginRequest) ProtoMessage()

func (*EmailLoginRequest) ProtoReflect

func (x *EmailLoginRequest) ProtoReflect() protoreflect.Message

func (*EmailLoginRequest) Reset

func (x *EmailLoginRequest) Reset()

func (*EmailLoginRequest) String

func (x *EmailLoginRequest) String() string

func (*EmailLoginRequest) Validate

func (m *EmailLoginRequest) Validate() error

Validate checks the field values on EmailLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailLoginRequest) ValidateAll

func (m *EmailLoginRequest) ValidateAll() error

ValidateAll checks the field values on EmailLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailLoginRequestMultiError, or nil if none found.

type EmailLoginRequestMultiError

type EmailLoginRequestMultiError []error

EmailLoginRequestMultiError is an error wrapping multiple validation errors returned by EmailLoginRequest.ValidateAll() if the designated constraints aren't met.

func (EmailLoginRequestMultiError) AllErrors

func (m EmailLoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailLoginRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EmailLoginRequestValidationError

type EmailLoginRequestValidationError struct {
	// contains filtered or unexported fields
}

EmailLoginRequestValidationError is the validation error returned by EmailLoginRequest.Validate if the designated constraints aren't met.

func (EmailLoginRequestValidationError) Cause

Cause function returns cause value.

func (EmailLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (EmailLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (EmailLoginRequestValidationError) Field

Field function returns field value.

func (EmailLoginRequestValidationError) Key

Key function returns key value.

func (EmailLoginRequestValidationError) Reason

Reason function returns reason value.

type EmailRegisterReply

type EmailRegisterReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailRegisterReply) Descriptor deprecated

func (*EmailRegisterReply) Descriptor() ([]byte, []int)

Deprecated: Use EmailRegisterReply.ProtoReflect.Descriptor instead.

func (*EmailRegisterReply) GetExpire

func (x *EmailRegisterReply) GetExpire() uint32

func (*EmailRegisterReply) GetToken

func (x *EmailRegisterReply) GetToken() string

func (*EmailRegisterReply) ProtoMessage

func (*EmailRegisterReply) ProtoMessage()

func (*EmailRegisterReply) ProtoReflect

func (x *EmailRegisterReply) ProtoReflect() protoreflect.Message

func (*EmailRegisterReply) Reset

func (x *EmailRegisterReply) Reset()

func (*EmailRegisterReply) String

func (x *EmailRegisterReply) String() string

func (*EmailRegisterReply) Validate

func (m *EmailRegisterReply) Validate() error

Validate checks the field values on EmailRegisterReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailRegisterReply) ValidateAll

func (m *EmailRegisterReply) ValidateAll() error

ValidateAll checks the field values on EmailRegisterReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailRegisterReplyMultiError, or nil if none found.

type EmailRegisterReplyMultiError

type EmailRegisterReplyMultiError []error

EmailRegisterReplyMultiError is an error wrapping multiple validation errors returned by EmailRegisterReply.ValidateAll() if the designated constraints aren't met.

func (EmailRegisterReplyMultiError) AllErrors

func (m EmailRegisterReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailRegisterReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EmailRegisterReplyValidationError

type EmailRegisterReplyValidationError struct {
	// contains filtered or unexported fields
}

EmailRegisterReplyValidationError is the validation error returned by EmailRegisterReply.Validate if the designated constraints aren't met.

func (EmailRegisterReplyValidationError) Cause

Cause function returns cause value.

func (EmailRegisterReplyValidationError) Error

Error satisfies the builtin error interface

func (EmailRegisterReplyValidationError) ErrorName

ErrorName returns error name.

func (EmailRegisterReplyValidationError) Field

Field function returns field value.

func (EmailRegisterReplyValidationError) Key

Key function returns key value.

func (EmailRegisterReplyValidationError) Reason

Reason function returns reason value.

type EmailRegisterRequest

type EmailRegisterRequest struct {
	Email     string  `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Captcha   string  `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string  `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string  `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	OAuthUid  *string `protobuf:"bytes,6,opt,name=oAuthUid,proto3,oneof" json:"oAuthUid,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailRegisterRequest) Descriptor deprecated

func (*EmailRegisterRequest) Descriptor() ([]byte, []int)

Deprecated: Use EmailRegisterRequest.ProtoReflect.Descriptor instead.

func (*EmailRegisterRequest) GetApp

func (x *EmailRegisterRequest) GetApp() string

func (*EmailRegisterRequest) GetCaptcha

func (x *EmailRegisterRequest) GetCaptcha() string

func (*EmailRegisterRequest) GetCaptchaId

func (x *EmailRegisterRequest) GetCaptchaId() string

func (*EmailRegisterRequest) GetEmail

func (x *EmailRegisterRequest) GetEmail() string

func (*EmailRegisterRequest) GetOAuthUid

func (x *EmailRegisterRequest) GetOAuthUid() string

func (*EmailRegisterRequest) ProtoMessage

func (*EmailRegisterRequest) ProtoMessage()

func (*EmailRegisterRequest) ProtoReflect

func (x *EmailRegisterRequest) ProtoReflect() protoreflect.Message

func (*EmailRegisterRequest) Reset

func (x *EmailRegisterRequest) Reset()

func (*EmailRegisterRequest) String

func (x *EmailRegisterRequest) String() string

func (*EmailRegisterRequest) Validate

func (m *EmailRegisterRequest) Validate() error

Validate checks the field values on EmailRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailRegisterRequest) ValidateAll

func (m *EmailRegisterRequest) ValidateAll() error

ValidateAll checks the field values on EmailRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailRegisterRequestMultiError, or nil if none found.

type EmailRegisterRequestMultiError

type EmailRegisterRequestMultiError []error

EmailRegisterRequestMultiError is an error wrapping multiple validation errors returned by EmailRegisterRequest.ValidateAll() if the designated constraints aren't met.

func (EmailRegisterRequestMultiError) AllErrors

func (m EmailRegisterRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailRegisterRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EmailRegisterRequestValidationError

type EmailRegisterRequestValidationError struct {
	// contains filtered or unexported fields
}

EmailRegisterRequestValidationError is the validation error returned by EmailRegisterRequest.Validate if the designated constraints aren't met.

func (EmailRegisterRequestValidationError) Cause

Cause function returns cause value.

func (EmailRegisterRequestValidationError) Error

Error satisfies the builtin error interface

func (EmailRegisterRequestValidationError) ErrorName

ErrorName returns error name.

func (EmailRegisterRequestValidationError) Field

Field function returns field value.

func (EmailRegisterRequestValidationError) Key

Key function returns key value.

func (EmailRegisterRequestValidationError) Reason

Reason function returns reason value.

type GenAuthCaptchaReply

type GenAuthCaptchaReply struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	Base64 string `protobuf:"bytes,3,opt,name=base64,proto3" json:"base64,omitempty"`
	// contains filtered or unexported fields
}

func (*GenAuthCaptchaReply) Descriptor deprecated

func (*GenAuthCaptchaReply) Descriptor() ([]byte, []int)

Deprecated: Use GenAuthCaptchaReply.ProtoReflect.Descriptor instead.

func (*GenAuthCaptchaReply) GetBase64

func (x *GenAuthCaptchaReply) GetBase64() string

func (*GenAuthCaptchaReply) GetExpire

func (x *GenAuthCaptchaReply) GetExpire() uint32

func (*GenAuthCaptchaReply) GetId

func (x *GenAuthCaptchaReply) GetId() string

func (*GenAuthCaptchaReply) ProtoMessage

func (*GenAuthCaptchaReply) ProtoMessage()

func (*GenAuthCaptchaReply) ProtoReflect

func (x *GenAuthCaptchaReply) ProtoReflect() protoreflect.Message

func (*GenAuthCaptchaReply) Reset

func (x *GenAuthCaptchaReply) Reset()

func (*GenAuthCaptchaReply) String

func (x *GenAuthCaptchaReply) String() string

func (*GenAuthCaptchaReply) Validate

func (m *GenAuthCaptchaReply) Validate() error

Validate checks the field values on GenAuthCaptchaReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenAuthCaptchaReply) ValidateAll

func (m *GenAuthCaptchaReply) ValidateAll() error

ValidateAll checks the field values on GenAuthCaptchaReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenAuthCaptchaReplyMultiError, or nil if none found.

type GenAuthCaptchaReplyMultiError

type GenAuthCaptchaReplyMultiError []error

GenAuthCaptchaReplyMultiError is an error wrapping multiple validation errors returned by GenAuthCaptchaReply.ValidateAll() if the designated constraints aren't met.

func (GenAuthCaptchaReplyMultiError) AllErrors

func (m GenAuthCaptchaReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenAuthCaptchaReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenAuthCaptchaReplyValidationError

type GenAuthCaptchaReplyValidationError struct {
	// contains filtered or unexported fields
}

GenAuthCaptchaReplyValidationError is the validation error returned by GenAuthCaptchaReply.Validate if the designated constraints aren't met.

func (GenAuthCaptchaReplyValidationError) Cause

Cause function returns cause value.

func (GenAuthCaptchaReplyValidationError) Error

Error satisfies the builtin error interface

func (GenAuthCaptchaReplyValidationError) ErrorName

ErrorName returns error name.

func (GenAuthCaptchaReplyValidationError) Field

Field function returns field value.

func (GenAuthCaptchaReplyValidationError) Key

Key function returns key value.

func (GenAuthCaptchaReplyValidationError) Reason

Reason function returns reason value.

type GenAuthCaptchaRequest

type GenAuthCaptchaRequest struct {
	Type  string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*GenAuthCaptchaRequest) Descriptor deprecated

func (*GenAuthCaptchaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenAuthCaptchaRequest.ProtoReflect.Descriptor instead.

func (*GenAuthCaptchaRequest) GetEmail

func (x *GenAuthCaptchaRequest) GetEmail() string

func (*GenAuthCaptchaRequest) GetType

func (x *GenAuthCaptchaRequest) GetType() string

func (*GenAuthCaptchaRequest) ProtoMessage

func (*GenAuthCaptchaRequest) ProtoMessage()

func (*GenAuthCaptchaRequest) ProtoReflect

func (x *GenAuthCaptchaRequest) ProtoReflect() protoreflect.Message

func (*GenAuthCaptchaRequest) Reset

func (x *GenAuthCaptchaRequest) Reset()

func (*GenAuthCaptchaRequest) String

func (x *GenAuthCaptchaRequest) String() string

func (*GenAuthCaptchaRequest) Validate

func (m *GenAuthCaptchaRequest) Validate() error

Validate checks the field values on GenAuthCaptchaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenAuthCaptchaRequest) ValidateAll

func (m *GenAuthCaptchaRequest) ValidateAll() error

ValidateAll checks the field values on GenAuthCaptchaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenAuthCaptchaRequestMultiError, or nil if none found.

type GenAuthCaptchaRequestMultiError

type GenAuthCaptchaRequestMultiError []error

GenAuthCaptchaRequestMultiError is an error wrapping multiple validation errors returned by GenAuthCaptchaRequest.ValidateAll() if the designated constraints aren't met.

func (GenAuthCaptchaRequestMultiError) AllErrors

func (m GenAuthCaptchaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenAuthCaptchaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenAuthCaptchaRequestValidationError

type GenAuthCaptchaRequestValidationError struct {
	// contains filtered or unexported fields
}

GenAuthCaptchaRequestValidationError is the validation error returned by GenAuthCaptchaRequest.Validate if the designated constraints aren't met.

func (GenAuthCaptchaRequestValidationError) Cause

Cause function returns cause value.

func (GenAuthCaptchaRequestValidationError) Error

Error satisfies the builtin error interface

func (GenAuthCaptchaRequestValidationError) ErrorName

ErrorName returns error name.

func (GenAuthCaptchaRequestValidationError) Field

Field function returns field value.

func (GenAuthCaptchaRequestValidationError) Key

Key function returns key value.

func (GenAuthCaptchaRequestValidationError) Reason

Reason function returns reason value.

type ListAuthReply

type ListAuthReply struct {
	Total uint32                `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ListAuthReply_Auth `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthReply) Descriptor deprecated

func (*ListAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthReply.ProtoReflect.Descriptor instead.

func (*ListAuthReply) GetList

func (x *ListAuthReply) GetList() []*ListAuthReply_Auth

func (*ListAuthReply) GetTotal

func (x *ListAuthReply) GetTotal() uint32

func (*ListAuthReply) ProtoMessage

func (*ListAuthReply) ProtoMessage()

func (*ListAuthReply) ProtoReflect

func (x *ListAuthReply) ProtoReflect() protoreflect.Message

func (*ListAuthReply) Reset

func (x *ListAuthReply) Reset()

func (*ListAuthReply) String

func (x *ListAuthReply) String() string

func (*ListAuthReply) Validate

func (m *ListAuthReply) Validate() error

Validate checks the field values on ListAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthReply) ValidateAll

func (m *ListAuthReply) ValidateAll() error

ValidateAll checks the field values on ListAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthReplyMultiError, or nil if none found.

type ListAuthReplyMultiError

type ListAuthReplyMultiError []error

ListAuthReplyMultiError is an error wrapping multiple validation errors returned by ListAuthReply.ValidateAll() if the designated constraints aren't met.

func (ListAuthReplyMultiError) AllErrors

func (m ListAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAuthReplyMultiError) Error

func (m ListAuthReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ListAuthReplyValidationError

type ListAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

ListAuthReplyValidationError is the validation error returned by ListAuthReply.Validate if the designated constraints aren't met.

func (ListAuthReplyValidationError) Cause

Cause function returns cause value.

func (ListAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (ListAuthReplyValidationError) ErrorName

func (e ListAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (ListAuthReplyValidationError) Field

Field function returns field value.

func (ListAuthReplyValidationError) Key

Key function returns key value.

func (ListAuthReplyValidationError) Reason

Reason function returns reason value.

type ListAuthReply_App

type ListAuthReply_App struct {
	Keyword string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthReply_App) Descriptor deprecated

func (*ListAuthReply_App) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthReply_App.ProtoReflect.Descriptor instead.

func (*ListAuthReply_App) GetKeyword

func (x *ListAuthReply_App) GetKeyword() string
func (x *ListAuthReply_App) GetLogo() string

func (*ListAuthReply_App) GetName

func (x *ListAuthReply_App) GetName() string

func (*ListAuthReply_App) ProtoMessage

func (*ListAuthReply_App) ProtoMessage()

func (*ListAuthReply_App) ProtoReflect

func (x *ListAuthReply_App) ProtoReflect() protoreflect.Message

func (*ListAuthReply_App) Reset

func (x *ListAuthReply_App) Reset()

func (*ListAuthReply_App) String

func (x *ListAuthReply_App) String() string

func (*ListAuthReply_App) Validate

func (m *ListAuthReply_App) Validate() error

Validate checks the field values on ListAuthReply_App with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthReply_App) ValidateAll

func (m *ListAuthReply_App) ValidateAll() error

ValidateAll checks the field values on ListAuthReply_App with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthReply_AppMultiError, or nil if none found.

type ListAuthReply_AppMultiError

type ListAuthReply_AppMultiError []error

ListAuthReply_AppMultiError is an error wrapping multiple validation errors returned by ListAuthReply_App.ValidateAll() if the designated constraints aren't met.

func (ListAuthReply_AppMultiError) AllErrors

func (m ListAuthReply_AppMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAuthReply_AppMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAuthReply_AppValidationError

type ListAuthReply_AppValidationError struct {
	// contains filtered or unexported fields
}

ListAuthReply_AppValidationError is the validation error returned by ListAuthReply_App.Validate if the designated constraints aren't met.

func (ListAuthReply_AppValidationError) Cause

Cause function returns cause value.

func (ListAuthReply_AppValidationError) Error

Error satisfies the builtin error interface

func (ListAuthReply_AppValidationError) ErrorName

ErrorName returns error name.

func (ListAuthReply_AppValidationError) Field

Field function returns field value.

func (ListAuthReply_AppValidationError) Key

Key function returns key value.

func (ListAuthReply_AppValidationError) Reason

Reason function returns reason value.

type ListAuthReply_Auth

type ListAuthReply_Auth struct {
	Id          uint32             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AppId       uint32             `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	Status      *bool              `protobuf:"varint,3,opt,name=status,proto3,oneof" json:"status,omitempty"`
	DisableDesc *string            `protobuf:"bytes,4,opt,name=disableDesc,proto3,oneof" json:"disableDesc,omitempty"`
	LoggedAt    uint32             `protobuf:"varint,5,opt,name=loggedAt,proto3" json:"loggedAt,omitempty"`
	ExpiredAt   uint32             `protobuf:"varint,6,opt,name=expiredAt,proto3" json:"expiredAt,omitempty"`
	CreatedAt   uint32             `protobuf:"varint,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	App         *ListAuthReply_App `protobuf:"bytes,8,opt,name=app,proto3,oneof" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthReply_Auth) Descriptor deprecated

func (*ListAuthReply_Auth) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthReply_Auth.ProtoReflect.Descriptor instead.

func (*ListAuthReply_Auth) GetApp

func (*ListAuthReply_Auth) GetAppId

func (x *ListAuthReply_Auth) GetAppId() uint32

func (*ListAuthReply_Auth) GetCreatedAt

func (x *ListAuthReply_Auth) GetCreatedAt() uint32

func (*ListAuthReply_Auth) GetDisableDesc

func (x *ListAuthReply_Auth) GetDisableDesc() string

func (*ListAuthReply_Auth) GetExpiredAt

func (x *ListAuthReply_Auth) GetExpiredAt() uint32

func (*ListAuthReply_Auth) GetId

func (x *ListAuthReply_Auth) GetId() uint32

func (*ListAuthReply_Auth) GetLoggedAt

func (x *ListAuthReply_Auth) GetLoggedAt() uint32

func (*ListAuthReply_Auth) GetStatus

func (x *ListAuthReply_Auth) GetStatus() bool

func (*ListAuthReply_Auth) ProtoMessage

func (*ListAuthReply_Auth) ProtoMessage()

func (*ListAuthReply_Auth) ProtoReflect

func (x *ListAuthReply_Auth) ProtoReflect() protoreflect.Message

func (*ListAuthReply_Auth) Reset

func (x *ListAuthReply_Auth) Reset()

func (*ListAuthReply_Auth) String

func (x *ListAuthReply_Auth) String() string

func (*ListAuthReply_Auth) Validate

func (m *ListAuthReply_Auth) Validate() error

Validate checks the field values on ListAuthReply_Auth with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthReply_Auth) ValidateAll

func (m *ListAuthReply_Auth) ValidateAll() error

ValidateAll checks the field values on ListAuthReply_Auth with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthReply_AuthMultiError, or nil if none found.

type ListAuthReply_AuthMultiError

type ListAuthReply_AuthMultiError []error

ListAuthReply_AuthMultiError is an error wrapping multiple validation errors returned by ListAuthReply_Auth.ValidateAll() if the designated constraints aren't met.

func (ListAuthReply_AuthMultiError) AllErrors

func (m ListAuthReply_AuthMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAuthReply_AuthMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAuthReply_AuthValidationError

type ListAuthReply_AuthValidationError struct {
	// contains filtered or unexported fields
}

ListAuthReply_AuthValidationError is the validation error returned by ListAuthReply_Auth.Validate if the designated constraints aren't met.

func (ListAuthReply_AuthValidationError) Cause

Cause function returns cause value.

func (ListAuthReply_AuthValidationError) Error

Error satisfies the builtin error interface

func (ListAuthReply_AuthValidationError) ErrorName

ErrorName returns error name.

func (ListAuthReply_AuthValidationError) Field

Field function returns field value.

func (ListAuthReply_AuthValidationError) Key

Key function returns key value.

func (ListAuthReply_AuthValidationError) Reason

Reason function returns reason value.

type ListAuthRequest

type ListAuthRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Order    *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"`
	OrderBy  *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"`
	UserId   uint32  `protobuf:"varint,5,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthRequest) Descriptor deprecated

func (*ListAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthRequest.ProtoReflect.Descriptor instead.

func (*ListAuthRequest) GetOrder

func (x *ListAuthRequest) GetOrder() string

func (*ListAuthRequest) GetOrderBy

func (x *ListAuthRequest) GetOrderBy() string

func (*ListAuthRequest) GetPage

func (x *ListAuthRequest) GetPage() uint32

func (*ListAuthRequest) GetPageSize

func (x *ListAuthRequest) GetPageSize() uint32

func (*ListAuthRequest) GetUserId

func (x *ListAuthRequest) GetUserId() uint32

func (*ListAuthRequest) ProtoMessage

func (*ListAuthRequest) ProtoMessage()

func (*ListAuthRequest) ProtoReflect

func (x *ListAuthRequest) ProtoReflect() protoreflect.Message

func (*ListAuthRequest) Reset

func (x *ListAuthRequest) Reset()

func (*ListAuthRequest) String

func (x *ListAuthRequest) String() string

func (*ListAuthRequest) Validate

func (m *ListAuthRequest) Validate() error

Validate checks the field values on ListAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthRequest) ValidateAll

func (m *ListAuthRequest) ValidateAll() error

ValidateAll checks the field values on ListAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthRequestMultiError, or nil if none found.

type ListAuthRequestMultiError

type ListAuthRequestMultiError []error

ListAuthRequestMultiError is an error wrapping multiple validation errors returned by ListAuthRequest.ValidateAll() if the designated constraints aren't met.

func (ListAuthRequestMultiError) AllErrors

func (m ListAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAuthRequestValidationError

type ListAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAuthRequestValidationError is the validation error returned by ListAuthRequest.Validate if the designated constraints aren't met.

func (ListAuthRequestValidationError) Cause

Cause function returns cause value.

func (ListAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAuthRequestValidationError) ErrorName

func (e ListAuthRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListAuthRequestValidationError) Field

Field function returns field value.

func (ListAuthRequestValidationError) Key

Key function returns key value.

func (ListAuthRequestValidationError) Reason

Reason function returns reason value.

type ListOAuthReply

type ListOAuthReply struct {
	Total uint32                  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ListOAuthReply_OAuth `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOAuthReply) Descriptor deprecated

func (*ListOAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use ListOAuthReply.ProtoReflect.Descriptor instead.

func (*ListOAuthReply) GetList

func (x *ListOAuthReply) GetList() []*ListOAuthReply_OAuth

func (*ListOAuthReply) GetTotal

func (x *ListOAuthReply) GetTotal() uint32

func (*ListOAuthReply) ProtoMessage

func (*ListOAuthReply) ProtoMessage()

func (*ListOAuthReply) ProtoReflect

func (x *ListOAuthReply) ProtoReflect() protoreflect.Message

func (*ListOAuthReply) Reset

func (x *ListOAuthReply) Reset()

func (*ListOAuthReply) String

func (x *ListOAuthReply) String() string

func (*ListOAuthReply) Validate

func (m *ListOAuthReply) Validate() error

Validate checks the field values on ListOAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOAuthReply) ValidateAll

func (m *ListOAuthReply) ValidateAll() error

ValidateAll checks the field values on ListOAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOAuthReplyMultiError, or nil if none found.

type ListOAuthReplyMultiError

type ListOAuthReplyMultiError []error

ListOAuthReplyMultiError is an error wrapping multiple validation errors returned by ListOAuthReply.ValidateAll() if the designated constraints aren't met.

func (ListOAuthReplyMultiError) AllErrors

func (m ListOAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOAuthReplyMultiError) Error

func (m ListOAuthReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ListOAuthReplyValidationError

type ListOAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

ListOAuthReplyValidationError is the validation error returned by ListOAuthReply.Validate if the designated constraints aren't met.

func (ListOAuthReplyValidationError) Cause

Cause function returns cause value.

func (ListOAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (ListOAuthReplyValidationError) ErrorName

func (e ListOAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (ListOAuthReplyValidationError) Field

Field function returns field value.

func (ListOAuthReplyValidationError) Key

Key function returns key value.

func (ListOAuthReplyValidationError) Reason

Reason function returns reason value.

type ListOAuthReply_Channel

type ListOAuthReply_Channel struct {
	Keyword string `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOAuthReply_Channel) Descriptor deprecated

func (*ListOAuthReply_Channel) Descriptor() ([]byte, []int)

Deprecated: Use ListOAuthReply_Channel.ProtoReflect.Descriptor instead.

func (*ListOAuthReply_Channel) GetKeyword

func (x *ListOAuthReply_Channel) GetKeyword() string
func (x *ListOAuthReply_Channel) GetLogo() string

func (*ListOAuthReply_Channel) GetName

func (x *ListOAuthReply_Channel) GetName() string

func (*ListOAuthReply_Channel) ProtoMessage

func (*ListOAuthReply_Channel) ProtoMessage()

func (*ListOAuthReply_Channel) ProtoReflect

func (x *ListOAuthReply_Channel) ProtoReflect() protoreflect.Message

func (*ListOAuthReply_Channel) Reset

func (x *ListOAuthReply_Channel) Reset()

func (*ListOAuthReply_Channel) String

func (x *ListOAuthReply_Channel) String() string

func (*ListOAuthReply_Channel) Validate

func (m *ListOAuthReply_Channel) Validate() error

Validate checks the field values on ListOAuthReply_Channel with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOAuthReply_Channel) ValidateAll

func (m *ListOAuthReply_Channel) ValidateAll() error

ValidateAll checks the field values on ListOAuthReply_Channel with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOAuthReply_ChannelMultiError, or nil if none found.

type ListOAuthReply_ChannelMultiError

type ListOAuthReply_ChannelMultiError []error

ListOAuthReply_ChannelMultiError is an error wrapping multiple validation errors returned by ListOAuthReply_Channel.ValidateAll() if the designated constraints aren't met.

func (ListOAuthReply_ChannelMultiError) AllErrors

func (m ListOAuthReply_ChannelMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOAuthReply_ChannelMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOAuthReply_ChannelValidationError

type ListOAuthReply_ChannelValidationError struct {
	// contains filtered or unexported fields
}

ListOAuthReply_ChannelValidationError is the validation error returned by ListOAuthReply_Channel.Validate if the designated constraints aren't met.

func (ListOAuthReply_ChannelValidationError) Cause

Cause function returns cause value.

func (ListOAuthReply_ChannelValidationError) Error

Error satisfies the builtin error interface

func (ListOAuthReply_ChannelValidationError) ErrorName

ErrorName returns error name.

func (ListOAuthReply_ChannelValidationError) Field

Field function returns field value.

func (ListOAuthReply_ChannelValidationError) Key

Key function returns key value.

func (ListOAuthReply_ChannelValidationError) Reason

Reason function returns reason value.

type ListOAuthReply_OAuth

type ListOAuthReply_OAuth struct {
	Id          uint32                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ChannelId   uint32                  `protobuf:"varint,2,opt,name=channelId,proto3" json:"channelId,omitempty"`
	Status      *bool                   `protobuf:"varint,3,opt,name=status,proto3,oneof" json:"status,omitempty"`
	DisableDesc *string                 `protobuf:"bytes,4,opt,name=disableDesc,proto3,oneof" json:"disableDesc,omitempty"`
	LoggedAt    uint32                  `protobuf:"varint,5,opt,name=loggedAt,proto3" json:"loggedAt,omitempty"`
	ExpiredAt   uint32                  `protobuf:"varint,6,opt,name=expiredAt,proto3" json:"expiredAt,omitempty"`
	CreatedAt   uint32                  `protobuf:"varint,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Channel     *ListOAuthReply_Channel `protobuf:"bytes,8,opt,name=channel,proto3,oneof" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOAuthReply_OAuth) Descriptor deprecated

func (*ListOAuthReply_OAuth) Descriptor() ([]byte, []int)

Deprecated: Use ListOAuthReply_OAuth.ProtoReflect.Descriptor instead.

func (*ListOAuthReply_OAuth) GetChannel

func (*ListOAuthReply_OAuth) GetChannelId

func (x *ListOAuthReply_OAuth) GetChannelId() uint32

func (*ListOAuthReply_OAuth) GetCreatedAt

func (x *ListOAuthReply_OAuth) GetCreatedAt() uint32

func (*ListOAuthReply_OAuth) GetDisableDesc

func (x *ListOAuthReply_OAuth) GetDisableDesc() string

func (*ListOAuthReply_OAuth) GetExpiredAt

func (x *ListOAuthReply_OAuth) GetExpiredAt() uint32

func (*ListOAuthReply_OAuth) GetId

func (x *ListOAuthReply_OAuth) GetId() uint32

func (*ListOAuthReply_OAuth) GetLoggedAt

func (x *ListOAuthReply_OAuth) GetLoggedAt() uint32

func (*ListOAuthReply_OAuth) GetStatus

func (x *ListOAuthReply_OAuth) GetStatus() bool

func (*ListOAuthReply_OAuth) ProtoMessage

func (*ListOAuthReply_OAuth) ProtoMessage()

func (*ListOAuthReply_OAuth) ProtoReflect

func (x *ListOAuthReply_OAuth) ProtoReflect() protoreflect.Message

func (*ListOAuthReply_OAuth) Reset

func (x *ListOAuthReply_OAuth) Reset()

func (*ListOAuthReply_OAuth) String

func (x *ListOAuthReply_OAuth) String() string

func (*ListOAuthReply_OAuth) Validate

func (m *ListOAuthReply_OAuth) Validate() error

Validate checks the field values on ListOAuthReply_OAuth with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOAuthReply_OAuth) ValidateAll

func (m *ListOAuthReply_OAuth) ValidateAll() error

ValidateAll checks the field values on ListOAuthReply_OAuth with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOAuthReply_OAuthMultiError, or nil if none found.

type ListOAuthReply_OAuthMultiError

type ListOAuthReply_OAuthMultiError []error

ListOAuthReply_OAuthMultiError is an error wrapping multiple validation errors returned by ListOAuthReply_OAuth.ValidateAll() if the designated constraints aren't met.

func (ListOAuthReply_OAuthMultiError) AllErrors

func (m ListOAuthReply_OAuthMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOAuthReply_OAuthMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOAuthReply_OAuthValidationError

type ListOAuthReply_OAuthValidationError struct {
	// contains filtered or unexported fields
}

ListOAuthReply_OAuthValidationError is the validation error returned by ListOAuthReply_OAuth.Validate if the designated constraints aren't met.

func (ListOAuthReply_OAuthValidationError) Cause

Cause function returns cause value.

func (ListOAuthReply_OAuthValidationError) Error

Error satisfies the builtin error interface

func (ListOAuthReply_OAuthValidationError) ErrorName

ErrorName returns error name.

func (ListOAuthReply_OAuthValidationError) Field

Field function returns field value.

func (ListOAuthReply_OAuthValidationError) Key

Key function returns key value.

func (ListOAuthReply_OAuthValidationError) Reason

Reason function returns reason value.

type ListOAuthRequest

type ListOAuthRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Order    *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"`
	OrderBy  *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"`
	UserId   uint32  `protobuf:"varint,5,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOAuthRequest) Descriptor deprecated

func (*ListOAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOAuthRequest.ProtoReflect.Descriptor instead.

func (*ListOAuthRequest) GetOrder

func (x *ListOAuthRequest) GetOrder() string

func (*ListOAuthRequest) GetOrderBy

func (x *ListOAuthRequest) GetOrderBy() string

func (*ListOAuthRequest) GetPage

func (x *ListOAuthRequest) GetPage() uint32

func (*ListOAuthRequest) GetPageSize

func (x *ListOAuthRequest) GetPageSize() uint32

func (*ListOAuthRequest) GetUserId

func (x *ListOAuthRequest) GetUserId() uint32

func (*ListOAuthRequest) ProtoMessage

func (*ListOAuthRequest) ProtoMessage()

func (*ListOAuthRequest) ProtoReflect

func (x *ListOAuthRequest) ProtoReflect() protoreflect.Message

func (*ListOAuthRequest) Reset

func (x *ListOAuthRequest) Reset()

func (*ListOAuthRequest) String

func (x *ListOAuthRequest) String() string

func (*ListOAuthRequest) Validate

func (m *ListOAuthRequest) Validate() error

Validate checks the field values on ListOAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOAuthRequest) ValidateAll

func (m *ListOAuthRequest) ValidateAll() error

ValidateAll checks the field values on ListOAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOAuthRequestMultiError, or nil if none found.

type ListOAuthRequestMultiError

type ListOAuthRequestMultiError []error

ListOAuthRequestMultiError is an error wrapping multiple validation errors returned by ListOAuthRequest.ValidateAll() if the designated constraints aren't met.

func (ListOAuthRequestMultiError) AllErrors

func (m ListOAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOAuthRequestValidationError

type ListOAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOAuthRequestValidationError is the validation error returned by ListOAuthRequest.Validate if the designated constraints aren't met.

func (ListOAuthRequestValidationError) Cause

Cause function returns cause value.

func (ListOAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOAuthRequestValidationError) Field

Field function returns field value.

func (ListOAuthRequestValidationError) Key

Key function returns key value.

func (ListOAuthRequestValidationError) Reason

Reason function returns reason value.

type LogoutReply

type LogoutReply struct {
	// contains filtered or unexported fields
}

func (*LogoutReply) Descriptor deprecated

func (*LogoutReply) Descriptor() ([]byte, []int)

Deprecated: Use LogoutReply.ProtoReflect.Descriptor instead.

func (*LogoutReply) ProtoMessage

func (*LogoutReply) ProtoMessage()

func (*LogoutReply) ProtoReflect

func (x *LogoutReply) ProtoReflect() protoreflect.Message

func (*LogoutReply) Reset

func (x *LogoutReply) Reset()

func (*LogoutReply) String

func (x *LogoutReply) String() string

func (*LogoutReply) Validate

func (m *LogoutReply) Validate() error

Validate checks the field values on LogoutReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutReply) ValidateAll

func (m *LogoutReply) ValidateAll() error

ValidateAll checks the field values on LogoutReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutReplyMultiError, or nil if none found.

type LogoutReplyMultiError

type LogoutReplyMultiError []error

LogoutReplyMultiError is an error wrapping multiple validation errors returned by LogoutReply.ValidateAll() if the designated constraints aren't met.

func (LogoutReplyMultiError) AllErrors

func (m LogoutReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutReplyMultiError) Error

func (m LogoutReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogoutReplyValidationError

type LogoutReplyValidationError struct {
	// contains filtered or unexported fields
}

LogoutReplyValidationError is the validation error returned by LogoutReply.Validate if the designated constraints aren't met.

func (LogoutReplyValidationError) Cause

Cause function returns cause value.

func (LogoutReplyValidationError) Error

Error satisfies the builtin error interface

func (LogoutReplyValidationError) ErrorName

func (e LogoutReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LogoutReplyValidationError) Field

Field function returns field value.

func (LogoutReplyValidationError) Key

Key function returns key value.

func (LogoutReplyValidationError) Reason

Reason function returns reason value.

type LogoutRequest

type LogoutRequest struct {
	// contains filtered or unexported fields
}

func (*LogoutRequest) Descriptor deprecated

func (*LogoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

func (x *LogoutRequest) ProtoReflect() protoreflect.Message

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

func (*LogoutRequest) Validate

func (m *LogoutRequest) Validate() error

Validate checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutRequest) ValidateAll

func (m *LogoutRequest) ValidateAll() error

ValidateAll checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutRequestMultiError, or nil if none found.

type LogoutRequestMultiError

type LogoutRequestMultiError []error

LogoutRequestMultiError is an error wrapping multiple validation errors returned by LogoutRequest.ValidateAll() if the designated constraints aren't met.

func (LogoutRequestMultiError) AllErrors

func (m LogoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutRequestMultiError) Error

func (m LogoutRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogoutRequestValidationError

type LogoutRequestValidationError struct {
	// contains filtered or unexported fields
}

LogoutRequestValidationError is the validation error returned by LogoutRequest.Validate if the designated constraints aren't met.

func (LogoutRequestValidationError) Cause

Cause function returns cause value.

func (LogoutRequestValidationError) Error

Error satisfies the builtin error interface

func (LogoutRequestValidationError) ErrorName

func (e LogoutRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LogoutRequestValidationError) Field

Field function returns field value.

func (LogoutRequestValidationError) Key

Key function returns key value.

func (LogoutRequestValidationError) Reason

Reason function returns reason value.

type OAuthLoginReply

type OAuthLoginReply struct {
	IsBind   bool    `protobuf:"varint,1,opt,name=isBind,proto3" json:"isBind,omitempty"`
	OAuthUid *string `protobuf:"bytes,2,opt,name=oAuthUid,proto3,oneof" json:"oAuthUid,omitempty"`
	Token    *string `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"`
	Expire   *uint32 `protobuf:"varint,4,opt,name=expire,proto3,oneof" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthLoginReply) Descriptor deprecated

func (*OAuthLoginReply) Descriptor() ([]byte, []int)

Deprecated: Use OAuthLoginReply.ProtoReflect.Descriptor instead.

func (*OAuthLoginReply) GetExpire

func (x *OAuthLoginReply) GetExpire() uint32

func (*OAuthLoginReply) GetIsBind

func (x *OAuthLoginReply) GetIsBind() bool

func (*OAuthLoginReply) GetOAuthUid

func (x *OAuthLoginReply) GetOAuthUid() string

func (*OAuthLoginReply) GetToken

func (x *OAuthLoginReply) GetToken() string

func (*OAuthLoginReply) ProtoMessage

func (*OAuthLoginReply) ProtoMessage()

func (*OAuthLoginReply) ProtoReflect

func (x *OAuthLoginReply) ProtoReflect() protoreflect.Message

func (*OAuthLoginReply) Reset

func (x *OAuthLoginReply) Reset()

func (*OAuthLoginReply) String

func (x *OAuthLoginReply) String() string

func (*OAuthLoginReply) Validate

func (m *OAuthLoginReply) Validate() error

Validate checks the field values on OAuthLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuthLoginReply) ValidateAll

func (m *OAuthLoginReply) ValidateAll() error

ValidateAll checks the field values on OAuthLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuthLoginReplyMultiError, or nil if none found.

type OAuthLoginReplyMultiError

type OAuthLoginReplyMultiError []error

OAuthLoginReplyMultiError is an error wrapping multiple validation errors returned by OAuthLoginReply.ValidateAll() if the designated constraints aren't met.

func (OAuthLoginReplyMultiError) AllErrors

func (m OAuthLoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuthLoginReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OAuthLoginReplyValidationError

type OAuthLoginReplyValidationError struct {
	// contains filtered or unexported fields
}

OAuthLoginReplyValidationError is the validation error returned by OAuthLoginReply.Validate if the designated constraints aren't met.

func (OAuthLoginReplyValidationError) Cause

Cause function returns cause value.

func (OAuthLoginReplyValidationError) Error

Error satisfies the builtin error interface

func (OAuthLoginReplyValidationError) ErrorName

func (e OAuthLoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (OAuthLoginReplyValidationError) Field

Field function returns field value.

func (OAuthLoginReplyValidationError) Key

Key function returns key value.

func (OAuthLoginReplyValidationError) Reason

Reason function returns reason value.

type OAuthLoginRequest

type OAuthLoginRequest struct {
	App     string `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
	Code    string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Channel string `protobuf:"bytes,3,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthLoginRequest) Descriptor deprecated

func (*OAuthLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use OAuthLoginRequest.ProtoReflect.Descriptor instead.

func (*OAuthLoginRequest) GetApp

func (x *OAuthLoginRequest) GetApp() string

func (*OAuthLoginRequest) GetChannel

func (x *OAuthLoginRequest) GetChannel() string

func (*OAuthLoginRequest) GetCode

func (x *OAuthLoginRequest) GetCode() string

func (*OAuthLoginRequest) ProtoMessage

func (*OAuthLoginRequest) ProtoMessage()

func (*OAuthLoginRequest) ProtoReflect

func (x *OAuthLoginRequest) ProtoReflect() protoreflect.Message

func (*OAuthLoginRequest) Reset

func (x *OAuthLoginRequest) Reset()

func (*OAuthLoginRequest) String

func (x *OAuthLoginRequest) String() string

func (*OAuthLoginRequest) Validate

func (m *OAuthLoginRequest) Validate() error

Validate checks the field values on OAuthLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuthLoginRequest) ValidateAll

func (m *OAuthLoginRequest) ValidateAll() error

ValidateAll checks the field values on OAuthLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuthLoginRequestMultiError, or nil if none found.

type OAuthLoginRequestMultiError

type OAuthLoginRequestMultiError []error

OAuthLoginRequestMultiError is an error wrapping multiple validation errors returned by OAuthLoginRequest.ValidateAll() if the designated constraints aren't met.

func (OAuthLoginRequestMultiError) AllErrors

func (m OAuthLoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuthLoginRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OAuthLoginRequestValidationError

type OAuthLoginRequestValidationError struct {
	// contains filtered or unexported fields
}

OAuthLoginRequestValidationError is the validation error returned by OAuthLoginRequest.Validate if the designated constraints aren't met.

func (OAuthLoginRequestValidationError) Cause

Cause function returns cause value.

func (OAuthLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (OAuthLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (OAuthLoginRequestValidationError) Field

Field function returns field value.

func (OAuthLoginRequestValidationError) Key

Key function returns key value.

func (OAuthLoginRequestValidationError) Reason

Reason function returns reason value.

type PasswordBindReply

type PasswordBindReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordBindReply) Descriptor deprecated

func (*PasswordBindReply) Descriptor() ([]byte, []int)

Deprecated: Use PasswordBindReply.ProtoReflect.Descriptor instead.

func (*PasswordBindReply) GetExpire

func (x *PasswordBindReply) GetExpire() uint32

func (*PasswordBindReply) GetToken

func (x *PasswordBindReply) GetToken() string

func (*PasswordBindReply) ProtoMessage

func (*PasswordBindReply) ProtoMessage()

func (*PasswordBindReply) ProtoReflect

func (x *PasswordBindReply) ProtoReflect() protoreflect.Message

func (*PasswordBindReply) Reset

func (x *PasswordBindReply) Reset()

func (*PasswordBindReply) String

func (x *PasswordBindReply) String() string

func (*PasswordBindReply) Validate

func (m *PasswordBindReply) Validate() error

Validate checks the field values on PasswordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordBindReply) ValidateAll

func (m *PasswordBindReply) ValidateAll() error

ValidateAll checks the field values on PasswordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordBindReplyMultiError, or nil if none found.

type PasswordBindReplyMultiError

type PasswordBindReplyMultiError []error

PasswordBindReplyMultiError is an error wrapping multiple validation errors returned by PasswordBindReply.ValidateAll() if the designated constraints aren't met.

func (PasswordBindReplyMultiError) AllErrors

func (m PasswordBindReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordBindReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordBindReplyValidationError

type PasswordBindReplyValidationError struct {
	// contains filtered or unexported fields
}

PasswordBindReplyValidationError is the validation error returned by PasswordBindReply.Validate if the designated constraints aren't met.

func (PasswordBindReplyValidationError) Cause

Cause function returns cause value.

func (PasswordBindReplyValidationError) Error

Error satisfies the builtin error interface

func (PasswordBindReplyValidationError) ErrorName

ErrorName returns error name.

func (PasswordBindReplyValidationError) Field

Field function returns field value.

func (PasswordBindReplyValidationError) Key

Key function returns key value.

func (PasswordBindReplyValidationError) Reason

Reason function returns reason value.

type PasswordBindRequest

type PasswordBindRequest struct {
	Username  string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password  string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Captcha   string `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	OAuthUid  string `protobuf:"bytes,6,opt,name=oAuthUid,proto3" json:"oAuthUid,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordBindRequest) Descriptor deprecated

func (*PasswordBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use PasswordBindRequest.ProtoReflect.Descriptor instead.

func (*PasswordBindRequest) GetApp

func (x *PasswordBindRequest) GetApp() string

func (*PasswordBindRequest) GetCaptcha

func (x *PasswordBindRequest) GetCaptcha() string

func (*PasswordBindRequest) GetCaptchaId

func (x *PasswordBindRequest) GetCaptchaId() string

func (*PasswordBindRequest) GetOAuthUid

func (x *PasswordBindRequest) GetOAuthUid() string

func (*PasswordBindRequest) GetPassword

func (x *PasswordBindRequest) GetPassword() string

func (*PasswordBindRequest) GetUsername

func (x *PasswordBindRequest) GetUsername() string

func (*PasswordBindRequest) ProtoMessage

func (*PasswordBindRequest) ProtoMessage()

func (*PasswordBindRequest) ProtoReflect

func (x *PasswordBindRequest) ProtoReflect() protoreflect.Message

func (*PasswordBindRequest) Reset

func (x *PasswordBindRequest) Reset()

func (*PasswordBindRequest) String

func (x *PasswordBindRequest) String() string

func (*PasswordBindRequest) Validate

func (m *PasswordBindRequest) Validate() error

Validate checks the field values on PasswordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordBindRequest) ValidateAll

func (m *PasswordBindRequest) ValidateAll() error

ValidateAll checks the field values on PasswordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordBindRequestMultiError, or nil if none found.

type PasswordBindRequestMultiError

type PasswordBindRequestMultiError []error

PasswordBindRequestMultiError is an error wrapping multiple validation errors returned by PasswordBindRequest.ValidateAll() if the designated constraints aren't met.

func (PasswordBindRequestMultiError) AllErrors

func (m PasswordBindRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordBindRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordBindRequestValidationError

type PasswordBindRequestValidationError struct {
	// contains filtered or unexported fields
}

PasswordBindRequestValidationError is the validation error returned by PasswordBindRequest.Validate if the designated constraints aren't met.

func (PasswordBindRequestValidationError) Cause

Cause function returns cause value.

func (PasswordBindRequestValidationError) Error

Error satisfies the builtin error interface

func (PasswordBindRequestValidationError) ErrorName

ErrorName returns error name.

func (PasswordBindRequestValidationError) Field

Field function returns field value.

func (PasswordBindRequestValidationError) Key

Key function returns key value.

func (PasswordBindRequestValidationError) Reason

Reason function returns reason value.

type PasswordLoginReply

type PasswordLoginReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLoginReply) Descriptor deprecated

func (*PasswordLoginReply) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLoginReply.ProtoReflect.Descriptor instead.

func (*PasswordLoginReply) GetExpire

func (x *PasswordLoginReply) GetExpire() uint32

func (*PasswordLoginReply) GetToken

func (x *PasswordLoginReply) GetToken() string

func (*PasswordLoginReply) ProtoMessage

func (*PasswordLoginReply) ProtoMessage()

func (*PasswordLoginReply) ProtoReflect

func (x *PasswordLoginReply) ProtoReflect() protoreflect.Message

func (*PasswordLoginReply) Reset

func (x *PasswordLoginReply) Reset()

func (*PasswordLoginReply) String

func (x *PasswordLoginReply) String() string

func (*PasswordLoginReply) Validate

func (m *PasswordLoginReply) Validate() error

Validate checks the field values on PasswordLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordLoginReply) ValidateAll

func (m *PasswordLoginReply) ValidateAll() error

ValidateAll checks the field values on PasswordLoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordLoginReplyMultiError, or nil if none found.

type PasswordLoginReplyMultiError

type PasswordLoginReplyMultiError []error

PasswordLoginReplyMultiError is an error wrapping multiple validation errors returned by PasswordLoginReply.ValidateAll() if the designated constraints aren't met.

func (PasswordLoginReplyMultiError) AllErrors

func (m PasswordLoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordLoginReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordLoginReplyValidationError

type PasswordLoginReplyValidationError struct {
	// contains filtered or unexported fields
}

PasswordLoginReplyValidationError is the validation error returned by PasswordLoginReply.Validate if the designated constraints aren't met.

func (PasswordLoginReplyValidationError) Cause

Cause function returns cause value.

func (PasswordLoginReplyValidationError) Error

Error satisfies the builtin error interface

func (PasswordLoginReplyValidationError) ErrorName

ErrorName returns error name.

func (PasswordLoginReplyValidationError) Field

Field function returns field value.

func (PasswordLoginReplyValidationError) Key

Key function returns key value.

func (PasswordLoginReplyValidationError) Reason

Reason function returns reason value.

type PasswordLoginRequest

type PasswordLoginRequest struct {
	Username  string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password  string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Captcha   string `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLoginRequest) Descriptor deprecated

func (*PasswordLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use PasswordLoginRequest.ProtoReflect.Descriptor instead.

func (*PasswordLoginRequest) GetApp

func (x *PasswordLoginRequest) GetApp() string

func (*PasswordLoginRequest) GetCaptcha

func (x *PasswordLoginRequest) GetCaptcha() string

func (*PasswordLoginRequest) GetCaptchaId

func (x *PasswordLoginRequest) GetCaptchaId() string

func (*PasswordLoginRequest) GetPassword

func (x *PasswordLoginRequest) GetPassword() string

func (*PasswordLoginRequest) GetUsername

func (x *PasswordLoginRequest) GetUsername() string

func (*PasswordLoginRequest) ProtoMessage

func (*PasswordLoginRequest) ProtoMessage()

func (*PasswordLoginRequest) ProtoReflect

func (x *PasswordLoginRequest) ProtoReflect() protoreflect.Message

func (*PasswordLoginRequest) Reset

func (x *PasswordLoginRequest) Reset()

func (*PasswordLoginRequest) String

func (x *PasswordLoginRequest) String() string

func (*PasswordLoginRequest) Validate

func (m *PasswordLoginRequest) Validate() error

Validate checks the field values on PasswordLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordLoginRequest) ValidateAll

func (m *PasswordLoginRequest) ValidateAll() error

ValidateAll checks the field values on PasswordLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordLoginRequestMultiError, or nil if none found.

type PasswordLoginRequestMultiError

type PasswordLoginRequestMultiError []error

PasswordLoginRequestMultiError is an error wrapping multiple validation errors returned by PasswordLoginRequest.ValidateAll() if the designated constraints aren't met.

func (PasswordLoginRequestMultiError) AllErrors

func (m PasswordLoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordLoginRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordLoginRequestValidationError

type PasswordLoginRequestValidationError struct {
	// contains filtered or unexported fields
}

PasswordLoginRequestValidationError is the validation error returned by PasswordLoginRequest.Validate if the designated constraints aren't met.

func (PasswordLoginRequestValidationError) Cause

Cause function returns cause value.

func (PasswordLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (PasswordLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (PasswordLoginRequestValidationError) Field

Field function returns field value.

func (PasswordLoginRequestValidationError) Key

Key function returns key value.

func (PasswordLoginRequestValidationError) Reason

Reason function returns reason value.

type PasswordRegisterReply

type PasswordRegisterReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordRegisterReply) Descriptor deprecated

func (*PasswordRegisterReply) Descriptor() ([]byte, []int)

Deprecated: Use PasswordRegisterReply.ProtoReflect.Descriptor instead.

func (*PasswordRegisterReply) GetExpire

func (x *PasswordRegisterReply) GetExpire() uint32

func (*PasswordRegisterReply) GetToken

func (x *PasswordRegisterReply) GetToken() string

func (*PasswordRegisterReply) ProtoMessage

func (*PasswordRegisterReply) ProtoMessage()

func (*PasswordRegisterReply) ProtoReflect

func (x *PasswordRegisterReply) ProtoReflect() protoreflect.Message

func (*PasswordRegisterReply) Reset

func (x *PasswordRegisterReply) Reset()

func (*PasswordRegisterReply) String

func (x *PasswordRegisterReply) String() string

func (*PasswordRegisterReply) Validate

func (m *PasswordRegisterReply) Validate() error

Validate checks the field values on PasswordRegisterReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordRegisterReply) ValidateAll

func (m *PasswordRegisterReply) ValidateAll() error

ValidateAll checks the field values on PasswordRegisterReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordRegisterReplyMultiError, or nil if none found.

type PasswordRegisterReplyMultiError

type PasswordRegisterReplyMultiError []error

PasswordRegisterReplyMultiError is an error wrapping multiple validation errors returned by PasswordRegisterReply.ValidateAll() if the designated constraints aren't met.

func (PasswordRegisterReplyMultiError) AllErrors

func (m PasswordRegisterReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordRegisterReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordRegisterReplyValidationError

type PasswordRegisterReplyValidationError struct {
	// contains filtered or unexported fields
}

PasswordRegisterReplyValidationError is the validation error returned by PasswordRegisterReply.Validate if the designated constraints aren't met.

func (PasswordRegisterReplyValidationError) Cause

Cause function returns cause value.

func (PasswordRegisterReplyValidationError) Error

Error satisfies the builtin error interface

func (PasswordRegisterReplyValidationError) ErrorName

ErrorName returns error name.

func (PasswordRegisterReplyValidationError) Field

Field function returns field value.

func (PasswordRegisterReplyValidationError) Key

Key function returns key value.

func (PasswordRegisterReplyValidationError) Reason

Reason function returns reason value.

type PasswordRegisterRequest

type PasswordRegisterRequest struct {
	Username  string  `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password  string  `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Captcha   string  `protobuf:"bytes,3,opt,name=captcha,proto3" json:"captcha,omitempty"`
	CaptchaId string  `protobuf:"bytes,4,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	App       string  `protobuf:"bytes,5,opt,name=app,proto3" json:"app,omitempty"`
	OAuthUid  *string `protobuf:"bytes,6,opt,name=oAuthUid,proto3,oneof" json:"oAuthUid,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordRegisterRequest) Descriptor deprecated

func (*PasswordRegisterRequest) Descriptor() ([]byte, []int)

Deprecated: Use PasswordRegisterRequest.ProtoReflect.Descriptor instead.

func (*PasswordRegisterRequest) GetApp

func (x *PasswordRegisterRequest) GetApp() string

func (*PasswordRegisterRequest) GetCaptcha

func (x *PasswordRegisterRequest) GetCaptcha() string

func (*PasswordRegisterRequest) GetCaptchaId

func (x *PasswordRegisterRequest) GetCaptchaId() string

func (*PasswordRegisterRequest) GetOAuthUid

func (x *PasswordRegisterRequest) GetOAuthUid() string

func (*PasswordRegisterRequest) GetPassword

func (x *PasswordRegisterRequest) GetPassword() string

func (*PasswordRegisterRequest) GetUsername

func (x *PasswordRegisterRequest) GetUsername() string

func (*PasswordRegisterRequest) ProtoMessage

func (*PasswordRegisterRequest) ProtoMessage()

func (*PasswordRegisterRequest) ProtoReflect

func (x *PasswordRegisterRequest) ProtoReflect() protoreflect.Message

func (*PasswordRegisterRequest) Reset

func (x *PasswordRegisterRequest) Reset()

func (*PasswordRegisterRequest) String

func (x *PasswordRegisterRequest) String() string

func (*PasswordRegisterRequest) Validate

func (m *PasswordRegisterRequest) Validate() error

Validate checks the field values on PasswordRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordRegisterRequest) ValidateAll

func (m *PasswordRegisterRequest) ValidateAll() error

ValidateAll checks the field values on PasswordRegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordRegisterRequestMultiError, or nil if none found.

type PasswordRegisterRequestMultiError

type PasswordRegisterRequestMultiError []error

PasswordRegisterRequestMultiError is an error wrapping multiple validation errors returned by PasswordRegisterRequest.ValidateAll() if the designated constraints aren't met.

func (PasswordRegisterRequestMultiError) AllErrors

func (m PasswordRegisterRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PasswordRegisterRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordRegisterRequestValidationError

type PasswordRegisterRequestValidationError struct {
	// contains filtered or unexported fields
}

PasswordRegisterRequestValidationError is the validation error returned by PasswordRegisterRequest.Validate if the designated constraints aren't met.

func (PasswordRegisterRequestValidationError) Cause

Cause function returns cause value.

func (PasswordRegisterRequestValidationError) Error

Error satisfies the builtin error interface

func (PasswordRegisterRequestValidationError) ErrorName

ErrorName returns error name.

func (PasswordRegisterRequestValidationError) Field

Field function returns field value.

func (PasswordRegisterRequestValidationError) Key

Key function returns key value.

func (PasswordRegisterRequestValidationError) Reason

Reason function returns reason value.

type RefreshTokenReply

type RefreshTokenReply struct {
	Token  string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Expire uint32 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTokenReply) Descriptor deprecated

func (*RefreshTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTokenReply.ProtoReflect.Descriptor instead.

func (*RefreshTokenReply) GetExpire

func (x *RefreshTokenReply) GetExpire() uint32

func (*RefreshTokenReply) GetToken

func (x *RefreshTokenReply) GetToken() string

func (*RefreshTokenReply) ProtoMessage

func (*RefreshTokenReply) ProtoMessage()

func (*RefreshTokenReply) ProtoReflect

func (x *RefreshTokenReply) ProtoReflect() protoreflect.Message

func (*RefreshTokenReply) Reset

func (x *RefreshTokenReply) Reset()

func (*RefreshTokenReply) String

func (x *RefreshTokenReply) String() string

func (*RefreshTokenReply) Validate

func (m *RefreshTokenReply) Validate() error

Validate checks the field values on RefreshTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTokenReply) ValidateAll

func (m *RefreshTokenReply) ValidateAll() error

ValidateAll checks the field values on RefreshTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenReplyMultiError, or nil if none found.

type RefreshTokenReplyMultiError

type RefreshTokenReplyMultiError []error

RefreshTokenReplyMultiError is an error wrapping multiple validation errors returned by RefreshTokenReply.ValidateAll() if the designated constraints aren't met.

func (RefreshTokenReplyMultiError) AllErrors

func (m RefreshTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshTokenReplyValidationError

type RefreshTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

RefreshTokenReplyValidationError is the validation error returned by RefreshTokenReply.Validate if the designated constraints aren't met.

func (RefreshTokenReplyValidationError) Cause

Cause function returns cause value.

func (RefreshTokenReplyValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenReplyValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenReplyValidationError) Field

Field function returns field value.

func (RefreshTokenReplyValidationError) Key

Key function returns key value.

func (RefreshTokenReplyValidationError) Reason

Reason function returns reason value.

type RefreshTokenRequest

type RefreshTokenRequest struct {
	// contains filtered or unexported fields
}

func (*RefreshTokenRequest) Descriptor deprecated

func (*RefreshTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTokenRequest.ProtoReflect.Descriptor instead.

func (*RefreshTokenRequest) ProtoMessage

func (*RefreshTokenRequest) ProtoMessage()

func (*RefreshTokenRequest) ProtoReflect

func (x *RefreshTokenRequest) ProtoReflect() protoreflect.Message

func (*RefreshTokenRequest) Reset

func (x *RefreshTokenRequest) Reset()

func (*RefreshTokenRequest) String

func (x *RefreshTokenRequest) String() string

func (*RefreshTokenRequest) Validate

func (m *RefreshTokenRequest) Validate() error

Validate checks the field values on RefreshTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTokenRequest) ValidateAll

func (m *RefreshTokenRequest) ValidateAll() error

ValidateAll checks the field values on RefreshTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenRequestMultiError, or nil if none found.

type RefreshTokenRequestMultiError

type RefreshTokenRequestMultiError []error

RefreshTokenRequestMultiError is an error wrapping multiple validation errors returned by RefreshTokenRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshTokenRequestMultiError) AllErrors

func (m RefreshTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshTokenRequestValidationError

type RefreshTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

RefreshTokenRequestValidationError is the validation error returned by RefreshTokenRequest.Validate if the designated constraints aren't met.

func (RefreshTokenRequestValidationError) Cause

Cause function returns cause value.

func (RefreshTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenRequestValidationError) Field

Field function returns field value.

func (RefreshTokenRequestValidationError) Key

Key function returns key value.

func (RefreshTokenRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedAuthServer

type UnimplementedAuthServer struct {
}

UnimplementedAuthServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthServer) Auth

func (UnimplementedAuthServer) CreateAuth

func (UnimplementedAuthServer) DeleteAuth

func (UnimplementedAuthServer) DeleteOAuth

func (UnimplementedAuthServer) EmailBind

func (UnimplementedAuthServer) EmailLogin

func (UnimplementedAuthServer) EmailRegister

func (UnimplementedAuthServer) GenAuthCaptcha

func (UnimplementedAuthServer) ListAuth

func (UnimplementedAuthServer) ListOAuth

func (UnimplementedAuthServer) Logout

func (UnimplementedAuthServer) OAuthLogin

func (UnimplementedAuthServer) PasswordBind

func (UnimplementedAuthServer) PasswordLogin

func (UnimplementedAuthServer) PasswordRegister

func (UnimplementedAuthServer) RefreshToken

func (UnimplementedAuthServer) UpdateAuthStatus

type UnsafeAuthServer

type UnsafeAuthServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServer will result in compilation errors.

type UpdateAuthStatusReply

type UpdateAuthStatusReply struct {
	// contains filtered or unexported fields
}

func (*UpdateAuthStatusReply) Descriptor deprecated

func (*UpdateAuthStatusReply) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthStatusReply.ProtoReflect.Descriptor instead.

func (*UpdateAuthStatusReply) ProtoMessage

func (*UpdateAuthStatusReply) ProtoMessage()

func (*UpdateAuthStatusReply) ProtoReflect

func (x *UpdateAuthStatusReply) ProtoReflect() protoreflect.Message

func (*UpdateAuthStatusReply) Reset

func (x *UpdateAuthStatusReply) Reset()

func (*UpdateAuthStatusReply) String

func (x *UpdateAuthStatusReply) String() string

func (*UpdateAuthStatusReply) Validate

func (m *UpdateAuthStatusReply) Validate() error

Validate checks the field values on UpdateAuthStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateAuthStatusReply) ValidateAll

func (m *UpdateAuthStatusReply) ValidateAll() error

ValidateAll checks the field values on UpdateAuthStatusReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateAuthStatusReplyMultiError, or nil if none found.

type UpdateAuthStatusReplyMultiError

type UpdateAuthStatusReplyMultiError []error

UpdateAuthStatusReplyMultiError is an error wrapping multiple validation errors returned by UpdateAuthStatusReply.ValidateAll() if the designated constraints aren't met.

func (UpdateAuthStatusReplyMultiError) AllErrors

func (m UpdateAuthStatusReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAuthStatusReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateAuthStatusReplyValidationError

type UpdateAuthStatusReplyValidationError struct {
	// contains filtered or unexported fields
}

UpdateAuthStatusReplyValidationError is the validation error returned by UpdateAuthStatusReply.Validate if the designated constraints aren't met.

func (UpdateAuthStatusReplyValidationError) Cause

Cause function returns cause value.

func (UpdateAuthStatusReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateAuthStatusReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateAuthStatusReplyValidationError) Field

Field function returns field value.

func (UpdateAuthStatusReplyValidationError) Key

Key function returns key value.

func (UpdateAuthStatusReplyValidationError) Reason

Reason function returns reason value.

type UpdateAuthStatusRequest

type UpdateAuthStatusRequest struct {
	Id          uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status      bool    `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	DisableDesc *string `protobuf:"bytes,3,opt,name=disableDesc,proto3,oneof" json:"disableDesc,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAuthStatusRequest) Descriptor deprecated

func (*UpdateAuthStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateAuthStatusRequest) GetDisableDesc

func (x *UpdateAuthStatusRequest) GetDisableDesc() string

func (*UpdateAuthStatusRequest) GetId

func (x *UpdateAuthStatusRequest) GetId() uint32

func (*UpdateAuthStatusRequest) GetStatus

func (x *UpdateAuthStatusRequest) GetStatus() bool

func (*UpdateAuthStatusRequest) ProtoMessage

func (*UpdateAuthStatusRequest) ProtoMessage()

func (*UpdateAuthStatusRequest) ProtoReflect

func (x *UpdateAuthStatusRequest) ProtoReflect() protoreflect.Message

func (*UpdateAuthStatusRequest) Reset

func (x *UpdateAuthStatusRequest) Reset()

func (*UpdateAuthStatusRequest) String

func (x *UpdateAuthStatusRequest) String() string

func (*UpdateAuthStatusRequest) Validate

func (m *UpdateAuthStatusRequest) Validate() error

Validate checks the field values on UpdateAuthStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateAuthStatusRequest) ValidateAll

func (m *UpdateAuthStatusRequest) ValidateAll() error

ValidateAll checks the field values on UpdateAuthStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateAuthStatusRequestMultiError, or nil if none found.

type UpdateAuthStatusRequestMultiError

type UpdateAuthStatusRequestMultiError []error

UpdateAuthStatusRequestMultiError is an error wrapping multiple validation errors returned by UpdateAuthStatusRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateAuthStatusRequestMultiError) AllErrors

func (m UpdateAuthStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAuthStatusRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateAuthStatusRequestValidationError

type UpdateAuthStatusRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateAuthStatusRequestValidationError is the validation error returned by UpdateAuthStatusRequest.Validate if the designated constraints aren't met.

func (UpdateAuthStatusRequestValidationError) Cause

Cause function returns cause value.

func (UpdateAuthStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateAuthStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateAuthStatusRequestValidationError) Field

Field function returns field value.

func (UpdateAuthStatusRequestValidationError) Key

Key function returns key value.

func (UpdateAuthStatusRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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