Documentation ¶
Index ¶
- Variables
- type ForgetPasswordTwoStepTokenPayload
- func (*ForgetPasswordTwoStepTokenPayload) Descriptor() ([]byte, []int)deprecated
- func (x *ForgetPasswordTwoStepTokenPayload) GetUserId() string
- func (*ForgetPasswordTwoStepTokenPayload) ProtoMessage()
- func (x *ForgetPasswordTwoStepTokenPayload) ProtoReflect() protoreflect.Message
- func (x *ForgetPasswordTwoStepTokenPayload) Reset()
- func (x *ForgetPasswordTwoStepTokenPayload) String() string
- func (m *ForgetPasswordTwoStepTokenPayload) Validate() error
- func (m *ForgetPasswordTwoStepTokenPayload) ValidateAll() error
- type ForgetPasswordTwoStepTokenPayloadMultiError
- type ForgetPasswordTwoStepTokenPayloadValidationError
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) Cause() error
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) Error() string
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) ErrorName() string
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) Field() string
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) Key() bool
- func (e ForgetPasswordTwoStepTokenPayloadValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_user_private_cache_cache_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ForgetPasswordTwoStepTokenPayload ¶
type ForgetPasswordTwoStepTokenPayload struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*ForgetPasswordTwoStepTokenPayload) Descriptor
deprecated
func (*ForgetPasswordTwoStepTokenPayload) Descriptor() ([]byte, []int)
Deprecated: Use ForgetPasswordTwoStepTokenPayload.ProtoReflect.Descriptor instead.
func (*ForgetPasswordTwoStepTokenPayload) GetUserId ¶
func (x *ForgetPasswordTwoStepTokenPayload) GetUserId() string
func (*ForgetPasswordTwoStepTokenPayload) ProtoMessage ¶
func (*ForgetPasswordTwoStepTokenPayload) ProtoMessage()
func (*ForgetPasswordTwoStepTokenPayload) ProtoReflect ¶
func (x *ForgetPasswordTwoStepTokenPayload) ProtoReflect() protoreflect.Message
func (*ForgetPasswordTwoStepTokenPayload) Reset ¶
func (x *ForgetPasswordTwoStepTokenPayload) Reset()
func (*ForgetPasswordTwoStepTokenPayload) String ¶
func (x *ForgetPasswordTwoStepTokenPayload) String() string
func (*ForgetPasswordTwoStepTokenPayload) Validate ¶
func (m *ForgetPasswordTwoStepTokenPayload) Validate() error
Validate checks the field values on ForgetPasswordTwoStepTokenPayload 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 (*ForgetPasswordTwoStepTokenPayload) ValidateAll ¶
func (m *ForgetPasswordTwoStepTokenPayload) ValidateAll() error
ValidateAll checks the field values on ForgetPasswordTwoStepTokenPayload 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 ForgetPasswordTwoStepTokenPayloadMultiError, or nil if none found.
type ForgetPasswordTwoStepTokenPayloadMultiError ¶
type ForgetPasswordTwoStepTokenPayloadMultiError []error
ForgetPasswordTwoStepTokenPayloadMultiError is an error wrapping multiple validation errors returned by ForgetPasswordTwoStepTokenPayload.ValidateAll() if the designated constraints aren't met.
func (ForgetPasswordTwoStepTokenPayloadMultiError) AllErrors ¶
func (m ForgetPasswordTwoStepTokenPayloadMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ForgetPasswordTwoStepTokenPayloadMultiError) Error ¶
func (m ForgetPasswordTwoStepTokenPayloadMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ForgetPasswordTwoStepTokenPayloadValidationError ¶
type ForgetPasswordTwoStepTokenPayloadValidationError struct {
// contains filtered or unexported fields
}
ForgetPasswordTwoStepTokenPayloadValidationError is the validation error returned by ForgetPasswordTwoStepTokenPayload.Validate if the designated constraints aren't met.
func (ForgetPasswordTwoStepTokenPayloadValidationError) Cause ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) Cause() error
Cause function returns cause value.
func (ForgetPasswordTwoStepTokenPayloadValidationError) Error ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) Error() string
Error satisfies the builtin error interface
func (ForgetPasswordTwoStepTokenPayloadValidationError) ErrorName ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) ErrorName() string
ErrorName returns error name.
func (ForgetPasswordTwoStepTokenPayloadValidationError) Field ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) Field() string
Field function returns field value.
func (ForgetPasswordTwoStepTokenPayloadValidationError) Key ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) Key() bool
Key function returns key value.
func (ForgetPasswordTwoStepTokenPayloadValidationError) Reason ¶
func (e ForgetPasswordTwoStepTokenPayloadValidationError) Reason() string
Reason function returns reason value.