authorize

package
v0.0.0-...-c5a1a12 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2026 License: MIT Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Authorize_ListVisibleOAuther_FullMethodName = "/manager.api.authorize.Authorize/ListVisibleOAuther"
	Authorize_OAutherHandle_FullMethodName      = "/manager.api.authorize.Authorize/OAutherHandle"
	Authorize_OAutherLogin_FullMethodName       = "/manager.api.authorize.Authorize/OAutherLogin"
	Authorize_OAutherReport_FullMethodName      = "/manager.api.authorize.Authorize/OAutherReport"
	Authorize_OAutherBind_FullMethodName        = "/manager.api.authorize.Authorize/OAutherBind"
	Authorize_GetImageCaptcha_FullMethodName    = "/manager.api.authorize.Authorize/GetImageCaptcha"
	Authorize_Login_FullMethodName              = "/manager.api.authorize.Authorize/Login"
	Authorize_Logout_FullMethodName             = "/manager.api.authorize.Authorize/Logout"
	Authorize_RefreshToken_FullMethodName       = "/manager.api.authorize.Authorize/RefreshToken"
	Authorize_Register_FullMethodName           = "/manager.api.authorize.Authorize/Register"
	Authorize_CheckAuth_FullMethodName          = "/manager.api.authorize.Authorize/CheckAuth"
	Authorize_ParseToken_FullMethodName         = "/manager.api.authorize.Authorize/ParseToken"
	Authorize_GetFillInfo_FullMethodName        = "/manager.api.authorize.Authorize/GetFillInfo"
	Authorize_FillInfo_FullMethodName           = "/manager.api.authorize.Authorize/FillInfo"
)
View Source
const (
	TokenKey = "x-md-global-token"

	InfoKey = "x-md-global-info"
)
View Source
const OperationAuthorizeCheckAuth = "/manager.api.authorize.Authorize/CheckAuth"
View Source
const OperationAuthorizeFillInfo = "/manager.api.authorize.Authorize/FillInfo"
View Source
const OperationAuthorizeGetFillInfo = "/manager.api.authorize.Authorize/GetFillInfo"
View Source
const OperationAuthorizeGetImageCaptcha = "/manager.api.authorize.Authorize/GetImageCaptcha"
View Source
const OperationAuthorizeListVisibleOAuther = "/manager.api.authorize.Authorize/ListVisibleOAuther"
View Source
const OperationAuthorizeLogin = "/manager.api.authorize.Authorize/Login"
View Source
const OperationAuthorizeLogout = "/manager.api.authorize.Authorize/Logout"
View Source
const OperationAuthorizeOAutherBind = "/manager.api.authorize.Authorize/OAutherBind"
View Source
const OperationAuthorizeOAutherHandle = "/manager.api.authorize.Authorize/OAutherHandle"
View Source
const OperationAuthorizeOAutherLogin = "/manager.api.authorize.Authorize/OAutherLogin"
View Source
const OperationAuthorizeOAutherReport = "/manager.api.authorize.Authorize/OAutherReport"
View Source
const OperationAuthorizeParseToken = "/manager.api.authorize.Authorize/ParseToken"
View Source
const OperationAuthorizeRefreshToken = "/manager.api.authorize.Authorize/RefreshToken"
View Source
const OperationAuthorizeRegister = "/manager.api.authorize.Authorize/Register"

Variables

View Source
var Authorize_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "manager.api.authorize.Authorize",
	HandlerType: (*AuthorizeServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListVisibleOAuther",
			Handler:    _Authorize_ListVisibleOAuther_Handler,
		},
		{
			MethodName: "OAutherHandle",
			Handler:    _Authorize_OAutherHandle_Handler,
		},
		{
			MethodName: "OAutherLogin",
			Handler:    _Authorize_OAutherLogin_Handler,
		},
		{
			MethodName: "OAutherReport",
			Handler:    _Authorize_OAutherReport_Handler,
		},
		{
			MethodName: "OAutherBind",
			Handler:    _Authorize_OAutherBind_Handler,
		},
		{
			MethodName: "GetImageCaptcha",
			Handler:    _Authorize_GetImageCaptcha_Handler,
		},
		{
			MethodName: "Login",
			Handler:    _Authorize_Login_Handler,
		},
		{
			MethodName: "Logout",
			Handler:    _Authorize_Logout_Handler,
		},
		{
			MethodName: "RefreshToken",
			Handler:    _Authorize_RefreshToken_Handler,
		},
		{
			MethodName: "Register",
			Handler:    _Authorize_Register_Handler,
		},
		{
			MethodName: "CheckAuth",
			Handler:    _Authorize_CheckAuth_Handler,
		},
		{
			MethodName: "ParseToken",
			Handler:    _Authorize_ParseToken_Handler,
		},
		{
			MethodName: "GetFillInfo",
			Handler:    _Authorize_GetFillInfo_Handler,
		},
		{
			MethodName: "FillInfo",
			Handler:    _Authorize_FillInfo_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/authorize/proto/authorize_service.proto",
}

Authorize_ServiceDesc is the grpc.ServiceDesc for Authorize 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_authorize_proto_authorize_proto protoreflect.FileDescriptor
View Source
var File_api_authorize_proto_authorize_service_proto protoreflect.FileDescriptor

Functions

func AuthMiddleware

func AuthMiddleware() middleware.Middleware

AuthMiddleware 鉴权

func RegisterAuthorizeHTTPServer

func RegisterAuthorizeHTTPServer(s *http.Server, srv AuthorizeHTTPServer)

func RegisterAuthorizeServer

func RegisterAuthorizeServer(s grpc.ServiceRegistrar, srv AuthorizeServer)

Types

type AuthorizeClient

type AuthorizeClient interface {
	// ListOAuther 获取登陆渠道信息
	ListVisibleOAuther(ctx context.Context, in *ListVisibleOAutherRequest, opts ...grpc.CallOption) (*ListVisibleOAutherReply, error)
	// OAutherHandle 渠道授权处理
	OAutherHandle(ctx context.Context, in *OAutherHandleRequest, opts ...grpc.CallOption) (*OAutherHandleReply, error)
	// OAutherLogin 渠道授权登陆
	OAutherLogin(ctx context.Context, in *OAutherLoginRequest, opts ...grpc.CallOption) (*OAutherLoginReply, error)
	// OAutherReport 渠道授权上报
	OAutherReport(ctx context.Context, in *OAutherReportRequest, opts ...grpc.CallOption) (*OAutherReportReply, error)
	// OAutherBind 渠道授权绑定
	OAutherBind(ctx context.Context, in *OAutherBindRequest, opts ...grpc.CallOption) (*OAutherBindReply, error)
	// GetImageCaptcha 获取验证码
	GetImageCaptcha(ctx context.Context, in *GetImageCaptchaRequest, opts ...grpc.CallOption) (*GetImageCaptchaReply, error)
	// Login 密码登陆
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
	// Logout 退出登陆
	Logout(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// RefreshToken 刷新token
	RefreshToken(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RefreshTokenReply, error)
	// Register 注册
	Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterReply, error)
	// CheckAuth 接口验证
	CheckAuth(ctx context.Context, in *CheckAuthRequest, opts ...grpc.CallOption) (*CheckAuthReply, error)
	// ParseToken token解析
	ParseToken(ctx context.Context, in *ParseTokenRequest, opts ...grpc.CallOption) (*ParseTokenReply, error)
	// GetFillInfo 获取待补充info信息
	GetFillInfo(ctx context.Context, in *GetFillInfoRequest, opts ...grpc.CallOption) (*GetFillInfoReply, error)
	// FillInfo 补充info信息
	FillInfo(ctx context.Context, in *FillInfoRequest, opts ...grpc.CallOption) (*FillInfoReply, error)
}

AuthorizeClient is the client API for Authorize 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 NewAuthorizeClient

func NewAuthorizeClient(cc grpc.ClientConnInterface) AuthorizeClient

type AuthorizeHTTPClient

