Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAuthorizeHTTPServer(s *http.Server, srv AuthorizeHTTPServer)
- func RegisterAuthorizeServer(s grpc.ServiceRegistrar, srv AuthorizeServer)
- type AuthorizeClient
- type AuthorizeHTTPClient
- type AuthorizeHTTPClientImpl
- func (c *AuthorizeHTTPClientImpl) CheckAuth(ctx context.Context, in *CheckAuthRequest, opts ...http.CallOption) (*CheckAuthReply, error)
- func (c *AuthorizeHTTPClientImpl) FillInfo(ctx context.Context, in *FillInfoRequest, opts ...http.CallOption) (*FillInfoReply, error)
- func (c *AuthorizeHTTPClientImpl) GetFillInfo(ctx context.Context, in *GetFillInfoRequest, opts ...http.CallOption) (*GetFillInfoReply, error)
- func (c *AuthorizeHTTPClientImpl) GetImageCaptcha(ctx context.Context, in *GetImageCaptchaRequest, opts ...http.CallOption) (*GetImageCaptchaReply, error)
- func (c *AuthorizeHTTPClientImpl) ListOAuther(ctx context.Context, in *ListOAutherRequest, opts ...http.CallOption) (*ListOAutherReply, error)
- func (c *AuthorizeHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
- func (c *AuthorizeHTTPClientImpl) OAutherBind(ctx context.Context, in *OAutherBindRequest, opts ...http.CallOption) (*OAutherBindReply, error)
- func (c *AuthorizeHTTPClientImpl) OAutherHandle(ctx context.Context, in *OAutherHandleRequest, opts ...http.CallOption) (*OAutherHandleReply, error)
- func (c *AuthorizeHTTPClientImpl) OAutherLogin(ctx context.Context, in *OAutherLoginRequest, opts ...http.CallOption) (*OAutherLoginReply, error)
- func (c *AuthorizeHTTPClientImpl) OAutherReport(ctx context.Context, in *OAutherReportRequest, opts ...http.CallOption) (*OAutherReportReply, error)
- func (c *AuthorizeHTTPClientImpl) ParseToken(ctx context.Context, in *ParseTokenRequest, opts ...http.CallOption) (*ParseTokenReply, error)
- func (c *AuthorizeHTTPClientImpl) Register(ctx context.Context, in *RegisterRequest, opts ...http.CallOption) (*RegisterReply, error)
- type AuthorizeHTTPServer
- type AuthorizeServer
- type CheckAuthReply
- func (*CheckAuthReply) Descriptor() ([]byte, []int)deprecated
- func (x *CheckAuthReply) GetDeptId() uint32
- func (x *CheckAuthReply) GetTenantId() uint32
- func (x *CheckAuthReply) GetUserId() uint32
- func (*CheckAuthReply) ProtoMessage()
- func (x *CheckAuthReply) ProtoReflect() protoreflect.Message
- func (x *CheckAuthReply) Reset()
- func (x *CheckAuthReply) String() string
- func (m *CheckAuthReply) Validate() error
- func (m *CheckAuthReply) ValidateAll() error
- type CheckAuthReplyMultiError
- type CheckAuthReplyValidationError
- func (e CheckAuthReplyValidationError) Cause() error
- func (e CheckAuthReplyValidationError) Error() string
- func (e CheckAuthReplyValidationError) ErrorName() string
- func (e CheckAuthReplyValidationError) Field() string
- func (e CheckAuthReplyValidationError) Key() bool
- func (e CheckAuthReplyValidationError) Reason() string
- type CheckAuthRequest
- func (*CheckAuthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckAuthRequest) GetMethod() string
- func (x *CheckAuthRequest) GetPath() string
- func (*CheckAuthRequest) ProtoMessage()
- func (x *CheckAuthRequest) ProtoReflect() protoreflect.Message
- func (x *CheckAuthRequest) Reset()
- func (x *CheckAuthRequest) String() string
- func (m *CheckAuthRequest) Validate() error
- func (m *CheckAuthRequest) ValidateAll() error
- type CheckAuthRequestMultiError
- type CheckAuthRequestValidationError
- func (e CheckAuthRequestValidationError) Cause() error
- func (e CheckAuthRequestValidationError) Error() string
- func (e CheckAuthRequestValidationError) ErrorName() string
- func (e CheckAuthRequestValidationError) Field() string
- func (e CheckAuthRequestValidationError) Key() bool
- func (e CheckAuthRequestValidationError) Reason() string
- type FillInfoReply
- func (*FillInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *FillInfoReply) GetToken() string
- func (*FillInfoReply) ProtoMessage()
- func (x *FillInfoReply) ProtoReflect() protoreflect.Message
- func (x *FillInfoReply) Reset()
- func (x *FillInfoReply) String() string
- func (m *FillInfoReply) Validate() error
- func (m *FillInfoReply) ValidateAll() error
- type FillInfoReplyMultiError
- type FillInfoReplyValidationError
- func (e FillInfoReplyValidationError) Cause() error
- func (e FillInfoReplyValidationError) Error() string
- func (e FillInfoReplyValidationError) ErrorName() string
- func (e FillInfoReplyValidationError) Field() string
- func (e FillInfoReplyValidationError) Key() bool
- func (e FillInfoReplyValidationError) Reason() string
- type FillInfoRequest
- func (*FillInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FillInfoRequest) GetInfos() map[string]*structpb.Value
- func (x *FillInfoRequest) GetUuid() string
- func (*FillInfoRequest) ProtoMessage()
- func (x *FillInfoRequest) ProtoReflect() protoreflect.Message
- func (x *FillInfoRequest) Reset()
- func (x *FillInfoRequest) String() string
- func (m *FillInfoRequest) Validate() error
- func (m *FillInfoRequest) ValidateAll() error
- type FillInfoRequestMultiError
- type FillInfoRequestValidationError
- func (e FillInfoRequestValidationError) Cause() error
- func (e FillInfoRequestValidationError) Error() string
- func (e FillInfoRequestValidationError) ErrorName() string
- func (e FillInfoRequestValidationError) Field() string
- func (e FillInfoRequestValidationError) Key() bool
- func (e FillInfoRequestValidationError) Reason() string
- type GetFillInfoReply
- func (*GetFillInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFillInfoReply) GetList() []*GetFillInfoReply_Field
- func (*GetFillInfoReply) ProtoMessage()
- func (x *GetFillInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetFillInfoReply) Reset()
- func (x *GetFillInfoReply) String() string
- func (m *GetFillInfoReply) Validate() error
- func (m *GetFillInfoReply) ValidateAll() error
- type GetFillInfoReplyMultiError
- type GetFillInfoReplyValidationError
- func (e GetFillInfoReplyValidationError) Cause() error
- func (e GetFillInfoReplyValidationError) Error() string
- func (e GetFillInfoReplyValidationError) ErrorName() string
- func (e GetFillInfoReplyValidationError) Field() string
- func (e GetFillInfoReplyValidationError) Key() bool
- func (e GetFillInfoReplyValidationError) Reason() string
- type GetFillInfoReply_Field
- func (*GetFillInfoReply_Field) Descriptor() ([]byte, []int)deprecated
- func (x *GetFillInfoReply_Field) GetKeyword() string
- func (x *GetFillInfoReply_Field) GetName() string
- func (x *GetFillInfoReply_Field) GetType() string
- func (x *GetFillInfoReply_Field) GetValue() *structpb.Value
- func (*GetFillInfoReply_Field) ProtoMessage()
- func (x *GetFillInfoReply_Field) ProtoReflect() protoreflect.Message
- func (x *GetFillInfoReply_Field) Reset()
- func (x *GetFillInfoReply_Field) String() string
- func (m *GetFillInfoReply_Field) Validate() error
- func (m *GetFillInfoReply_Field) ValidateAll() error
- type GetFillInfoReply_FieldMultiError
- type GetFillInfoReply_FieldValidationError
- func (e GetFillInfoReply_FieldValidationError) Cause() error
- func (e GetFillInfoReply_FieldValidationError) Error() string
- func (e GetFillInfoReply_FieldValidationError) ErrorName() string
- func (e GetFillInfoReply_FieldValidationError) Field() string
- func (e GetFillInfoReply_FieldValidationError) Key() bool
- func (e GetFillInfoReply_FieldValidationError) Reason() string
- type GetFillInfoRequest
- func (*GetFillInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFillInfoRequest) GetUuid() string
- func (*GetFillInfoRequest) ProtoMessage()
- func (x *GetFillInfoRequest) ProtoReflect() protoreflect.Message
- func (x *GetFillInfoRequest) Reset()
- func (x *GetFillInfoRequest) String() string
- func (m *GetFillInfoRequest) Validate() error
- func (m *GetFillInfoRequest) ValidateAll() error
- type GetFillInfoRequestMultiError
- type GetFillInfoRequestValidationError
- func (e GetFillInfoRequestValidationError) Cause() error
- func (e GetFillInfoRequestValidationError) Error() string
- func (e GetFillInfoRequestValidationError) ErrorName() string
- func (e GetFillInfoRequestValidationError) Field() string
- func (e GetFillInfoRequestValidationError) Key() bool
- func (e GetFillInfoRequestValidationError) Reason() string
- type GetImageCaptchaReply
- func (*GetImageCaptchaReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetImageCaptchaReply) GetCaptcha() string
- func (x *GetImageCaptchaReply) GetExpire() uint32
- func (x *GetImageCaptchaReply) GetUuid() string
- func (*GetImageCaptchaReply) ProtoMessage()
- func (x *GetImageCaptchaReply) ProtoReflect() protoreflect.Message
- func (x *GetImageCaptchaReply) Reset()
- func (x *GetImageCaptchaReply) String() string
- func (m *GetImageCaptchaReply) Validate() error
- func (m *GetImageCaptchaReply) ValidateAll() error
- type GetImageCaptchaReplyMultiError
- type GetImageCaptchaReplyValidationError
- func (e GetImageCaptchaReplyValidationError) Cause() error
- func (e GetImageCaptchaReplyValidationError) Error() string
- func (e GetImageCaptchaReplyValidationError) ErrorName() string
- func (e GetImageCaptchaReplyValidationError) Field() string
- func (e GetImageCaptchaReplyValidationError) Key() bool
- func (e GetImageCaptchaReplyValidationError) Reason() string
- type GetImageCaptchaRequest
- func (*GetImageCaptchaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetImageCaptchaRequest) GetScene() string
- func (*GetImageCaptchaRequest) ProtoMessage()
- func (x *GetImageCaptchaRequest) ProtoReflect() protoreflect.Message
- func (x *GetImageCaptchaRequest) Reset()
- func (x *GetImageCaptchaRequest) String() string
- func (m *GetImageCaptchaRequest) Validate() error
- func (m *GetImageCaptchaRequest) ValidateAll() error
- type GetImageCaptchaRequestMultiError
- type GetImageCaptchaRequestValidationError
- func (e GetImageCaptchaRequestValidationError) Cause() error
- func (e GetImageCaptchaRequestValidationError) Error() string
- func (e GetImageCaptchaRequestValidationError) ErrorName() string
- func (e GetImageCaptchaRequestValidationError) Field() string
- func (e GetImageCaptchaRequestValidationError) Key() bool
- func (e GetImageCaptchaRequestValidationError) Reason() string
- type ListOAutherReply
- func (*ListOAutherReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListOAutherReply) GetList() []*ListOAutherReply_OAuther
- func (*ListOAutherReply) ProtoMessage()
- func (x *ListOAutherReply) ProtoReflect() protoreflect.Message
- func (x *ListOAutherReply) Reset()
- func (x *ListOAutherReply) String() string
- func (m *ListOAutherReply) Validate() error
- func (m *ListOAutherReply) ValidateAll() error
- type ListOAutherReplyMultiError
- type ListOAutherReplyValidationError
- func (e ListOAutherReplyValidationError) Cause() error
- func (e ListOAutherReplyValidationError) Error() string
- func (e ListOAutherReplyValidationError) ErrorName() string
- func (e ListOAutherReplyValidationError) Field() string
- func (e ListOAutherReplyValidationError) Key() bool
- func (e ListOAutherReplyValidationError) Reason() string
- type ListOAutherReply_OAuther
- func (*ListOAutherReply_OAuther) Descriptor() ([]byte, []int)deprecated
- func (x *ListOAutherReply_OAuther) GetId() uint32
- func (x *ListOAutherReply_OAuther) GetKeyword() string
- func (x *ListOAutherReply_OAuther) GetLogo() string
- func (x *ListOAutherReply_OAuther) GetName() string
- func (x *ListOAutherReply_OAuther) GetType() string
- func (*ListOAutherReply_OAuther) ProtoMessage()
- func (x *ListOAutherReply_OAuther) ProtoReflect() protoreflect.Message
- func (x *ListOAutherReply_OAuther) Reset()
- func (x *ListOAutherReply_OAuther) String() string
- func (m *ListOAutherReply_OAuther) Validate() error
- func (m *ListOAutherReply_OAuther) ValidateAll() error
- type ListOAutherReply_OAutherMultiError
- type ListOAutherReply_OAutherValidationError
- func (e ListOAutherReply_OAutherValidationError) Cause() error
- func (e ListOAutherReply_OAutherValidationError) Error() string
- func (e ListOAutherReply_OAutherValidationError) ErrorName() string
- func (e ListOAutherReply_OAutherValidationError) Field() string
- func (e ListOAutherReply_OAutherValidationError) Key() bool
- func (e ListOAutherReply_OAutherValidationError) Reason() string
- type ListOAutherRequest
- func (*ListOAutherRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOAutherRequest) GetApp() string
- func (x *ListOAutherRequest) GetTenant() string
- func (*ListOAutherRequest) ProtoMessage()
- func (x *ListOAutherRequest) ProtoReflect() protoreflect.Message
- func (x *ListOAutherRequest) Reset()
- func (x *ListOAutherRequest) String() string
- func (m *ListOAutherRequest) Validate() error
- func (m *ListOAutherRequest) ValidateAll() error
- type ListOAutherRequestMultiError
- type ListOAutherRequestValidationError
- func (e ListOAutherRequestValidationError) Cause() error
- func (e ListOAutherRequestValidationError) Error() string
- func (e ListOAutherRequestValidationError) ErrorName() string
- func (e ListOAutherRequestValidationError) Field() string
- func (e ListOAutherRequestValidationError) Key() bool
- func (e ListOAutherRequestValidationError) Reason() string
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)deprecated
- func (x *LoginReply) GetNeedInfo() bool
- func (x *LoginReply) GetToken() string
- func (*LoginReply) ProtoMessage()
- func (x *LoginReply) ProtoReflect() protoreflect.Message
- func (x *LoginReply) Reset()
- func (x *LoginReply) String() string
- func (m *LoginReply) Validate() error
- func (m *LoginReply) ValidateAll() error
- type LoginReplyMultiError
- type LoginReplyValidationError
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginRequest) GetApp() string
- func (x *LoginRequest) GetCaptcha() string
- func (x *LoginRequest) GetCaptchaId() string
- func (x *LoginRequest) GetPassword() string
- func (x *LoginRequest) GetTenant() string
- func (x *LoginRequest) GetUsername() string
- func (*LoginRequest) ProtoMessage()
- func (x *LoginRequest) ProtoReflect() protoreflect.Message
- func (x *LoginRequest) Reset()
- func (x *LoginRequest) String() string
- func (m *LoginRequest) Validate() error
- func (m *LoginRequest) ValidateAll() error
- type LoginRequestMultiError
- type LoginRequestValidationError
- func (e LoginRequestValidationError) Cause() error
- func (e LoginRequestValidationError) Error() string
- func (e LoginRequestValidationError) ErrorName() string
- func (e LoginRequestValidationError) Field() string
- func (e LoginRequestValidationError) Key() bool
- func (e LoginRequestValidationError) Reason() string
- type OAutherBindReply
- func (*OAutherBindReply) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherBindReply) GetNeedInfo() bool
- func (x *OAutherBindReply) GetNeedRegister() bool
- func (x *OAutherBindReply) GetToken() string
- func (*OAutherBindReply) ProtoMessage()
- func (x *OAutherBindReply) ProtoReflect() protoreflect.Message
- func (x *OAutherBindReply) Reset()
- func (x *OAutherBindReply) String() string
- func (m *OAutherBindReply) Validate() error
- func (m *OAutherBindReply) ValidateAll() error
- type OAutherBindReplyMultiError
- type OAutherBindReplyValidationError
- func (e OAutherBindReplyValidationError) Cause() error
- func (e OAutherBindReplyValidationError) Error() string
- func (e OAutherBindReplyValidationError) ErrorName() string
- func (e OAutherBindReplyValidationError) Field() string
- func (e OAutherBindReplyValidationError) Key() bool
- func (e OAutherBindReplyValidationError) Reason() string
- type OAutherBindRequest
- func (*OAutherBindRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherBindRequest) GetCaptcha() string
- func (x *OAutherBindRequest) GetCaptchaId() string
- func (x *OAutherBindRequest) GetPassword() string
- func (x *OAutherBindRequest) GetRegister() bool
- func (x *OAutherBindRequest) GetUsername() string
- func (x *OAutherBindRequest) GetUuid() string
- func (*OAutherBindRequest) ProtoMessage()
- func (x *OAutherBindRequest) ProtoReflect() protoreflect.Message
- func (x *OAutherBindRequest) Reset()
- func (x *OAutherBindRequest) String() string
- func (m *OAutherBindRequest) Validate() error
- func (m *OAutherBindRequest) ValidateAll() error
- type OAutherBindRequestMultiError
- type OAutherBindRequestValidationError
- func (e OAutherBindRequestValidationError) Cause() error
- func (e OAutherBindRequestValidationError) Error() string
- func (e OAutherBindRequestValidationError) ErrorName() string
- func (e OAutherBindRequestValidationError) Field() string
- func (e OAutherBindRequestValidationError) Key() bool
- func (e OAutherBindRequestValidationError) Reason() string
- type OAutherHandleReply
- func (*OAutherHandleReply) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherHandleReply) GetAction() string
- func (x *OAutherHandleReply) GetKeyword() string
- func (x *OAutherHandleReply) GetTip() string
- func (x *OAutherHandleReply) GetUuid() string
- func (x *OAutherHandleReply) GetValue() string
- func (*OAutherHandleReply) ProtoMessage()
- func (x *OAutherHandleReply) ProtoReflect() protoreflect.Message
- func (x *OAutherHandleReply) Reset()
- func (x *OAutherHandleReply) String() string
- func (m *OAutherHandleReply) Validate() error
- func (m *OAutherHandleReply) ValidateAll() error
- type OAutherHandleReplyMultiError
- type OAutherHandleReplyValidationError
- func (e OAutherHandleReplyValidationError) Cause() error
- func (e OAutherHandleReplyValidationError) Error() string
- func (e OAutherHandleReplyValidationError) ErrorName() string
- func (e OAutherHandleReplyValidationError) Field() string
- func (e OAutherHandleReplyValidationError) Key() bool
- func (e OAutherHandleReplyValidationError) Reason() string
- type OAutherHandleRequest
- func (*OAutherHandleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherHandleRequest) GetAccount() string
- func (x *OAutherHandleRequest) GetApp() string
- func (x *OAutherHandleRequest) GetKeyword() string
- func (x *OAutherHandleRequest) GetTenant() string
- func (*OAutherHandleRequest) ProtoMessage()
- func (x *OAutherHandleRequest) ProtoReflect() protoreflect.Message
- func (x *OAutherHandleRequest) Reset()
- func (x *OAutherHandleRequest) String() string
- func (m *OAutherHandleRequest) Validate() error
- func (m *OAutherHandleRequest) ValidateAll() error
- type OAutherHandleRequestMultiError
- type OAutherHandleRequestValidationError
- func (e OAutherHandleRequestValidationError) Cause() error
- func (e OAutherHandleRequestValidationError) Error() string
- func (e OAutherHandleRequestValidationError) ErrorName() string
- func (e OAutherHandleRequestValidationError) Field() string
- func (e OAutherHandleRequestValidationError) Key() bool
- func (e OAutherHandleRequestValidationError) Reason() string
- type OAutherLoginReply
- func (*OAutherLoginReply) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherLoginReply) GetNeedBind() bool
- func (x *OAutherLoginReply) GetNeedInfo() bool
- func (x *OAutherLoginReply) GetToken() string
- func (*OAutherLoginReply) ProtoMessage()
- func (x *OAutherLoginReply) ProtoReflect() protoreflect.Message
- func (x *OAutherLoginReply) Reset()
- func (x *OAutherLoginReply) String() string
- func (m *OAutherLoginReply) Validate() error
- func (m *OAutherLoginReply) ValidateAll() error
- type OAutherLoginReplyMultiError
- type OAutherLoginReplyValidationError
- func (e OAutherLoginReplyValidationError) Cause() error
- func (e OAutherLoginReplyValidationError) Error() string
- func (e OAutherLoginReplyValidationError) ErrorName() string
- func (e OAutherLoginReplyValidationError) Field() string
- func (e OAutherLoginReplyValidationError) Key() bool
- func (e OAutherLoginReplyValidationError) Reason() string
- type OAutherLoginRequest
- func (*OAutherLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherLoginRequest) GetAccount() string
- func (x *OAutherLoginRequest) GetCode() string
- func (x *OAutherLoginRequest) GetUuid() string
- func (*OAutherLoginRequest) ProtoMessage()
- func (x *OAutherLoginRequest) ProtoReflect() protoreflect.Message
- func (x *OAutherLoginRequest) Reset()
- func (x *OAutherLoginRequest) String() string
- func (m *OAutherLoginRequest) Validate() error
- func (m *OAutherLoginRequest) ValidateAll() error
- type OAutherLoginRequestMultiError
- type OAutherLoginRequestValidationError
- func (e OAutherLoginRequestValidationError) Cause() error
- func (e OAutherLoginRequestValidationError) Error() string
- func (e OAutherLoginRequestValidationError) ErrorName() string
- func (e OAutherLoginRequestValidationError) Field() string
- func (e OAutherLoginRequestValidationError) Key() bool
- func (e OAutherLoginRequestValidationError) Reason() string
- type OAutherReportReply
- func (*OAutherReportReply) Descriptor() ([]byte, []int)deprecated
- func (*OAutherReportReply) ProtoMessage()
- func (x *OAutherReportReply) ProtoReflect() protoreflect.Message
- func (x *OAutherReportReply) Reset()
- func (x *OAutherReportReply) String() string
- func (m *OAutherReportReply) Validate() error
- func (m *OAutherReportReply) ValidateAll() error
- type OAutherReportReplyMultiError
- type OAutherReportReplyValidationError
- func (e OAutherReportReplyValidationError) Cause() error
- func (e OAutherReportReplyValidationError) Error() string
- func (e OAutherReportReplyValidationError) ErrorName() string
- func (e OAutherReportReplyValidationError) Field() string
- func (e OAutherReportReplyValidationError) Key() bool
- func (e OAutherReportReplyValidationError) Reason() string
- type OAutherReportRequest
- func (*OAutherReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OAutherReportRequest) GetCode() string
- func (x *OAutherReportRequest) GetUuid() string
- func (*OAutherReportRequest) ProtoMessage()
- func (x *OAutherReportRequest) ProtoReflect() protoreflect.Message
- func (x *OAutherReportRequest) Reset()
- func (x *OAutherReportRequest) String() string
- func (m *OAutherReportRequest) Validate() error
- func (m *OAutherReportRequest) ValidateAll() error
- type OAutherReportRequestMultiError
- type OAutherReportRequestValidationError
- func (e OAutherReportRequestValidationError) Cause() error
- func (e OAutherReportRequestValidationError) Error() string
- func (e OAutherReportRequestValidationError) ErrorName() string
- func (e OAutherReportRequestValidationError) Field() string
- func (e OAutherReportRequestValidationError) Key() bool
- func (e OAutherReportRequestValidationError) Reason() string
- type ParseTokenReply
- func (*ParseTokenReply) Descriptor() ([]byte, []int)deprecated
- func (x *ParseTokenReply) GetDeptId() uint32
- func (x *ParseTokenReply) GetTenantId() uint32
- func (x *ParseTokenReply) GetUserId() uint32
- func (x *ParseTokenReply) GetUsername() string
- func (*ParseTokenReply) ProtoMessage()
- func (x *ParseTokenReply) ProtoReflect() protoreflect.Message
- func (x *ParseTokenReply) Reset()
- func (x *ParseTokenReply) String() string
- func (m *ParseTokenReply) Validate() error
- func (m *ParseTokenReply) ValidateAll() error
- type ParseTokenReplyMultiError
- type ParseTokenReplyValidationError
- func (e ParseTokenReplyValidationError) Cause() error
- func (e ParseTokenReplyValidationError) Error() string
- func (e ParseTokenReplyValidationError) ErrorName() string
- func (e ParseTokenReplyValidationError) Field() string
- func (e ParseTokenReplyValidationError) Key() bool
- func (e ParseTokenReplyValidationError) Reason() string
- type ParseTokenRequest
- func (*ParseTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (*ParseTokenRequest) ProtoMessage()
- func (x *ParseTokenRequest) ProtoReflect() protoreflect.Message
- func (x *ParseTokenRequest) Reset()
- func (x *ParseTokenRequest) String() string
- func (m *ParseTokenRequest) Validate() error
- func (m *ParseTokenRequest) ValidateAll() error
- type ParseTokenRequestMultiError
- type ParseTokenRequestValidationError
- func (e ParseTokenRequestValidationError) Cause() error
- func (e ParseTokenRequestValidationError) Error() string
- func (e ParseTokenRequestValidationError) ErrorName() string
- func (e ParseTokenRequestValidationError) Field() string
- func (e ParseTokenRequestValidationError) Key() bool
- func (e ParseTokenRequestValidationError) Reason() string
- type RegisterReply
- func (*RegisterReply) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterReply) GetNeedInfo() bool
- func (x *RegisterReply) GetToken() string
- func (*RegisterReply) ProtoMessage()
- func (x *RegisterReply) ProtoReflect() protoreflect.Message
- func (x *RegisterReply) Reset()
- func (x *RegisterReply) String() string
- func (m *RegisterReply) Validate() error
- func (m *RegisterReply) ValidateAll() error
- type RegisterReplyMultiError
- type RegisterReplyValidationError
- func (e RegisterReplyValidationError) Cause() error
- func (e RegisterReplyValidationError) Error() string
- func (e RegisterReplyValidationError) ErrorName() string
- func (e RegisterReplyValidationError) Field() string
- func (e RegisterReplyValidationError) Key() bool
- func (e RegisterReplyValidationError) Reason() string
- type RegisterRequest
- func (*RegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterRequest) GetApp() string
- func (x *RegisterRequest) GetCaptcha() string
- func (x *RegisterRequest) GetCaptchaId() string
- func (x *RegisterRequest) GetPassword() string
- func (x *RegisterRequest) GetTenant() string
- func (x *RegisterRequest) GetUsername() string
- func (*RegisterRequest) ProtoMessage()
- func (x *RegisterRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterRequest) Reset()
- func (x *RegisterRequest) String() string
- func (m *RegisterRequest) Validate() error
- func (m *RegisterRequest) ValidateAll() error
- type RegisterRequestMultiError
- type RegisterRequestValidationError
- func (e RegisterRequestValidationError) Cause() error
- func (e RegisterRequestValidationError) Error() string
- func (e RegisterRequestValidationError) ErrorName() string
- func (e RegisterRequestValidationError) Field() string
- func (e RegisterRequestValidationError) Key() bool
- func (e RegisterRequestValidationError) Reason() string
- type UnimplementedAuthorizeServer
- func (UnimplementedAuthorizeServer) CheckAuth(context.Context, *CheckAuthRequest) (*CheckAuthReply, error)
- func (UnimplementedAuthorizeServer) FillInfo(context.Context, *FillInfoRequest) (*FillInfoReply, error)
- func (UnimplementedAuthorizeServer) GetFillInfo(context.Context, *GetFillInfoRequest) (*GetFillInfoReply, error)
- func (UnimplementedAuthorizeServer) GetImageCaptcha(context.Context, *GetImageCaptchaRequest) (*GetImageCaptchaReply, error)
- func (UnimplementedAuthorizeServer) ListOAuther(context.Context, *ListOAutherRequest) (*ListOAutherReply, error)
- func (UnimplementedAuthorizeServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
- func (UnimplementedAuthorizeServer) OAutherBind(context.Context, *OAutherBindRequest) (*OAutherBindReply, error)
- func (UnimplementedAuthorizeServer) OAutherHandle(context.Context, *OAutherHandleRequest) (*OAutherHandleReply, error)
- func (UnimplementedAuthorizeServer) OAutherLogin(context.Context, *OAutherLoginRequest) (*OAutherLoginReply, error)
- func (UnimplementedAuthorizeServer) OAutherReport(context.Context, *OAutherReportRequest) (*OAutherReportReply, error)
- func (UnimplementedAuthorizeServer) ParseToken(context.Context, *ParseTokenRequest) (*ParseTokenReply, error)
- func (UnimplementedAuthorizeServer) Register(context.Context, *RegisterRequest) (*RegisterReply, error)
- type UnsafeAuthorizeServer
Constants ¶
const ( Authorize_ListOAuther_FullMethodName = "/manager.api.authorize.Authorize/ListOAuther" 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_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" )
const ( OperationAuthorizeCheckAuth = "/manager.api.authorize.Authorize/CheckAuth" OperationAuthorizeFillInfo = "/manager.api.authorize.Authorize/FillInfo" OperationAuthorizeGetFillInfo = "/manager.api.authorize.Authorize/GetFillInfo" OperationAuthorizeGetImageCaptcha = "/manager.api.authorize.Authorize/GetImageCaptcha" OperationAuthorizeListOAuther = "/manager.api.authorize.Authorize/ListOAuther" OperationAuthorizeLogin = "/manager.api.authorize.Authorize/Login" OperationAuthorizeOAutherBind = "/manager.api.authorize.Authorize/OAutherBind" OperationAuthorizeOAutherHandle = "/manager.api.authorize.Authorize/OAutherHandle" OperationAuthorizeOAutherLogin = "/manager.api.authorize.Authorize/OAutherLogin" OperationAuthorizeOAutherReport = "/manager.api.authorize.Authorize/OAutherReport" OperationAuthorizeParseToken = "/manager.api.authorize.Authorize/ParseToken" OperationAuthorizeRegister = "/manager.api.authorize.Authorize/Register" )
Variables ¶
var Authorize_ServiceDesc = grpc.ServiceDesc{ ServiceName: "manager.api.authorize.Authorize", HandlerType: (*AuthorizeServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListOAuther", Handler: _Authorize_ListOAuther_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: "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)
Functions ¶
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 获取登陆渠道信息
ListOAuther(ctx context.Context, in *ListOAutherRequest, opts ...grpc.CallOption) (*ListOAutherReply, 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)
// 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)
ListOAuther(ctx context.Context, req *ListOAutherRequest, opts ...http.CallOption) (rsp *ListOAutherReply, err error)
Login(ctx context.Context, req *LoginRequest, opts ...http.CallOption) (rsp *LoginReply, 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)
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 (c *AuthorizeHTTPClientImpl) CheckAuth(ctx context.Context, in *CheckAuthRequest, opts ...http.CallOption) (*CheckAuthReply, error)
func (*AuthorizeHTTPClientImpl) FillInfo ¶
func (c *AuthorizeHTTPClientImpl) FillInfo(ctx context.Context, in *FillInfoRequest, opts ...http.CallOption) (*FillInfoReply, error)
func (*AuthorizeHTTPClientImpl) GetFillInfo ¶
func (c *AuthorizeHTTPClientImpl) GetFillInfo(ctx context.Context, in *GetFillInfoRequest, opts ...http.CallOption) (*GetFillInfoReply, error)
func (*AuthorizeHTTPClientImpl) GetImageCaptcha ¶
func (c *AuthorizeHTTPClientImpl) GetImageCaptcha(ctx context.Context, in *GetImageCaptchaRequest, opts ...http.CallOption) (*GetImageCaptchaReply, error)
func (*AuthorizeHTTPClientImpl) ListOAuther ¶
func (c *AuthorizeHTTPClientImpl) ListOAuther(ctx context.Context, in *ListOAutherRequest, opts ...http.CallOption) (*ListOAutherReply, error)
func (*AuthorizeHTTPClientImpl) Login ¶
func (c *AuthorizeHTTPClientImpl) Login(ctx context.Context, in *LoginRequest, opts ...http.CallOption) (*LoginReply, error)
func (*AuthorizeHTTPClientImpl) OAutherBind ¶
func (c *AuthorizeHTTPClientImpl) OAutherBind(ctx context.Context, in *OAutherBindRequest, opts ...http.CallOption) (*OAutherBindReply, error)
func (*AuthorizeHTTPClientImpl) OAutherHandle ¶
func (c *AuthorizeHTTPClientImpl) OAutherHandle(ctx context.Context, in *OAutherHandleRequest, opts ...http.CallOption) (*OAutherHandleReply, error)
func (*AuthorizeHTTPClientImpl) OAutherLogin ¶
func (c *AuthorizeHTTPClientImpl) OAutherLogin(ctx context.Context, in *OAutherLoginRequest, opts ...http.CallOption) (*OAutherLoginReply, error)
func (*AuthorizeHTTPClientImpl) OAutherReport ¶
func (c *AuthorizeHTTPClientImpl) OAutherReport(ctx context.Context, in *OAutherReportRequest, opts ...http.CallOption) (*OAutherReportReply, error)
func (*AuthorizeHTTPClientImpl) ParseToken ¶
func (c *AuthorizeHTTPClientImpl) ParseToken(ctx context.Context, in *ParseTokenRequest, opts ...http.CallOption) (*ParseTokenReply, error)
func (*AuthorizeHTTPClientImpl) Register ¶
func (c *AuthorizeHTTPClientImpl) Register(ctx context.Context, in *RegisterRequest, opts ...http.CallOption) (*RegisterReply, error)
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)
// ListOAuther ListOAuther 获取登陆渠道信息
ListOAuther(context.Context, *ListOAutherRequest) (*ListOAutherReply, error)
// Login Login 密码登陆
Login(context.Context, *LoginRequest) (*LoginReply, 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)
// Register Register 注册
Register(context.Context, *RegisterRequest) (*RegisterReply, error)
}
type AuthorizeServer ¶
type AuthorizeServer interface {
// ListOAuther 获取登陆渠道信息
ListOAuther(context.Context, *ListOAutherRequest) (*ListOAutherReply, 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)
// 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 {
TenantId uint32 `protobuf:"varint,1,opt,name=tenantId,proto3" json:"tenantId,omitempty"`
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 (*CheckAuthReply) Descriptor
deprecated
func (*CheckAuthReply) Descriptor() ([]byte, []int)
Deprecated: Use CheckAuthReply.ProtoReflect.Descriptor instead.
func (*CheckAuthReply) GetDeptId ¶
func (x *CheckAuthReply) GetDeptId() uint32
func (*CheckAuthReply) GetTenantId ¶
func (x *CheckAuthReply) GetTenantId() 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 ¶
func (e CheckAuthReplyValidationError) Cause() error
Cause function returns cause value.
func (CheckAuthReplyValidationError) Error ¶
func (e CheckAuthReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CheckAuthReplyValidationError) ErrorName ¶
func (e CheckAuthReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CheckAuthReplyValidationError) Field ¶
func (e CheckAuthReplyValidationError) Field() string
Field function returns field value.
func (CheckAuthReplyValidationError) Key ¶
func (e CheckAuthReplyValidationError) Key() bool
Key function returns key value.
func (CheckAuthReplyValidationError) Reason ¶
func (e CheckAuthReplyValidationError) Reason() string
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 ¶
func (m CheckAuthRequestMultiError) Error() string
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 ¶
func (e CheckAuthRequestValidationError) Cause() error
Cause function returns cause value.
func (CheckAuthRequestValidationError) Error ¶
func (e CheckAuthRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CheckAuthRequestValidationError) ErrorName ¶
func (e CheckAuthRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CheckAuthRequestValidationError) Field ¶
func (e CheckAuthRequestValidationError) Field() string
Field function returns field value.
func (CheckAuthRequestValidationError) Key ¶
func (e CheckAuthRequestValidationError) Key() bool
Key function returns key value.
func (CheckAuthRequestValidationError) Reason ¶
func (e CheckAuthRequestValidationError) Reason() string
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 ¶
func (e FillInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (FillInfoReplyValidationError) Error ¶
func (e FillInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (FillInfoReplyValidationError) ErrorName ¶
func (e FillInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (FillInfoReplyValidationError) Field ¶
func (e FillInfoReplyValidationError) Field() string
Field function returns field value.
func (FillInfoReplyValidationError) Key ¶
func (e FillInfoReplyValidationError) Key() bool
Key function returns key value.
func (FillInfoReplyValidationError) Reason ¶
func (e FillInfoReplyValidationError) Reason() string
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) 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 ¶
func (m FillInfoRequestMultiError) Error() string
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 ¶
func (e FillInfoRequestValidationError) Cause() error
Cause function returns cause value.
func (FillInfoRequestValidationError) Error ¶
func (e FillInfoRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FillInfoRequestValidationError) ErrorName ¶
func (e FillInfoRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FillInfoRequestValidationError) Field ¶
func (e FillInfoRequestValidationError) Field() string
Field function returns field value.
func (FillInfoRequestValidationError) Key ¶
func (e FillInfoRequestValidationError) Key() bool
Key function returns key value.
func (FillInfoRequestValidationError) Reason ¶
func (e FillInfoRequestValidationError) Reason() string
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 ¶
func (m GetFillInfoReplyMultiError) Error() string
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 ¶
func (e GetFillInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFillInfoReplyValidationError) Error ¶
func (e GetFillInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFillInfoReplyValidationError) ErrorName ¶
func (e GetFillInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFillInfoReplyValidationError) Field ¶
func (e GetFillInfoReplyValidationError) Field() string
Field function returns field value.
func (GetFillInfoReplyValidationError) Key ¶
func (e GetFillInfoReplyValidationError) Key() bool
Key function returns key value.
func (GetFillInfoReplyValidationError) Reason ¶
func (e GetFillInfoReplyValidationError) Reason() string
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 ¶
func (m GetFillInfoReply_FieldMultiError) Error() string
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 ¶
func (e GetFillInfoReply_FieldValidationError) Cause() error
Cause function returns cause value.
func (GetFillInfoReply_FieldValidationError) Error ¶
func (e GetFillInfoReply_FieldValidationError) Error() string
Error satisfies the builtin error interface
func (GetFillInfoReply_FieldValidationError) ErrorName ¶
func (e GetFillInfoReply_FieldValidationError) ErrorName() string
ErrorName returns error name.
func (GetFillInfoReply_FieldValidationError) Field ¶
func (e GetFillInfoReply_FieldValidationError) Field() string
Field function returns field value.
func (GetFillInfoReply_FieldValidationError) Key ¶
func (e GetFillInfoReply_FieldValidationError) Key() bool
Key function returns key value.
func (GetFillInfoReply_FieldValidationError) Reason ¶
func (e GetFillInfoReply_FieldValidationError) Reason() string
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 ¶
func (m GetFillInfoRequestMultiError) Error() string
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 ¶
func (e GetFillInfoRequestValidationError) Cause() error
Cause function returns cause value.
func (GetFillInfoRequestValidationError) Error ¶
func (e GetFillInfoRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetFillInfoRequestValidationError) ErrorName ¶
func (e GetFillInfoRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetFillInfoRequestValidationError) Field ¶
func (e GetFillInfoRequestValidationError) Field() string
Field function returns field value.
func (GetFillInfoRequestValidationError) Key ¶
func (e GetFillInfoRequestValidationError) Key() bool
Key function returns key value.
func (GetFillInfoRequestValidationError) Reason ¶
func (e GetFillInfoRequestValidationError) Reason() string
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 ¶
func (m GetImageCaptchaReplyMultiError) Error() string
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 ¶
func (e GetImageCaptchaReplyValidationError) Cause() error
Cause function returns cause value.
func (GetImageCaptchaReplyValidationError) Error ¶
func (e GetImageCaptchaReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetImageCaptchaReplyValidationError) ErrorName ¶
func (e GetImageCaptchaReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetImageCaptchaReplyValidationError) Field ¶
func (e GetImageCaptchaReplyValidationError) Field() string
Field function returns field value.
func (GetImageCaptchaReplyValidationError) Key ¶
func (e GetImageCaptchaReplyValidationError) Key() bool
Key function returns key value.
func (GetImageCaptchaReplyValidationError) Reason ¶
func (e GetImageCaptchaReplyValidationError) Reason() string
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 ¶
func (m GetImageCaptchaRequestMultiError) Error() string
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 ¶
func (e GetImageCaptchaRequestValidationError) Cause() error
Cause function returns cause value.
func (GetImageCaptchaRequestValidationError) Error ¶
func (e GetImageCaptchaRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetImageCaptchaRequestValidationError) ErrorName ¶
func (e GetImageCaptchaRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetImageCaptchaRequestValidationError) Field ¶
func (e GetImageCaptchaRequestValidationError) Field() string
Field function returns field value.
func (GetImageCaptchaRequestValidationError) Key ¶
func (e GetImageCaptchaRequestValidationError) Key() bool
Key function returns key value.
func (GetImageCaptchaRequestValidationError) Reason ¶
func (e GetImageCaptchaRequestValidationError) Reason() string
Reason function returns reason value.
type ListOAutherReply ¶
type ListOAutherReply struct {
List []*ListOAutherReply_OAuther `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
// contains filtered or unexported fields
}
func (*ListOAutherReply) Descriptor
deprecated
func (*ListOAutherReply) Descriptor() ([]byte, []int)
Deprecated: Use ListOAutherReply.ProtoReflect.Descriptor instead.
func (*ListOAutherReply) GetList ¶
func (x *ListOAutherReply) GetList() []*ListOAutherReply_OAuther
func (*ListOAutherReply) ProtoMessage ¶
func (*ListOAutherReply) ProtoMessage()
func (*ListOAutherReply) ProtoReflect ¶
func (x *ListOAutherReply) ProtoReflect() protoreflect.Message
func (*ListOAutherReply) Reset ¶
func (x *ListOAutherReply) Reset()
func (*ListOAutherReply) String ¶
func (x *ListOAutherReply) String() string
func (*ListOAutherReply) Validate ¶
func (m *ListOAutherReply) Validate() error
Validate checks the field values on ListOAutherReply 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 (*ListOAutherReply) ValidateAll ¶
func (m *ListOAutherReply) ValidateAll() error
ValidateAll checks the field values on ListOAutherReply 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 ListOAutherReplyMultiError, or nil if none found.
type ListOAutherReplyMultiError ¶
type ListOAutherReplyMultiError []error
ListOAutherReplyMultiError is an error wrapping multiple validation errors returned by ListOAutherReply.ValidateAll() if the designated constraints aren't met.
func (ListOAutherReplyMultiError) AllErrors ¶
func (m ListOAutherReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOAutherReplyMultiError) Error ¶
func (m ListOAutherReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOAutherReplyValidationError ¶
type ListOAutherReplyValidationError struct {
// contains filtered or unexported fields
}
ListOAutherReplyValidationError is the validation error returned by ListOAutherReply.Validate if the designated constraints aren't met.
func (ListOAutherReplyValidationError) Cause ¶
func (e ListOAutherReplyValidationError) Cause() error
Cause function returns cause value.
func (ListOAutherReplyValidationError) Error ¶
func (e ListOAutherReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListOAutherReplyValidationError) ErrorName ¶
func (e ListOAutherReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListOAutherReplyValidationError) Field ¶
func (e ListOAutherReplyValidationError) Field() string
Field function returns field value.
func (ListOAutherReplyValidationError) Key ¶
func (e ListOAutherReplyValidationError) Key() bool
Key function returns key value.
func (ListOAutherReplyValidationError) Reason ¶
func (e ListOAutherReplyValidationError) Reason() string
Reason function returns reason value.
type ListOAutherReply_OAuther ¶
type ListOAutherReply_OAuther struct {
Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Logo string `protobuf:"bytes,2,opt,name=logo,proto3" json:"logo,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"`
// contains filtered or unexported fields
}
func (*ListOAutherReply_OAuther) Descriptor
deprecated
func (*ListOAutherReply_OAuther) Descriptor() ([]byte, []int)
Deprecated: Use ListOAutherReply_OAuther.ProtoReflect.Descriptor instead.
func (*ListOAutherReply_OAuther) GetId ¶
func (x *ListOAutherReply_OAuther) GetId() uint32
func (*ListOAutherReply_OAuther) GetKeyword ¶
func (x *ListOAutherReply_OAuther) GetKeyword() string
func (*ListOAutherReply_OAuther) GetLogo ¶
func (x *ListOAutherReply_OAuther) GetLogo() string
func (*ListOAutherReply_OAuther) GetName ¶
func (x *ListOAutherReply_OAuther) GetName() string
func (*ListOAutherReply_OAuther) GetType ¶
func (x *ListOAutherReply_OAuther) GetType() string
func (*ListOAutherReply_OAuther) ProtoMessage ¶
func (*ListOAutherReply_OAuther) ProtoMessage()
func (*ListOAutherReply_OAuther) ProtoReflect ¶
func (x *ListOAutherReply_OAuther) ProtoReflect() protoreflect.Message
func (*ListOAutherReply_OAuther) Reset ¶
func (x *ListOAutherReply_OAuther) Reset()
func (*ListOAutherReply_OAuther) String ¶
func (x *ListOAutherReply_OAuther) String() string
func (*ListOAutherReply_OAuther) Validate ¶
func (m *ListOAutherReply_OAuther) Validate() error
Validate checks the field values on ListOAutherReply_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 (*ListOAutherReply_OAuther) ValidateAll ¶
func (m *ListOAutherReply_OAuther) ValidateAll() error
ValidateAll checks the field values on ListOAutherReply_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 ListOAutherReply_OAutherMultiError, or nil if none found.
type ListOAutherReply_OAutherMultiError ¶
type ListOAutherReply_OAutherMultiError []error
ListOAutherReply_OAutherMultiError is an error wrapping multiple validation errors returned by ListOAutherReply_OAuther.ValidateAll() if the designated constraints aren't met.
func (ListOAutherReply_OAutherMultiError) AllErrors ¶
func (m ListOAutherReply_OAutherMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOAutherReply_OAutherMultiError) Error ¶
func (m ListOAutherReply_OAutherMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOAutherReply_OAutherValidationError ¶
type ListOAutherReply_OAutherValidationError struct {
// contains filtered or unexported fields
}
ListOAutherReply_OAutherValidationError is the validation error returned by ListOAutherReply_OAuther.Validate if the designated constraints aren't met.
func (ListOAutherReply_OAutherValidationError) Cause ¶
func (e ListOAutherReply_OAutherValidationError) Cause() error
Cause function returns cause value.
func (ListOAutherReply_OAutherValidationError) Error ¶
func (e ListOAutherReply_OAutherValidationError) Error() string
Error satisfies the builtin error interface
func (ListOAutherReply_OAutherValidationError) ErrorName ¶
func (e ListOAutherReply_OAutherValidationError) ErrorName() string
ErrorName returns error name.
func (ListOAutherReply_OAutherValidationError) Field ¶
func (e ListOAutherReply_OAutherValidationError) Field() string
Field function returns field value.
func (ListOAutherReply_OAutherValidationError) Key ¶
func (e ListOAutherReply_OAutherValidationError) Key() bool
Key function returns key value.
func (ListOAutherReply_OAutherValidationError) Reason ¶
func (e ListOAutherReply_OAutherValidationError) Reason() string
Reason function returns reason value.
type ListOAutherRequest ¶
type ListOAutherRequest struct {
App string `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*ListOAutherRequest) Descriptor
deprecated
func (*ListOAutherRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOAutherRequest.ProtoReflect.Descriptor instead.
func (*ListOAutherRequest) GetApp ¶
func (x *ListOAutherRequest) GetApp() string
func (*ListOAutherRequest) GetTenant ¶
func (x *ListOAutherRequest) GetTenant() string
func (*ListOAutherRequest) ProtoMessage ¶
func (*ListOAutherRequest) ProtoMessage()
func (*ListOAutherRequest) ProtoReflect ¶
func (x *ListOAutherRequest) ProtoReflect() protoreflect.Message
func (*ListOAutherRequest) Reset ¶
func (x *ListOAutherRequest) Reset()
func (*ListOAutherRequest) String ¶
func (x *ListOAutherRequest) String() string
func (*ListOAutherRequest) Validate ¶
func (m *ListOAutherRequest) Validate() error
Validate checks the field values on ListOAutherRequest 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 (*ListOAutherRequest) ValidateAll ¶
func (m *ListOAutherRequest) ValidateAll() error
ValidateAll checks the field values on ListOAutherRequest 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 ListOAutherRequestMultiError, or nil if none found.
type ListOAutherRequestMultiError ¶
type ListOAutherRequestMultiError []error
ListOAutherRequestMultiError is an error wrapping multiple validation errors returned by ListOAutherRequest.ValidateAll() if the designated constraints aren't met.
func (ListOAutherRequestMultiError) AllErrors ¶
func (m ListOAutherRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOAutherRequestMultiError) Error ¶
func (m ListOAutherRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOAutherRequestValidationError ¶
type ListOAutherRequestValidationError struct {
// contains filtered or unexported fields
}
ListOAutherRequestValidationError is the validation error returned by ListOAutherRequest.Validate if the designated constraints aren't met.
func (ListOAutherRequestValidationError) Cause ¶
func (e ListOAutherRequestValidationError) Cause() error
Cause function returns cause value.
func (ListOAutherRequestValidationError) Error ¶
func (e ListOAutherRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListOAutherRequestValidationError) ErrorName ¶
func (e ListOAutherRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListOAutherRequestValidationError) Field ¶
func (e ListOAutherRequestValidationError) Field() string
Field function returns field value.
func (ListOAutherRequestValidationError) Key ¶
func (e ListOAutherRequestValidationError) Key() bool
Key function returns key value.
func (ListOAutherRequestValidationError) Reason ¶
func (e ListOAutherRequestValidationError) Reason() string
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 ¶
func (e LoginReplyValidationError) Error() string
Error satisfies the builtin error interface
func (LoginReplyValidationError) ErrorName ¶
func (e LoginReplyValidationError) ErrorName() string
ErrorName returns error name.
func (LoginReplyValidationError) Field ¶
func (e LoginReplyValidationError) Field() string
Field function returns field value.
func (LoginReplyValidationError) Key ¶
func (e LoginReplyValidationError) Key() bool
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"`
Tenant string `protobuf:"bytes,5,opt,name=tenant,proto3" json:"tenant,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) GetTenant ¶
func (x *LoginRequest) GetTenant() 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 ¶
func (e LoginRequestValidationError) Cause() error
Cause function returns cause value.
func (LoginRequestValidationError) Error ¶
func (e LoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LoginRequestValidationError) ErrorName ¶
func (e LoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LoginRequestValidationError) Field ¶
func (e LoginRequestValidationError) Field() string
Field function returns field value.
func (LoginRequestValidationError) Key ¶
func (e LoginRequestValidationError) Key() bool
Key function returns key value.
func (LoginRequestValidationError) Reason ¶
func (e LoginRequestValidationError) Reason() string
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 ¶
func (m OAutherBindReplyMultiError) Error() string
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 ¶
func (e OAutherBindReplyValidationError) Cause() error
Cause function returns cause value.
func (OAutherBindReplyValidationError) Error ¶
func (e OAutherBindReplyValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherBindReplyValidationError) ErrorName ¶
func (e OAutherBindReplyValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherBindReplyValidationError) Field ¶
func (e OAutherBindReplyValidationError) Field() string
Field function returns field value.
func (OAutherBindReplyValidationError) Key ¶
func (e OAutherBindReplyValidationError) Key() bool
Key function returns key value.
func (OAutherBindReplyValidationError) Reason ¶
func (e OAutherBindReplyValidationError) Reason() string
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 ¶
func (m OAutherBindRequestMultiError) Error() string
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 ¶
func (e OAutherBindRequestValidationError) Cause() error
Cause function returns cause value.
func (OAutherBindRequestValidationError) Error ¶
func (e OAutherBindRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherBindRequestValidationError) ErrorName ¶
func (e OAutherBindRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherBindRequestValidationError) Field ¶
func (e OAutherBindRequestValidationError) Field() string
Field function returns field value.
func (OAutherBindRequestValidationError) Key ¶
func (e OAutherBindRequestValidationError) Key() bool
Key function returns key value.
func (OAutherBindRequestValidationError) Reason ¶
func (e OAutherBindRequestValidationError) Reason() string
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 ¶
func (m OAutherHandleReplyMultiError) Error() string
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 ¶
func (e OAutherHandleReplyValidationError) Cause() error
Cause function returns cause value.
func (OAutherHandleReplyValidationError) Error ¶
func (e OAutherHandleReplyValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherHandleReplyValidationError) ErrorName ¶
func (e OAutherHandleReplyValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherHandleReplyValidationError) Field ¶
func (e OAutherHandleReplyValidationError) Field() string
Field function returns field value.
func (OAutherHandleReplyValidationError) Key ¶
func (e OAutherHandleReplyValidationError) Key() bool
Key function returns key value.
func (OAutherHandleReplyValidationError) Reason ¶
func (e OAutherHandleReplyValidationError) Reason() string
Reason function returns reason value.
type OAutherHandleRequest ¶
type OAutherHandleRequest struct {
App string `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
Account string `protobuf:"bytes,4,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) GetTenant ¶
func (x *OAutherHandleRequest) GetTenant() 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 ¶
func (m OAutherHandleRequestMultiError) Error() string
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 ¶
func (e OAutherHandleRequestValidationError) Cause() error
Cause function returns cause value.
func (OAutherHandleRequestValidationError) Error ¶
func (e OAutherHandleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherHandleRequestValidationError) ErrorName ¶
func (e OAutherHandleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherHandleRequestValidationError) Field ¶
func (e OAutherHandleRequestValidationError) Field() string
Field function returns field value.
func (OAutherHandleRequestValidationError) Key ¶
func (e OAutherHandleRequestValidationError) Key() bool
Key function returns key value.
func (OAutherHandleRequestValidationError) Reason ¶
func (e OAutherHandleRequestValidationError) Reason() string
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 ¶
func (m OAutherLoginReplyMultiError) Error() string
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 ¶
func (e OAutherLoginReplyValidationError) Cause() error
Cause function returns cause value.
func (OAutherLoginReplyValidationError) Error ¶
func (e OAutherLoginReplyValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherLoginReplyValidationError) ErrorName ¶
func (e OAutherLoginReplyValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherLoginReplyValidationError) Field ¶
func (e OAutherLoginReplyValidationError) Field() string
Field function returns field value.
func (OAutherLoginReplyValidationError) Key ¶
func (e OAutherLoginReplyValidationError) Key() bool
Key function returns key value.
func (OAutherLoginReplyValidationError) Reason ¶
func (e OAutherLoginReplyValidationError) Reason() string
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 ¶
func (m OAutherLoginRequestMultiError) Error() string
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 ¶
func (e OAutherLoginRequestValidationError) Cause() error
Cause function returns cause value.
func (OAutherLoginRequestValidationError) Error ¶
func (e OAutherLoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherLoginRequestValidationError) ErrorName ¶
func (e OAutherLoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherLoginRequestValidationError) Field ¶
func (e OAutherLoginRequestValidationError) Field() string
Field function returns field value.
func (OAutherLoginRequestValidationError) Key ¶
func (e OAutherLoginRequestValidationError) Key() bool
Key function returns key value.
func (OAutherLoginRequestValidationError) Reason ¶
func (e OAutherLoginRequestValidationError) Reason() string
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 ¶
func (m OAutherReportReplyMultiError) Error() string
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 ¶
func (e OAutherReportReplyValidationError) Cause() error
Cause function returns cause value.
func (OAutherReportReplyValidationError) Error ¶
func (e OAutherReportReplyValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherReportReplyValidationError) ErrorName ¶
func (e OAutherReportReplyValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherReportReplyValidationError) Field ¶
func (e OAutherReportReplyValidationError) Field() string
Field function returns field value.
func (OAutherReportReplyValidationError) Key ¶
func (e OAutherReportReplyValidationError) Key() bool
Key function returns key value.
func (OAutherReportReplyValidationError) Reason ¶
func (e OAutherReportReplyValidationError) Reason() string
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 ¶
func (m OAutherReportRequestMultiError) Error() string
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 ¶
func (e OAutherReportRequestValidationError) Cause() error
Cause function returns cause value.
func (OAutherReportRequestValidationError) Error ¶
func (e OAutherReportRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OAutherReportRequestValidationError) ErrorName ¶
func (e OAutherReportRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OAutherReportRequestValidationError) Field ¶
func (e OAutherReportRequestValidationError) Field() string
Field function returns field value.
func (OAutherReportRequestValidationError) Key ¶
func (e OAutherReportRequestValidationError) Key() bool
Key function returns key value.
func (OAutherReportRequestValidationError) Reason ¶
func (e OAutherReportRequestValidationError) Reason() string
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"`
TenantId uint32 `protobuf:"varint,3,opt,name=tenantId,proto3" json:"tenantId,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) GetTenantId ¶
func (x *ParseTokenReply) GetTenantId() 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 ¶
func (m ParseTokenReplyMultiError) Error() string
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 ¶
func (e ParseTokenReplyValidationError) Cause() error
Cause function returns cause value.
func (ParseTokenReplyValidationError) Error ¶
func (e ParseTokenReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTokenReplyValidationError) ErrorName ¶
func (e ParseTokenReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTokenReplyValidationError) Field ¶
func (e ParseTokenReplyValidationError) Field() string
Field function returns field value.
func (ParseTokenReplyValidationError) Key ¶
func (e ParseTokenReplyValidationError) Key() bool
Key function returns key value.
func (ParseTokenReplyValidationError) Reason ¶
func (e ParseTokenReplyValidationError) Reason() string
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 ¶
func (m ParseTokenRequestMultiError) Error() string
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 ¶
func (e ParseTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (ParseTokenRequestValidationError) Error ¶
func (e ParseTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ParseTokenRequestValidationError) ErrorName ¶
func (e ParseTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ParseTokenRequestValidationError) Field ¶
func (e ParseTokenRequestValidationError) Field() string
Field function returns field value.
func (ParseTokenRequestValidationError) Key ¶
func (e ParseTokenRequestValidationError) Key() bool
Key function returns key value.
func (ParseTokenRequestValidationError) Reason ¶
func (e ParseTokenRequestValidationError) Reason() string
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 ¶
func (e RegisterReplyValidationError) Cause() error
Cause function returns cause value.
func (RegisterReplyValidationError) Error ¶
func (e RegisterReplyValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterReplyValidationError) ErrorName ¶
func (e RegisterReplyValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterReplyValidationError) Field ¶
func (e RegisterReplyValidationError) Field() string
Field function returns field value.
func (RegisterReplyValidationError) Key ¶
func (e RegisterReplyValidationError) Key() bool
Key function returns key value.
func (RegisterReplyValidationError) Reason ¶
func (e RegisterReplyValidationError) Reason() string
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"`
Tenant string `protobuf:"bytes,5,opt,name=tenant,proto3" json:"tenant,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) GetTenant ¶
func (x *RegisterRequest) GetTenant() 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 ¶
func (m RegisterRequestMultiError) Error() string
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 ¶
func (e RegisterRequestValidationError) Cause() error
Cause function returns cause value.
func (RegisterRequestValidationError) Error ¶
func (e RegisterRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterRequestValidationError) ErrorName ¶
func (e RegisterRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterRequestValidationError) Field ¶
func (e RegisterRequestValidationError) Field() string
Field function returns field value.
func (RegisterRequestValidationError) Key ¶
func (e RegisterRequestValidationError) Key() bool
Key function returns key value.
func (RegisterRequestValidationError) Reason ¶
func (e RegisterRequestValidationError) Reason() string
Reason function returns reason value.
type UnimplementedAuthorizeServer ¶
type UnimplementedAuthorizeServer struct{}
UnimplementedAuthorizeServer must be embedded to have forward compatible implementations.
func (UnimplementedAuthorizeServer) CheckAuth ¶
func (UnimplementedAuthorizeServer) CheckAuth(context.Context, *CheckAuthRequest) (*CheckAuthReply, error)
func (UnimplementedAuthorizeServer) FillInfo ¶
func (UnimplementedAuthorizeServer) FillInfo(context.Context, *FillInfoRequest) (*FillInfoReply, error)
func (UnimplementedAuthorizeServer) GetFillInfo ¶
func (UnimplementedAuthorizeServer) GetFillInfo(context.Context, *GetFillInfoRequest) (*GetFillInfoReply, error)
func (UnimplementedAuthorizeServer) GetImageCaptcha ¶
func (UnimplementedAuthorizeServer) GetImageCaptcha(context.Context, *GetImageCaptchaRequest) (*GetImageCaptchaReply, error)
func (UnimplementedAuthorizeServer) ListOAuther ¶
func (UnimplementedAuthorizeServer) ListOAuther(context.Context, *ListOAutherRequest) (*ListOAutherReply, error)
func (UnimplementedAuthorizeServer) Login ¶
func (UnimplementedAuthorizeServer) Login(context.Context, *LoginRequest) (*LoginReply, error)
func (UnimplementedAuthorizeServer) OAutherBind ¶
func (UnimplementedAuthorizeServer) OAutherBind(context.Context, *OAutherBindRequest) (*OAutherBindReply, error)
func (UnimplementedAuthorizeServer) OAutherHandle ¶
func (UnimplementedAuthorizeServer) OAutherHandle(context.Context, *OAutherHandleRequest) (*OAutherHandleReply, error)
func (UnimplementedAuthorizeServer) OAutherLogin ¶
func (UnimplementedAuthorizeServer) OAutherLogin(context.Context, *OAutherLoginRequest) (*OAutherLoginReply, error)
func (UnimplementedAuthorizeServer) OAutherReport ¶
func (UnimplementedAuthorizeServer) OAutherReport(context.Context, *OAutherReportRequest) (*OAutherReportReply, error)
func (UnimplementedAuthorizeServer) ParseToken ¶
func (UnimplementedAuthorizeServer) ParseToken(context.Context, *ParseTokenRequest) (*ParseTokenReply, error)
func (UnimplementedAuthorizeServer) Register ¶
func (UnimplementedAuthorizeServer) Register(context.Context, *RegisterRequest) (*RegisterReply, error)
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.