type AuthorizeHTTPClient interface {
	CheckAuth(ctx context.Context, req *CheckAuthRequest, opts ...http.CallOption) (rsp *CheckAuthReply, err error)
	FillInfo(ctx context.Context, req *FillInfoRequest, opts ...http.CallOption) (rsp *FillInfoReply, err error)
	GetFillInfo(ctx context.Context, req *GetFillInfoRequest, opts ...http.CallOption) (rsp *GetFillInfoReply, err error)
	GetImageCaptcha(ctx context.Context, req *GetImageCaptchaRequest, opts ...http.CallOption) (rsp *GetImageCaptchaReply, err error)
	ListVisibleOAuther(ctx context.Context, req *ListVisibleOAutherRequest, opts ...http.CallOption) (rsp *ListVisibleOAutherReply, err error)
	Login(ctx context.Context, req *LoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error)
	Logout(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
	OAutherBind(ctx context.Context, req *OAutherBindRequest, opts ...http.CallOption) (rsp *OAutherBindReply, err error)
	OAutherHandle(ctx context.Context, req *OAutherHandleRequest, opts ...http.CallOption) (rsp *OAutherHandleReply, err error)
	OAutherLogin(ctx context.Context, req *OAutherLoginRequest, opts ...http.CallOption) (rsp *OAutherLoginReply, err error)
	OAutherReport(ctx context.Context, req *OAutherReportRequest, opts ...http.CallOption) (rsp *OAutherReportReply, err error)
	ParseToken(ctx context.Context, req *ParseTokenRequest, opts ...http.CallOption) (rsp *ParseTokenReply, err error)
	RefreshToken(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *RefreshTokenReply, err error)
	Register(ctx context.Context, req *RegisterRequest, opts ...http.CallOption) (rsp *RegisterReply, err error)
}

func NewAuthorizeHTTPClient

func NewAuthorizeHTTPClient(client *http.Client) AuthorizeHTTPClient

type AuthorizeHTTPClientImpl

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

func (*AuthorizeHTTPClientImpl) CheckAuth

func (*AuthorizeHTTPClientImpl) FillInfo

func (*AuthorizeHTTPClientImpl) GetFillInfo

func (*AuthorizeHTTPClientImpl) GetImageCaptcha

func (*AuthorizeHTTPClientImpl) ListVisibleOAuther

func (*AuthorizeHTTPClientImpl) Login

func (*AuthorizeHTTPClientImpl) Logout

func (*AuthorizeHTTPClientImpl) OAutherBind

func (*AuthorizeHTTPClientImpl) OAutherHandle

func (*AuthorizeHTTPClientImpl) OAutherLogin

func (*AuthorizeHTTPClientImpl) OAutherReport

func (*AuthorizeHTTPClientImpl) ParseToken

func (*AuthorizeHTTPClientImpl) RefreshToken

func (*AuthorizeHTTPClientImpl) Register

type AuthorizeHTTPServer

type AuthorizeHTTPServer interface {
	// CheckAuth CheckAuth 接口验证
	CheckAuth(context.Context, *CheckAuthRequest) (*CheckAuthReply, error)
	// FillInfo FillInfo 补充info信息
	FillInfo(context.Context, *FillInfoRequest) (*FillInfoReply, error)
	// GetFillInfo GetFillInfo 获取待补充info信息
	GetFillInfo(context.Context, *GetFillInfoRequest) (*GetFillInfoReply, error)
	// GetImageCaptcha GetImageCaptcha 获取验证码
	GetImageCaptcha(context.Context, *GetImageCaptchaRequest) (*GetImageCaptchaReply, error)
	// ListVisibleOAuther ListOAuther 获取登陆渠道信息
	ListVisibleOAuther(context.Context, *ListVisibleOAutherRequest) (*ListVisibleOAutherReply, error)
	// Login Login 密码登陆
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	// Logout Logout 退出登陆
	Logout(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// OAutherBind OAutherBind 渠道授权绑定
	OAutherBind(context.Context, *OAutherBindRequest) (*OAutherBindReply, error)
	// OAutherHandle OAutherHandle 渠道授权处理
	OAutherHandle(context.Context, *OAutherHandleRequest) (*OAutherHandleReply, error)
	// OAutherLogin OAutherLogin 渠道授权登陆
	OAutherLogin(context.Context, *OAutherLoginRequest) (*OAutherLoginReply, error)
	// OAutherReport OAutherReport 渠道授权上报
	OAutherReport(context.Context, *OAutherReportRequest) (*OAutherReportReply, error)
	// ParseToken ParseToken token解析
	ParseToken(context.Context, *ParseTokenRequest) (*ParseTokenReply, error)
	// RefreshToken RefreshToken 刷新token
	RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	// Register Register 注册
	Register(context.Context, *RegisterRequest) (*RegisterReply, error)
}

type AuthorizeServer

type AuthorizeServer interface {
	// ListOAuther 获取登陆渠道信息
	ListVisibleOAuther(context.Context, *ListVisibleOAutherRequest) (*ListVisibleOAutherReply, error)
	// OAutherHandle 渠道授权处理
	OAutherHandle(context.Context, *OAutherHandleRequest) (*OAutherHandleReply, error)
	// OAutherLogin 渠道授权登陆
	OAutherLogin(context.Context, *OAutherLoginRequest) (*OAutherLoginReply, error)
	// OAutherReport 渠道授权上报
	OAutherReport(context.Context, *OAutherReportRequest) (*OAutherReportReply, error)
	// OAutherBind 渠道授权绑定
	OAutherBind(context.Context, *OAutherBindRequest) (*OAutherBindReply, error)
	// GetImageCaptcha 获取验证码
	GetImageCaptcha(context.Context, *GetImageCaptchaRequest) (*GetImageCaptchaReply, error)
	// Login 密码登陆
	Login(context.Context, *LoginRequest) (*LoginReply, error)
	// Logout 退出登陆
	Logout(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// RefreshToken 刷新token
	RefreshToken(context.Context, *emptypb.Empty) (*RefreshTokenReply, error)
	// Register 注册
	Register(context.Context, *RegisterRequest) (*RegisterReply, error)
	// CheckAuth 接口验证
	CheckAuth(context.Context, *CheckAuthRequest) (*CheckAuthReply, error)
	// ParseToken token解析
	ParseToken(context.Context, *ParseTokenRequest) (*ParseTokenReply, error)
	// GetFillInfo 获取待补充info信息
	GetFillInfo(context.Context, *GetFillInfoRequest) (*GetFillInfoReply, error)
	// FillInfo 补充info信息
	FillInfo(context.Context, *FillInfoRequest) (*FillInfoReply, error)
	// contains filtered or unexported methods
}

AuthorizeServer is the server API for Authorize service. All implementations must embed UnimplementedAuthorizeServer for forward compatibility

type CheckAuthReply

type CheckAuthReply struct {
	UserId uint32 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId,omitempty"`
	DeptId uint32 `protobuf:"varint,3,opt,name=deptId,proto3" json:"deptId,omitempty"`
	// contains filtered or unexported fields
}

func Get

func Get(ctx context.Context) *CheckAuthReply

func (*CheckAuthReply) Descriptor deprecated

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

Deprecated: Use CheckAuthReply.ProtoReflect.Descriptor instead.

func (*CheckAuthReply) GetDeptId

func (x *CheckAuthReply) GetDeptId() uint32

func (*CheckAuthReply) GetUserId

func (x *CheckAuthReply) GetUserId() uint32

func (*CheckAuthReply) ProtoMessage

func (*CheckAuthReply) ProtoMessage()

func (*CheckAuthReply) ProtoReflect

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

func (*CheckAuthReply) Reset

func (x *CheckAuthReply) Reset()

func (*CheckAuthReply) String

func (x *CheckAuthReply) String() string

func (*CheckAuthReply) Validate

func (m *CheckAuthReply) Validate() error

Validate checks the field values on CheckAuthReply 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 (*CheckAuthReply) ValidateAll

func (m *CheckAuthReply) ValidateAll() error

ValidateAll checks the field values on CheckAuthReply 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 CheckAuthReplyMultiError, or nil if none found.

type CheckAuthReplyMultiError

type CheckAuthReplyMultiError []error

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

func (CheckAuthReplyMultiError) AllErrors

func (m CheckAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckAuthReplyMultiError) Error

func (m CheckAuthReplyMultiError) Error() string

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

type CheckAuthReplyValidationError

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

CheckAuthReplyValidationError is the validation error returned by CheckAuthReply.Validate if the designated constraints aren't met.

func (CheckAuthReplyValidationError) Cause

Cause function returns cause value.

func (CheckAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (CheckAuthReplyValidationError) ErrorName

func (e CheckAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (CheckAuthReplyValidationError) Field

Field function returns field value.

func (CheckAuthReplyValidationError) Key

Key function returns key value.

func (CheckAuthReplyValidationError) Reason

Reason function returns reason value.

type CheckAuthRequest

type CheckAuthRequest struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckAuthRequest) Descriptor deprecated

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

Deprecated: Use CheckAuthRequest.ProtoReflect.Descriptor instead.

func (*CheckAuthRequest) GetMethod

func (x *CheckAuthRequest) GetMethod() string

func (*CheckAuthRequest) GetPath

func (x *CheckAuthRequest) GetPath() string

func (*CheckAuthRequest) ProtoMessage

func (*CheckAuthRequest) ProtoMessage()

func (*CheckAuthRequest) ProtoReflect

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

func (*CheckAuthRequest) Reset

func (x *CheckAuthRequest) Reset()

func (*CheckAuthRequest) String

func (x *CheckAuthRequest) String() string

func (*CheckAuthRequest) Validate

func (m *CheckAuthRequest) Validate() error

Validate checks the field values on CheckAuthRequest 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 (*CheckAuthRequest) ValidateAll

func (m *CheckAuthRequest) ValidateAll() error

ValidateAll checks the field values on CheckAuthRequest 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 CheckAuthRequestMultiError, or nil if none found.

type CheckAuthRequestMultiError

type CheckAuthRequestMultiError []error

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

func (CheckAuthRequestMultiError) AllErrors

func (m CheckAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckAuthRequestMultiError) Error

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

type CheckAuthRequestValidationError

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

CheckAuthRequestValidationError is the validation error returned by CheckAuthRequest.Validate if the designated constraints aren't met.

func (CheckAuthRequestValidationError) Cause

Cause function returns cause value.

func (CheckAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckAuthRequestValidationError) Field

Field function returns field value.

func (CheckAuthRequestValidationError) Key

Key function returns key value.

func (CheckAuthRequestValidationError) Reason

Reason function returns reason value.

type FillInfoReply

type FillInfoReply struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*FillInfoReply) Descriptor deprecated

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

Deprecated: Use FillInfoReply.ProtoReflect.Descriptor instead.

func (*FillInfoReply) GetToken

func (x *FillInfoReply) GetToken() string

func (*FillInfoReply) ProtoMessage

func (*FillInfoReply) ProtoMessage()

func (*FillInfoReply) ProtoReflect

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

func (*FillInfoReply) Reset

func (x *FillInfoReply) Reset()

func (*FillInfoReply) String

func (x *FillInfoReply) String() string

func (*FillInfoReply) Validate

func (m *FillInfoReply) Validate() error

Validate checks the field values on FillInfoReply 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 (*FillInfoReply) ValidateAll

func (m *FillInfoReply) ValidateAll() error

ValidateAll checks the field values on FillInfoReply 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 FillInfoReplyMultiError, or nil if none found.

type FillInfoReplyMultiError

type FillInfoReplyMultiError []error

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

func (FillInfoReplyMultiError) AllErrors

func (m FillInfoReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FillInfoReplyMultiError) Error

func (m FillInfoReplyMultiError) Error() string

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

type FillInfoReplyValidationError

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

FillInfoReplyValidationError is the validation error returned by FillInfoReply.Validate if the designated constraints aren't met.

func (FillInfoReplyValidationError) Cause

Cause function returns cause value.

func (FillInfoReplyValidationError) Error

Error satisfies the builtin error interface

func (FillInfoReplyValidationError) ErrorName

func (e FillInfoReplyValidationError) ErrorName() string

ErrorName returns error name.

func (FillInfoReplyValidationError) Field

Field function returns field value.

func (FillInfoReplyValidationError) Key

Key function returns key value.

func (FillInfoReplyValidationError) Reason

Reason function returns reason value.

type FillInfoRequest

type FillInfoRequest struct {
	Uuid  string                     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Infos map[string]*structpb.Value `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FillInfoRequest) Descriptor deprecated

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

Deprecated: Use FillInfoRequest.ProtoReflect.Descriptor instead.

func (*FillInfoRequest) GetInfos

func (x *FillInfoRequest) GetInfos() map[string]*structpb.Value

func (*FillInfoRequest) GetUuid

func (x *FillInfoRequest) GetUuid() string

func (*FillInfoRequest) ProtoMessage

func (*FillInfoRequest) ProtoMessage()

func (*FillInfoRequest) ProtoReflect

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

func (*FillInfoRequest) Reset

func (x *FillInfoRequest) Reset()

func (*FillInfoRequest) String

func (x *FillInfoRequest) String() string

func (*FillInfoRequest) Validate

func (m *FillInfoRequest) Validate() error

Validate checks the field values on FillInfoRequest 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 (*FillInfoRequest) ValidateAll

func (m *FillInfoRequest) ValidateAll() error

ValidateAll checks the field values on FillInfoRequest 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 FillInfoRequestMultiError, or nil if none found.

type FillInfoRequestMultiError

type FillInfoRequestMultiError []error

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

func (FillInfoRequestMultiError) AllErrors

func (m FillInfoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FillInfoRequestMultiError) Error

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

type FillInfoRequestValidationError

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

FillInfoRequestValidationError is the validation error returned by FillInfoRequest.Validate if the designated constraints aren't met.

func (FillInfoRequestValidationError) Cause

Cause function returns cause value.

func (FillInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (FillInfoRequestValidationError) ErrorName

func (e FillInfoRequestValidationError) ErrorName() string

ErrorName returns error name.

func (FillInfoRequestValidationError) Field

Field function returns field value.

func (FillInfoRequestValidationError) Key

Key function returns key value.

func (FillInfoRequestValidationError) Reason

Reason function returns reason value.

type GetFillInfoReply

type GetFillInfoReply struct {
	List []*GetFillInfoReply_Field `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFillInfoReply) Descriptor deprecated

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

Deprecated: Use GetFillInfoReply.ProtoReflect.Descriptor instead.

func (*GetFillInfoReply) GetList

func (x *GetFillInfoReply) GetList() []*GetFillInfoReply_Field

func (*GetFillInfoReply) ProtoMessage

func (*GetFillInfoReply) ProtoMessage()

func (*GetFillInfoReply) ProtoReflect

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

func (*GetFillInfoReply) Reset

func (x *GetFillInfoReply) Reset()

func (*GetFillInfoReply) String

func (x *GetFillInfoReply) String() string

func (*GetFillInfoReply) Validate

func (m *GetFillInfoReply) Validate() error

Validate checks the field values on GetFillInfoReply 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 (*GetFillInfoReply) ValidateAll

func (m *GetFillInfoReply) ValidateAll() error

ValidateAll checks the field values on GetFillInfoReply 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 GetFillInfoReplyMultiError, or nil if none found.

type GetFillInfoReplyMultiError

type GetFillInfoReplyMultiError []error

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

func (GetFillInfoReplyMultiError) AllErrors

func (m GetFillInfoReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFillInfoReplyMultiError) Error

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

type GetFillInfoReplyValidationError

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

GetFillInfoReplyValidationError is the validation error returned by GetFillInfoReply.Validate if the designated constraints aren't met.

func (GetFillInfoReplyValidationError) Cause

Cause function returns cause value.

func (GetFillInfoReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFillInfoReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFillInfoReplyValidationError) Field

Field function returns field value.

func (GetFillInfoReplyValidationError) Key

Key function returns key value.

func (GetFillInfoReplyValidationError) Reason

Reason function returns reason value.

type GetFillInfoReply_Field

type GetFillInfoReply_Field struct {
	Keyword string          `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Type    string          `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name    string          `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Value   *structpb.Value `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFillInfoReply_Field) Descriptor deprecated

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

Deprecated: Use GetFillInfoReply_Field.ProtoReflect.Descriptor instead.

func (*GetFillInfoReply_Field) GetKeyword

func (x *GetFillInfoReply_Field) GetKeyword() string

func (*GetFillInfoReply_Field) GetName

func (x *GetFillInfoReply_Field) GetName() string

func (*GetFillInfoReply_Field) GetType

func (x *GetFillInfoReply_Field) GetType() string

func (*GetFillInfoReply_Field) GetValue

func (x *GetFillInfoReply_Field) GetValue() *structpb.Value

func (*GetFillInfoReply_Field) ProtoMessage

func (*GetFillInfoReply_Field) ProtoMessage()

func (*GetFillInfoReply_Field) ProtoReflect

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

func (*GetFillInfoReply_Field) Reset

func (x *GetFillInfoReply_Field) Reset()

func (*GetFillInfoReply_Field) String

func (x *GetFillInfoReply_Field) String() string

func (*GetFillInfoReply_Field) Validate

func (m *GetFillInfoReply_Field) Validate() error

Validate checks the field values on GetFillInfoReply_Field 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 (*GetFillInfoReply_Field) ValidateAll

func (m *GetFillInfoReply_Field) ValidateAll() error

ValidateAll checks the field values on GetFillInfoReply_Field 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 GetFillInfoReply_FieldMultiError, or nil if none found.

type GetFillInfoReply_FieldMultiError

type GetFillInfoReply_FieldMultiError []error

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

func (GetFillInfoReply_FieldMultiError) AllErrors

func (m GetFillInfoReply_FieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFillInfoReply_FieldMultiError) Error

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

type GetFillInfoReply_FieldValidationError

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

GetFillInfoReply_FieldValidationError is the validation error returned by GetFillInfoReply_Field.Validate if the designated constraints aren't met.

func (GetFillInfoReply_FieldValidationError) Cause

Cause function returns cause value.

func (GetFillInfoReply_FieldValidationError) Error

Error satisfies the builtin error interface

func (GetFillInfoReply_FieldValidationError) ErrorName

ErrorName returns error name.

func (GetFillInfoReply_FieldValidationError) Field

Field function returns field value.

func (GetFillInfoReply_FieldValidationError) Key

Key function returns key value.

func (GetFillInfoReply_FieldValidationError) Reason

Reason function returns reason value.

type GetFillInfoRequest

type GetFillInfoRequest struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFillInfoRequest) Descriptor deprecated

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

Deprecated: Use GetFillInfoRequest.ProtoReflect.Descriptor instead.

func (*GetFillInfoRequest) GetUuid

func (x *GetFillInfoRequest) GetUuid() string

func (*GetFillInfoRequest) ProtoMessage

func (*GetFillInfoRequest) ProtoMessage()

func (*GetFillInfoRequest) ProtoReflect

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

func (*GetFillInfoRequest) Reset

func (x *GetFillInfoRequest) Reset()

func (*GetFillInfoRequest) String

func (x *GetFillInfoRequest) String() string

func (*GetFillInfoRequest) Validate

func (m *GetFillInfoRequest) Validate() error

Validate checks the field values on GetFillInfoRequest 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 (*GetFillInfoRequest) ValidateAll

func (m *GetFillInfoRequest) ValidateAll() error

ValidateAll checks the field values on GetFillInfoRequest 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 GetFillInfoRequestMultiError, or nil if none found.

type GetFillInfoRequestMultiError

type GetFillInfoRequestMultiError []error

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

func (GetFillInfoRequestMultiError) AllErrors

func (m GetFillInfoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFillInfoRequestMultiError) Error

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

type GetFillInfoRequestValidationError

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

GetFillInfoRequestValidationError is the validation error returned by GetFillInfoRequest.Validate if the designated constraints aren't met.

func (GetFillInfoRequestValidationError) Cause

Cause function returns cause value.

func (GetFillInfoRequestValidationError) Error

Error satisfies the builtin error interface

func (GetFillInfoRequestValidationError) ErrorName

ErrorName returns error name.

func (GetFillInfoRequestValidationError) Field

Field function returns field value.

func (GetFillInfoRequestValidationError) Key

Key function returns key value.

func (GetFillInfoRequestValidationError) Reason

Reason function returns reason value.

type GetImageCaptchaReply

type GetImageCaptchaReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Captcha string `protobuf:"bytes,2,opt,name=captcha,proto3" json:"captcha,omitempty"`
	Expire  uint32 `protobuf:"varint,3,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageCaptchaReply) Descriptor deprecated

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

Deprecated: Use GetImageCaptchaReply.ProtoReflect.Descriptor instead.

func (*GetImageCaptchaReply) GetCaptcha

func (x *GetImageCaptchaReply) GetCaptcha() string

func (*GetImageCaptchaReply) GetExpire

func (x *GetImageCaptchaReply) GetExpire() uint32

func (*GetImageCaptchaReply) GetUuid

func (x *GetImageCaptchaReply) GetUuid() string

func (*GetImageCaptchaReply) ProtoMessage

func (*GetImageCaptchaReply) ProtoMessage()

func (*GetImageCaptchaReply) ProtoReflect

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

func (*GetImageCaptchaReply) Reset

func (x *GetImageCaptchaReply) Reset()

func (*GetImageCaptchaReply) String

func (x *GetImageCaptchaReply) String() string

func (*GetImageCaptchaReply) Validate

func (m *GetImageCaptchaReply) Validate() error

Validate checks the field values on GetImageCaptchaReply 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 (*GetImageCaptchaReply) ValidateAll

func (m *GetImageCaptchaReply) ValidateAll() error

ValidateAll checks the field values on GetImageCaptchaReply 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 GetImageCaptchaReplyMultiError, or nil if none found.

type GetImageCaptchaReplyMultiError

type GetImageCaptchaReplyMultiError []error

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

func (GetImageCaptchaReplyMultiError) AllErrors

func (m GetImageCaptchaReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetImageCaptchaReplyMultiError) Error

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

type GetImageCaptchaReplyValidationError

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

GetImageCaptchaReplyValidationError is the validation error returned by GetImageCaptchaReply.Validate if the designated constraints aren't met.

func (GetImageCaptchaReplyValidationError) Cause

Cause function returns cause value.

func (GetImageCaptchaReplyValidationError) Error

Error satisfies the builtin error interface

func (GetImageCaptchaReplyValidationError) ErrorName

ErrorName returns error name.

func (GetImageCaptchaReplyValidationError) Field

Field function returns field value.

func (GetImageCaptchaReplyValidationError) Key

Key function returns key value.

func (GetImageCaptchaReplyValidationError) Reason

Reason function returns reason value.

type GetImageCaptchaRequest

type GetImageCaptchaRequest struct {
	Scene string `protobuf:"bytes,2,opt,name=scene,proto3" json:"scene,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageCaptchaRequest) Descriptor deprecated

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

Deprecated: Use GetImageCaptchaRequest.ProtoReflect.Descriptor instead.

func (*GetImageCaptchaRequest) GetScene

func (x *GetImageCaptchaRequest) GetScene() string

func (*GetImageCaptchaRequest) ProtoMessage

func (*GetImageCaptchaRequest) ProtoMessage()

func (*GetImageCaptchaRequest) ProtoReflect

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

func (*GetImageCaptchaRequest) Reset

func (x *GetImageCaptchaRequest) Reset()

func (*GetImageCaptchaRequest) String

func (x *GetImageCaptchaRequest) String() string

func (*GetImageCaptchaRequest) Validate

func (m *GetImageCaptchaRequest) Validate() error

Validate checks the field values on GetImageCaptchaRequest 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 (*GetImageCaptchaRequest) ValidateAll

func (m *GetImageCaptchaRequest) ValidateAll() error

ValidateAll checks the field values on GetImageCaptchaRequest 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 GetImageCaptchaRequestMultiError, or nil if none found.

type GetImageCaptchaRequestMultiError

type GetImageCaptchaRequestMultiError []error

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

func (GetImageCaptchaRequestMultiError) AllErrors

func (m GetImageCaptchaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetImageCaptchaRequestMultiError) Error

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

type GetImageCaptchaRequestValidationError

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

GetImageCaptchaRequestValidationError is the validation error returned by GetImageCaptchaRequest.Validate if the designated constraints aren't met.

func (GetImageCaptchaRequestValidationError) Cause

Cause function returns cause value.

func (GetImageCaptchaRequestValidationError) Error

Error satisfies the builtin error interface

func (GetImageCaptchaRequestValidationError) ErrorName

ErrorName returns error name.

func (GetImageCaptchaRequestValidationError) Field

Field function returns field value.

func (GetImageCaptchaRequestValidationError) Key

Key function returns key value.

func (GetImageCaptchaRequestValidationError) Reason

Reason function returns reason value.

type ListVisibleOAutherReply

type ListVisibleOAutherReply struct {
	List []*ListVisibleOAutherReply_OAuther `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVisibleOAutherReply) Descriptor deprecated

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

Deprecated: Use ListVisibleOAutherReply.ProtoReflect.Descriptor instead.

func (*ListVisibleOAutherReply) GetList

func (*ListVisibleOAutherReply) ProtoMessage

func (*ListVisibleOAutherReply) ProtoMessage()

func (*ListVisibleOAutherReply) ProtoReflect

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

func (*ListVisibleOAutherReply) Reset

func (x *ListVisibleOAutherReply) Reset()

func (*ListVisibleOAutherReply) String

func (x *ListVisibleOAutherReply) String() string

func (*ListVisibleOAutherReply) Validate

func (m *ListVisibleOAutherReply) Validate() error

Validate checks the field values on ListVisibleOAutherReply 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 (*ListVisibleOAutherReply) ValidateAll

func (m *ListVisibleOAutherReply) ValidateAll() error

ValidateAll checks the field values on ListVisibleOAutherReply 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 ListVisibleOAutherReplyMultiError, or nil if none found.

type ListVisibleOAutherReplyMultiError

type ListVisibleOAutherReplyMultiError []error

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

func (ListVisibleOAutherReplyMultiError) AllErrors

func (m ListVisibleOAutherReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListVisibleOAutherReplyMultiError) Error

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

type ListVisibleOAutherReplyValidationError

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

ListVisibleOAutherReplyValidationError is the validation error returned by ListVisibleOAutherReply.Validate if the designated constraints aren't met.

func (ListVisibleOAutherReplyValidationError) Cause

Cause function returns cause value.

func (ListVisibleOAutherReplyValidationError) Error

Error satisfies the builtin error interface

func (ListVisibleOAutherReplyValidationError) ErrorName

ErrorName returns error name.

func (ListVisibleOAutherReplyValidationError) Field

Field function returns field value.

func (ListVisibleOAutherReplyValidationError) Key

Key function returns key value.

func (ListVisibleOAutherReplyValidationError) Reason

Reason function returns reason value.

type ListVisibleOAutherReply_OAuther

type ListVisibleOAutherReply_OAuther struct {
	Id            uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Keyword       string `protobuf:"bytes,4,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Type          string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Recommend     bool   `protobuf:"varint,6,opt,name=recommend,proto3" json:"recommend,omitempty"`
	RecommendText string `protobuf:"bytes,7,opt,name=recommendText,proto3" json:"recommendText,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVisibleOAutherReply_OAuther) Descriptor deprecated

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

Deprecated: Use ListVisibleOAutherReply_OAuther.ProtoReflect.Descriptor instead.

func (*ListVisibleOAutherReply_OAuther) GetId

func (*ListVisibleOAutherReply_OAuther) GetKeyword

func (x *ListVisibleOAutherReply_OAuther) GetKeyword() string

func (*ListVisibleOAutherReply_OAuther) GetName

func (*ListVisibleOAutherReply_OAuther) GetRecommend

func (x *ListVisibleOAutherReply_OAuther) GetRecommend() bool

func (*ListVisibleOAutherReply_OAuther) GetRecommendText

func (x *ListVisibleOAutherReply_OAuther) GetRecommendText() string

func (*ListVisibleOAutherReply_OAuther) GetType

func (*ListVisibleOAutherReply_OAuther) ProtoMessage

func (*ListVisibleOAutherReply_OAuther) ProtoMessage()

func (*ListVisibleOAutherReply_OAuther) ProtoReflect

func (*ListVisibleOAutherReply_OAuther) Reset

func (*ListVisibleOAutherReply_OAuther) String

func (*ListVisibleOAutherReply_OAuther) Validate

func (m *ListVisibleOAutherReply_OAuther) Validate() error

Validate checks the field values on ListVisibleOAutherReply_OAuther 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 (*ListVisibleOAutherReply_OAuther) ValidateAll

func (m *ListVisibleOAutherReply_OAuther) ValidateAll() error

ValidateAll checks the field values on ListVisibleOAutherReply_OAuther 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 ListVisibleOAutherReply_OAutherMultiError, or nil if none found.

type ListVisibleOAutherReply_OAutherMultiError

type ListVisibleOAutherReply_OAutherMultiError []error

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

func (ListVisibleOAutherReply_OAutherMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListVisibleOAutherReply_OAutherMultiError) Error

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

type ListVisibleOAutherReply_OAutherValidationError

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

ListVisibleOAutherReply_OAutherValidationError is the validation error returned by ListVisibleOAutherReply_OAuther.Validate if the designated constraints aren't met.

func (ListVisibleOAutherReply_OAutherValidationError) Cause

Cause function returns cause value.

func (ListVisibleOAutherReply_OAutherValidationError) Error

Error satisfies the builtin error interface

func (ListVisibleOAutherReply_OAutherValidationError) ErrorName

ErrorName returns error name.

func (ListVisibleOAutherReply_OAutherValidationError) Field

Field function returns field value.

func (ListVisibleOAutherReply_OAutherValidationError) Key

Key function returns key value.

func (ListVisibleOAutherReply_OAutherValidationError) Reason

Reason function returns reason value.

type ListVisibleOAutherRequest

type ListVisibleOAutherRequest struct {
	App      string `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
	Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVisibleOAutherRequest) Descriptor deprecated

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

Deprecated: Use ListVisibleOAutherRequest.ProtoReflect.Descriptor instead.

func (*ListVisibleOAutherRequest) GetApp

func (x *ListVisibleOAutherRequest) GetApp() string

func (*ListVisibleOAutherRequest) GetPlatform

func (x *ListVisibleOAutherRequest) GetPlatform() string

func (*ListVisibleOAutherRequest) ProtoMessage

func (*ListVisibleOAutherRequest) ProtoMessage()

func (*ListVisibleOAutherRequest) ProtoReflect

func (*ListVisibleOAutherRequest) Reset

func (x *ListVisibleOAutherRequest) Reset()

func (*ListVisibleOAutherRequest) String

func (x *ListVisibleOAutherRequest) String() string

func (*ListVisibleOAutherRequest) Validate

func (m *ListVisibleOAutherRequest) Validate() error

Validate checks the field values on ListVisibleOAutherRequest 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 (*ListVisibleOAutherRequest) ValidateAll

func (m *ListVisibleOAutherRequest) ValidateAll() error

ValidateAll checks the field values on ListVisibleOAutherRequest 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 ListVisibleOAutherRequestMultiError, or nil if none found.

type ListVisibleOAutherRequestMultiError

type ListVisibleOAutherRequestMultiError []error

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

func (ListVisibleOAutherRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListVisibleOAutherRequestMultiError) Error

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

type ListVisibleOAutherRequestValidationError

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

ListVisibleOAutherRequestValidationError is the validation error returned by ListVisibleOAutherRequest.Validate if the designated constraints aren't met.

func (ListVisibleOAutherRequestValidationError) Cause

Cause function returns cause value.

func (ListVisibleOAutherRequestValidationError) Error

Error satisfies the builtin error interface

func (ListVisibleOAutherRequestValidationError) ErrorName

ErrorName returns error name.

func (ListVisibleOAutherRequestValidationError) Field

Field function returns field value.

func (ListVisibleOAutherRequestValidationError) Key

Key function returns key value.

func (ListVisibleOAutherRequestValidationError) Reason

Reason function returns reason value.

type LoginReply

type LoginReply struct {
	NeedInfo bool   `protobuf:"varint,1,opt,name=needInfo,proto3" json:"needInfo,omitempty"`
	Token    string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginReply) Descriptor deprecated

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

Deprecated: Use LoginReply.ProtoReflect.Descriptor instead.

func (*LoginReply) GetNeedInfo

func (x *LoginReply) GetNeedInfo() bool

func (*LoginReply) GetToken

func (x *LoginReply) GetToken() string

func (*LoginReply) ProtoMessage

func (*LoginReply) ProtoMessage()

func (*LoginReply) ProtoReflect

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

func (*LoginReply) Reset

func (x *LoginReply) Reset()

func (*LoginReply) String

func (x *LoginReply) String() string

func (*LoginReply) Validate

func (m *LoginReply) Validate() error

Validate checks the field values on LoginReply 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 (*LoginReply) ValidateAll

func (m *LoginReply) ValidateAll() error

ValidateAll checks the field values on LoginReply 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 LoginReplyMultiError, or nil if none found.

type LoginReplyMultiError

type LoginReplyMultiError []error

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

func (LoginReplyMultiError) AllErrors

func (m LoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginReplyMultiError) Error

func (m LoginReplyMultiError) Error() string

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

type LoginReplyValidationError

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

LoginReplyValidationError is the validation error returned by LoginReply.Validate if the designated constraints aren't met.

func (LoginReplyValidationError) Cause

func (e LoginReplyValidationError) Cause() error

Cause function returns cause value.

func (LoginReplyValidationError) Error

Error satisfies the builtin error interface

func (LoginReplyValidationError) ErrorName

func (e LoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LoginReplyValidationError) Field

Field function returns field value.

func (LoginReplyValidationError) Key

Key function returns key value.

func (LoginReplyValidationError) Reason

func (e LoginReplyValidationError) Reason() string

Reason function returns reason value.

type LoginRequest

type LoginRequest 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"`
	CaptchaId string `protobuf:"bytes,3,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	Captcha   string `protobuf:"bytes,4,opt,name=captcha,proto3" json:"captcha,omitempty"`
	App       string `protobuf:"bytes,6,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetApp

func (x *LoginRequest) GetApp() string

func (*LoginRequest) GetCaptcha

func (x *LoginRequest) GetCaptcha() string

func (*LoginRequest) GetCaptchaId

func (x *LoginRequest) GetCaptchaId() string

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername

func (x *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

func (*LoginRequest) Validate

func (m *LoginRequest) Validate() error

Validate checks the field values on LoginRequest 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 (*LoginRequest) ValidateAll

func (m *LoginRequest) ValidateAll() error

ValidateAll checks the field values on LoginRequest 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 LoginRequestMultiError, or nil if none found.

type LoginRequestMultiError

type LoginRequestMultiError []error

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

func (LoginRequestMultiError) AllErrors

func (m LoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginRequestMultiError) Error

func (m LoginRequestMultiError) Error() string

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

type LoginRequestValidationError

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

LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.

func (LoginRequestValidationError) Cause

Cause function returns cause value.

func (LoginRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginRequestValidationError) ErrorName

func (e LoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginRequestValidationError) Field

Field function returns field value.

func (LoginRequestValidationError) Key

Key function returns key value.

func (LoginRequestValidationError) Reason

Reason function returns reason value.

type OAutherBindReply

type OAutherBindReply struct {
	NeedRegister bool   `protobuf:"varint,1,opt,name=needRegister,proto3" json:"needRegister,omitempty"`
	NeedInfo     bool   `protobuf:"varint,2,opt,name=needInfo,proto3" json:"needInfo,omitempty"`
	Token        string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherBindReply) Descriptor deprecated

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

Deprecated: Use OAutherBindReply.ProtoReflect.Descriptor instead.

func (*OAutherBindReply) GetNeedInfo

func (x *OAutherBindReply) GetNeedInfo() bool

func (*OAutherBindReply) GetNeedRegister

func (x *OAutherBindReply) GetNeedRegister() bool

func (*OAutherBindReply) GetToken

func (x *OAutherBindReply) GetToken() string

func (*OAutherBindReply) ProtoMessage

func (*OAutherBindReply) ProtoMessage()

func (*OAutherBindReply) ProtoReflect

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

func (*OAutherBindReply) Reset

func (x *OAutherBindReply) Reset()

func (*OAutherBindReply) String

func (x *OAutherBindReply) String() string

func (*OAutherBindReply) Validate

func (m *OAutherBindReply) Validate() error

Validate checks the field values on OAutherBindReply 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 (*OAutherBindReply) ValidateAll

func (m *OAutherBindReply) ValidateAll() error

ValidateAll checks the field values on OAutherBindReply 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 OAutherBindReplyMultiError, or nil if none found.

type OAutherBindReplyMultiError

type OAutherBindReplyMultiError []error

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

func (OAutherBindReplyMultiError) AllErrors

func (m OAutherBindReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherBindReplyMultiError) Error

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

type OAutherBindReplyValidationError

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

OAutherBindReplyValidationError is the validation error returned by OAutherBindReply.Validate if the designated constraints aren't met.

func (OAutherBindReplyValidationError) Cause

Cause function returns cause value.

func (OAutherBindReplyValidationError) Error

Error satisfies the builtin error interface

func (OAutherBindReplyValidationError) ErrorName

ErrorName returns error name.

func (OAutherBindReplyValidationError) Field

Field function returns field value.

func (OAutherBindReplyValidationError) Key

Key function returns key value.

func (OAutherBindReplyValidationError) Reason

Reason function returns reason value.

type OAutherBindRequest

type OAutherBindRequest 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"`
	CaptchaId string `protobuf:"bytes,3,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	Captcha   string `protobuf:"bytes,4,opt,name=captcha,proto3" json:"captcha,omitempty"`
	Uuid      string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Register  bool   `protobuf:"varint,6,opt,name=register,proto3" json:"register,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherBindRequest) Descriptor deprecated

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

Deprecated: Use OAutherBindRequest.ProtoReflect.Descriptor instead.

func (*OAutherBindRequest) GetCaptcha

func (x *OAutherBindRequest) GetCaptcha() string

func (*OAutherBindRequest) GetCaptchaId

func (x *OAutherBindRequest) GetCaptchaId() string

func (*OAutherBindRequest) GetPassword

func (x *OAutherBindRequest) GetPassword() string

func (*OAutherBindRequest) GetRegister

func (x *OAutherBindRequest) GetRegister() bool

func (*OAutherBindRequest) GetUsername

func (x *OAutherBindRequest) GetUsername() string

func (*OAutherBindRequest) GetUuid

func (x *OAutherBindRequest) GetUuid() string

func (*OAutherBindRequest) ProtoMessage

func (*OAutherBindRequest) ProtoMessage()

func (*OAutherBindRequest) ProtoReflect

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

func (*OAutherBindRequest) Reset

func (x *OAutherBindRequest) Reset()

func (*OAutherBindRequest) String

func (x *OAutherBindRequest) String() string

func (*OAutherBindRequest) Validate

func (m *OAutherBindRequest) Validate() error

Validate checks the field values on OAutherBindRequest 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 (*OAutherBindRequest) ValidateAll

func (m *OAutherBindRequest) ValidateAll() error

ValidateAll checks the field values on OAutherBindRequest 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 OAutherBindRequestMultiError, or nil if none found.

type OAutherBindRequestMultiError

type OAutherBindRequestMultiError []error

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

func (OAutherBindRequestMultiError) AllErrors

func (m OAutherBindRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherBindRequestMultiError) Error

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

type OAutherBindRequestValidationError

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

OAutherBindRequestValidationError is the validation error returned by OAutherBindRequest.Validate if the designated constraints aren't met.

func (OAutherBindRequestValidationError) Cause

Cause function returns cause value.

func (OAutherBindRequestValidationError) Error

Error satisfies the builtin error interface

func (OAutherBindRequestValidationError) ErrorName

ErrorName returns error name.

func (OAutherBindRequestValidationError) Field

Field function returns field value.

func (OAutherBindRequestValidationError) Key

Key function returns key value.

func (OAutherBindRequestValidationError) Reason

Reason function returns reason value.

type OAutherHandleReply

type OAutherHandleReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Action  string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	Value   string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Tip     string `protobuf:"bytes,4,opt,name=tip,proto3" json:"tip,omitempty"`
	Keyword string `protobuf:"bytes,5,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherHandleReply) Descriptor deprecated

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

Deprecated: Use OAutherHandleReply.ProtoReflect.Descriptor instead.

func (*OAutherHandleReply) GetAction

func (x *OAutherHandleReply) GetAction() string

func (*OAutherHandleReply) GetKeyword

func (x *OAutherHandleReply) GetKeyword() string

func (*OAutherHandleReply) GetTip

func (x *OAutherHandleReply) GetTip() string

func (*OAutherHandleReply) GetUuid

func (x *OAutherHandleReply) GetUuid() string

func (*OAutherHandleReply) GetValue

func (x *OAutherHandleReply) GetValue() string

func (*OAutherHandleReply) ProtoMessage

func (*OAutherHandleReply) ProtoMessage()

func (*OAutherHandleReply) ProtoReflect

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

func (*OAutherHandleReply) Reset

func (x *OAutherHandleReply) Reset()

func (*OAutherHandleReply) String

func (x *OAutherHandleReply) String() string

func (*OAutherHandleReply) Validate

func (m *OAutherHandleReply) Validate() error

Validate checks the field values on OAutherHandleReply 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 (*OAutherHandleReply) ValidateAll

func (m *OAutherHandleReply) ValidateAll() error

ValidateAll checks the field values on OAutherHandleReply 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 OAutherHandleReplyMultiError, or nil if none found.

type OAutherHandleReplyMultiError

type OAutherHandleReplyMultiError []error

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

func (OAutherHandleReplyMultiError) AllErrors

func (m OAutherHandleReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherHandleReplyMultiError) Error

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

type OAutherHandleReplyValidationError

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

OAutherHandleReplyValidationError is the validation error returned by OAutherHandleReply.Validate if the designated constraints aren't met.

func (OAutherHandleReplyValidationError) Cause

Cause function returns cause value.

func (OAutherHandleReplyValidationError) Error

Error satisfies the builtin error interface

func (OAutherHandleReplyValidationError) ErrorName

ErrorName returns error name.

func (OAutherHandleReplyValidationError) Field

Field function returns field value.

func (OAutherHandleReplyValidationError) Key

Key function returns key value.

func (OAutherHandleReplyValidationError) Reason

Reason function returns reason value.

type OAutherHandleRequest

type OAutherHandleRequest struct {
	App      string `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
	Keyword  string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Platform string `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
	Account  string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherHandleRequest) Descriptor deprecated

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

Deprecated: Use OAutherHandleRequest.ProtoReflect.Descriptor instead.

func (*OAutherHandleRequest) GetAccount

func (x *OAutherHandleRequest) GetAccount() string

func (*OAutherHandleRequest) GetApp

func (x *OAutherHandleRequest) GetApp() string

func (*OAutherHandleRequest) GetKeyword

func (x *OAutherHandleRequest) GetKeyword() string

func (*OAutherHandleRequest) GetPlatform

func (x *OAutherHandleRequest) GetPlatform() string

func (*OAutherHandleRequest) ProtoMessage

func (*OAutherHandleRequest) ProtoMessage()

func (*OAutherHandleRequest) ProtoReflect

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

func (*OAutherHandleRequest) Reset

func (x *OAutherHandleRequest) Reset()

func (*OAutherHandleRequest) String

func (x *OAutherHandleRequest) String() string

func (*OAutherHandleRequest) Validate

func (m *OAutherHandleRequest) Validate() error

Validate checks the field values on OAutherHandleRequest 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 (*OAutherHandleRequest) ValidateAll

func (m *OAutherHandleRequest) ValidateAll() error

ValidateAll checks the field values on OAutherHandleRequest 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 OAutherHandleRequestMultiError, or nil if none found.

type OAutherHandleRequestMultiError

type OAutherHandleRequestMultiError []error

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

func (OAutherHandleRequestMultiError) AllErrors

func (m OAutherHandleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherHandleRequestMultiError) Error

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

type OAutherHandleRequestValidationError

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

OAutherHandleRequestValidationError is the validation error returned by OAutherHandleRequest.Validate if the designated constraints aren't met.

func (OAutherHandleRequestValidationError) Cause

Cause function returns cause value.

func (OAutherHandleRequestValidationError) Error

Error satisfies the builtin error interface

func (OAutherHandleRequestValidationError) ErrorName

ErrorName returns error name.

func (OAutherHandleRequestValidationError) Field

Field function returns field value.

func (OAutherHandleRequestValidationError) Key

Key function returns key value.

func (OAutherHandleRequestValidationError) Reason

Reason function returns reason value.

type OAutherLoginReply

type OAutherLoginReply struct {
	NeedBind bool    `protobuf:"varint,1,opt,name=needBind,proto3" json:"needBind,omitempty"`
	NeedInfo bool    `protobuf:"varint,2,opt,name=needInfo,proto3" json:"needInfo,omitempty"`
	Token    *string `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherLoginReply) Descriptor deprecated

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

Deprecated: Use OAutherLoginReply.ProtoReflect.Descriptor instead.

func (*OAutherLoginReply) GetNeedBind

func (x *OAutherLoginReply) GetNeedBind() bool

func (*OAutherLoginReply) GetNeedInfo

func (x *OAutherLoginReply) GetNeedInfo() bool

func (*OAutherLoginReply) GetToken

func (x *OAutherLoginReply) GetToken() string

func (*OAutherLoginReply) ProtoMessage

func (*OAutherLoginReply) ProtoMessage()

func (*OAutherLoginReply) ProtoReflect

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

func (*OAutherLoginReply) Reset

func (x *OAutherLoginReply) Reset()

func (*OAutherLoginReply) String

func (x *OAutherLoginReply) String() string

func (*OAutherLoginReply) Validate

func (m *OAutherLoginReply) Validate() error

Validate checks the field values on OAutherLoginReply 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 (*OAutherLoginReply) ValidateAll

func (m *OAutherLoginReply) ValidateAll() error

ValidateAll checks the field values on OAutherLoginReply 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 OAutherLoginReplyMultiError, or nil if none found.

type OAutherLoginReplyMultiError

type OAutherLoginReplyMultiError []error

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

func (OAutherLoginReplyMultiError) AllErrors

func (m OAutherLoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherLoginReplyMultiError) Error

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

type OAutherLoginReplyValidationError

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

OAutherLoginReplyValidationError is the validation error returned by OAutherLoginReply.Validate if the designated constraints aren't met.

func (OAutherLoginReplyValidationError) Cause

Cause function returns cause value.

func (OAutherLoginReplyValidationError) Error

Error satisfies the builtin error interface

func (OAutherLoginReplyValidationError) ErrorName

ErrorName returns error name.

func (OAutherLoginReplyValidationError) Field

Field function returns field value.

func (OAutherLoginReplyValidationError) Key

Key function returns key value.

func (OAutherLoginReplyValidationError) Reason

Reason function returns reason value.

type OAutherLoginRequest

type OAutherLoginRequest struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
	Code    string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherLoginRequest) Descriptor deprecated

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

Deprecated: Use OAutherLoginRequest.ProtoReflect.Descriptor instead.

func (*OAutherLoginRequest) GetAccount

func (x *OAutherLoginRequest) GetAccount() string

func (*OAutherLoginRequest) GetCode

func (x *OAutherLoginRequest) GetCode() string

func (*OAutherLoginRequest) GetUuid

func (x *OAutherLoginRequest) GetUuid() string

func (*OAutherLoginRequest) ProtoMessage

func (*OAutherLoginRequest) ProtoMessage()

func (*OAutherLoginRequest) ProtoReflect

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

func (*OAutherLoginRequest) Reset

func (x *OAutherLoginRequest) Reset()

func (*OAutherLoginRequest) String

func (x *OAutherLoginRequest) String() string

func (*OAutherLoginRequest) Validate

func (m *OAutherLoginRequest) Validate() error

Validate checks the field values on OAutherLoginRequest 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 (*OAutherLoginRequest) ValidateAll

func (m *OAutherLoginRequest) ValidateAll() error

ValidateAll checks the field values on OAutherLoginRequest 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 OAutherLoginRequestMultiError, or nil if none found.

type OAutherLoginRequestMultiError

type OAutherLoginRequestMultiError []error

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

func (OAutherLoginRequestMultiError) AllErrors

func (m OAutherLoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherLoginRequestMultiError) Error

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

type OAutherLoginRequestValidationError

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

OAutherLoginRequestValidationError is the validation error returned by OAutherLoginRequest.Validate if the designated constraints aren't met.

func (OAutherLoginRequestValidationError) Cause

Cause function returns cause value.

func (OAutherLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (OAutherLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (OAutherLoginRequestValidationError) Field

Field function returns field value.

func (OAutherLoginRequestValidationError) Key

Key function returns key value.

func (OAutherLoginRequestValidationError) Reason

Reason function returns reason value.

type OAutherReportReply

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

func (*OAutherReportReply) Descriptor deprecated

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

Deprecated: Use OAutherReportReply.ProtoReflect.Descriptor instead.

func (*OAutherReportReply) ProtoMessage

func (*OAutherReportReply) ProtoMessage()

func (*OAutherReportReply) ProtoReflect

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

func (*OAutherReportReply) Reset

func (x *OAutherReportReply) Reset()

func (*OAutherReportReply) String

func (x *OAutherReportReply) String() string

func (*OAutherReportReply) Validate

func (m *OAutherReportReply) Validate() error

Validate checks the field values on OAutherReportReply 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 (*OAutherReportReply) ValidateAll

func (m *OAutherReportReply) ValidateAll() error

ValidateAll checks the field values on OAutherReportReply 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 OAutherReportReplyMultiError, or nil if none found.

type OAutherReportReplyMultiError

type OAutherReportReplyMultiError []error

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

func (OAutherReportReplyMultiError) AllErrors

func (m OAutherReportReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherReportReplyMultiError) Error

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

type OAutherReportReplyValidationError

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

OAutherReportReplyValidationError is the validation error returned by OAutherReportReply.Validate if the designated constraints aren't met.

func (OAutherReportReplyValidationError) Cause

Cause function returns cause value.

func (OAutherReportReplyValidationError) Error

Error satisfies the builtin error interface

func (OAutherReportReplyValidationError) ErrorName

ErrorName returns error name.

func (OAutherReportReplyValidationError) Field

Field function returns field value.

func (OAutherReportReplyValidationError) Key

Key function returns key value.

func (OAutherReportReplyValidationError) Reason

Reason function returns reason value.

type OAutherReportRequest

type OAutherReportRequest struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*OAutherReportRequest) Descriptor deprecated

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

Deprecated: Use OAutherReportRequest.ProtoReflect.Descriptor instead.

func (*OAutherReportRequest) GetCode

func (x *OAutherReportRequest) GetCode() string

func (*OAutherReportRequest) GetUuid

func (x *OAutherReportRequest) GetUuid() string

func (*OAutherReportRequest) ProtoMessage

func (*OAutherReportRequest) ProtoMessage()

func (*OAutherReportRequest) ProtoReflect

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

func (*OAutherReportRequest) Reset

func (x *OAutherReportRequest) Reset()

func (*OAutherReportRequest) String

func (x *OAutherReportRequest) String() string

func (*OAutherReportRequest) Validate

func (m *OAutherReportRequest) Validate() error

Validate checks the field values on OAutherReportRequest 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 (*OAutherReportRequest) ValidateAll

func (m *OAutherReportRequest) ValidateAll() error

ValidateAll checks the field values on OAutherReportRequest 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 OAutherReportRequestMultiError, or nil if none found.

type OAutherReportRequestMultiError

type OAutherReportRequestMultiError []error

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

func (OAutherReportRequestMultiError) AllErrors

func (m OAutherReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAutherReportRequestMultiError) Error

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

type OAutherReportRequestValidationError

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

OAutherReportRequestValidationError is the validation error returned by OAutherReportRequest.Validate if the designated constraints aren't met.

func (OAutherReportRequestValidationError) Cause

Cause function returns cause value.

func (OAutherReportRequestValidationError) Error

Error satisfies the builtin error interface

func (OAutherReportRequestValidationError) ErrorName

ErrorName returns error name.

func (OAutherReportRequestValidationError) Field

Field function returns field value.

func (OAutherReportRequestValidationError) Key

Key function returns key value.

func (OAutherReportRequestValidationError) Reason

Reason function returns reason value.

type ParseTokenReply

type ParseTokenReply struct {
	UserId   uint32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	DeptId   uint32 `protobuf:"varint,2,opt,name=deptId,proto3" json:"deptId,omitempty"`
	Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseTokenReply) Descriptor deprecated

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

Deprecated: Use ParseTokenReply.ProtoReflect.Descriptor instead.

func (*ParseTokenReply) GetDeptId

func (x *ParseTokenReply) GetDeptId() uint32

func (*ParseTokenReply) GetUserId

func (x *ParseTokenReply) GetUserId() uint32

func (*ParseTokenReply) GetUsername

func (x *ParseTokenReply) GetUsername() string

func (*ParseTokenReply) ProtoMessage

func (*ParseTokenReply) ProtoMessage()

func (*ParseTokenReply) ProtoReflect

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

func (*ParseTokenReply) Reset

func (x *ParseTokenReply) Reset()

func (*ParseTokenReply) String

func (x *ParseTokenReply) String() string

func (*ParseTokenReply) Validate

func (m *ParseTokenReply) Validate() error

Validate checks the field values on ParseTokenReply 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 (*ParseTokenReply) ValidateAll

func (m *ParseTokenReply) ValidateAll() error

ValidateAll checks the field values on ParseTokenReply 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 ParseTokenReplyMultiError, or nil if none found.

type ParseTokenReplyMultiError

type ParseTokenReplyMultiError []error

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

func (ParseTokenReplyMultiError) AllErrors

func (m ParseTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTokenReplyMultiError) Error

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

type ParseTokenReplyValidationError

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

ParseTokenReplyValidationError is the validation error returned by ParseTokenReply.Validate if the designated constraints aren't met.

func (ParseTokenReplyValidationError) Cause

Cause function returns cause value.

func (ParseTokenReplyValidationError) Error

Error satisfies the builtin error interface

func (ParseTokenReplyValidationError) ErrorName

func (e ParseTokenReplyValidationError) ErrorName() string

ErrorName returns error name.

func (ParseTokenReplyValidationError) Field

Field function returns field value.

func (ParseTokenReplyValidationError) Key

Key function returns key value.

func (ParseTokenReplyValidationError) Reason

Reason function returns reason value.

type ParseTokenRequest

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

func (*ParseTokenRequest) Descriptor deprecated

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

Deprecated: Use ParseTokenRequest.ProtoReflect.Descriptor instead.

func (*ParseTokenRequest) ProtoMessage

func (*ParseTokenRequest) ProtoMessage()

func (*ParseTokenRequest) ProtoReflect

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

func (*ParseTokenRequest) Reset

func (x *ParseTokenRequest) Reset()

func (*ParseTokenRequest) String

func (x *ParseTokenRequest) String() string

func (*ParseTokenRequest) Validate

func (m *ParseTokenRequest) Validate() error

Validate checks the field values on ParseTokenRequest 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 (*ParseTokenRequest) ValidateAll

func (m *ParseTokenRequest) ValidateAll() error

ValidateAll checks the field values on ParseTokenRequest 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 ParseTokenRequestMultiError, or nil if none found.

type ParseTokenRequestMultiError

type ParseTokenRequestMultiError []error

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

func (ParseTokenRequestMultiError) AllErrors

func (m ParseTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseTokenRequestMultiError) Error

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

type ParseTokenRequestValidationError

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

ParseTokenRequestValidationError is the validation error returned by ParseTokenRequest.Validate if the designated constraints aren't met.

func (ParseTokenRequestValidationError) Cause

Cause function returns cause value.

func (ParseTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (ParseTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (ParseTokenRequestValidationError) Field

Field function returns field value.

func (ParseTokenRequestValidationError) Key

Key function returns key value.

func (ParseTokenRequestValidationError) Reason

Reason function returns reason value.

type RefreshTokenReply

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

func (*RefreshTokenReply) Descriptor deprecated

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

Deprecated: Use RefreshTokenReply.ProtoReflect.Descriptor instead.

func (*RefreshTokenReply) GetNeedInfo

func (x *RefreshTokenReply) GetNeedInfo() bool

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 RegisterReply

type RegisterReply struct {
	NeedInfo bool   `protobuf:"varint,1,opt,name=needInfo,proto3" json:"needInfo,omitempty"`
	Token    string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterReply) Descriptor deprecated

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

Deprecated: Use RegisterReply.ProtoReflect.Descriptor instead.

func (*RegisterReply) GetNeedInfo

func (x *RegisterReply) GetNeedInfo() bool

func (*RegisterReply) GetToken

func (x *RegisterReply) GetToken() string

func (*RegisterReply) ProtoMessage

func (*RegisterReply) ProtoMessage()

func (*RegisterReply) ProtoReflect

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

func (*RegisterReply) Reset

func (x *RegisterReply) Reset()

func (*RegisterReply) String

func (x *RegisterReply) String() string

func (*RegisterReply) Validate

func (m *RegisterReply) Validate() error

Validate checks the field values on RegisterReply 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 (*RegisterReply) ValidateAll

func (m *RegisterReply) ValidateAll() error

ValidateAll checks the field values on RegisterReply 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 RegisterReplyMultiError, or nil if none found.

type RegisterReplyMultiError

type RegisterReplyMultiError []error

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

func (RegisterReplyMultiError) AllErrors

func (m RegisterReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterReplyMultiError) Error

func (m RegisterReplyMultiError) Error() string

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

type RegisterReplyValidationError

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

RegisterReplyValidationError is the validation error returned by RegisterReply.Validate if the designated constraints aren't met.

func (RegisterReplyValidationError) Cause

Cause function returns cause value.

func (RegisterReplyValidationError) Error

Error satisfies the builtin error interface

func (RegisterReplyValidationError) ErrorName

func (e RegisterReplyValidationError) ErrorName() string

ErrorName returns error name.

func (RegisterReplyValidationError) Field

Field function returns field value.

func (RegisterReplyValidationError) Key

Key function returns key value.

func (RegisterReplyValidationError) Reason

Reason function returns reason value.

type RegisterRequest

type RegisterRequest 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"`
	CaptchaId string `protobuf:"bytes,3,opt,name=captchaId,proto3" json:"captchaId,omitempty"`
	Captcha   string `protobuf:"bytes,4,opt,name=captcha,proto3" json:"captcha,omitempty"`
	App       string `protobuf:"bytes,6,opt,name=app,proto3" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterRequest) Descriptor deprecated

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

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetApp

func (x *RegisterRequest) GetApp() string

func (*RegisterRequest) GetCaptcha

func (x *RegisterRequest) GetCaptcha() string

func (*RegisterRequest) GetCaptchaId

func (x *RegisterRequest) GetCaptchaId() string

func (*RegisterRequest) GetPassword

func (x *RegisterRequest) GetPassword() string

func (*RegisterRequest) GetUsername

func (x *RegisterRequest) GetUsername() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

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

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

func (*RegisterRequest) Validate

func (m *RegisterRequest) Validate() error

Validate checks the field values on RegisterRequest 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 (*RegisterRequest) ValidateAll

func (m *RegisterRequest) ValidateAll() error

ValidateAll checks the field values on RegisterRequest 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 RegisterRequestMultiError, or nil if none found.

type RegisterRequestMultiError

type RegisterRequestMultiError []error

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

func (RegisterRequestMultiError) AllErrors

func (m RegisterRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterRequestMultiError) Error

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

type RegisterRequestValidationError

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

RegisterRequestValidationError is the validation error returned by RegisterRequest.Validate if the designated constraints aren't met.

func (RegisterRequestValidationError) Cause

Cause function returns cause value.

func (RegisterRequestValidationError) Error

Error satisfies the builtin error interface

func (RegisterRequestValidationError) ErrorName

func (e RegisterRequestValidationError) ErrorName() string

ErrorName returns error name.

func (RegisterRequestValidationError) Field

Field function returns field value.

func (RegisterRequestValidationError) Key

Key function returns key value.

func (RegisterRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedAuthorizeServer

type UnimplementedAuthorizeServer struct {
}

UnimplementedAuthorizeServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthorizeServer) CheckAuth

func (UnimplementedAuthorizeServer) FillInfo

func (UnimplementedAuthorizeServer) GetFillInfo

func (UnimplementedAuthorizeServer) GetImageCaptcha

func (UnimplementedAuthorizeServer) ListVisibleOAuther

func (UnimplementedAuthorizeServer) Login

func (UnimplementedAuthorizeServer) Logout

func (UnimplementedAuthorizeServer) OAutherBind

func (UnimplementedAuthorizeServer) OAutherHandle

func (UnimplementedAuthorizeServer) OAutherLogin

func (UnimplementedAuthorizeServer) OAutherReport

func (UnimplementedAuthorizeServer) ParseToken

func (UnimplementedAuthorizeServer) RefreshToken

func (UnimplementedAuthorizeServer) Register

type UnsafeAuthorizeServer

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

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

Jump to

Keyboard shortcuts

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