v1

package
v1.7.7 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const OperationUserGetHealth = "/user.v1.User/GetHealth"

Variables

View Source
var (
	UserErrorReason_name = map[int32]string{
		0:  "UNKNOWN_ERROR",
		1:  "VERIFY_PASSWORD_FAILED",
		2:  "VERIFY_CODE_FAILED",
		3:  "USERNAME_CONFLICT",
		4:  "PHONE_CONFLICT",
		5:  "EMAIL_CONFLICT",
		6:  "WECHAT_CONFLICT",
		7:  "QQ_CONFLICT",
		8:  "GITEE_CONFLICT",
		9:  "GITHUB_CONFLICT",
		10: "USER_NAME_CONFLICT",
		11: "GET_ACCOUNT_FAILED",
		12: "GET_PROFILE_FAILED",
		13: "GET_PROFILE_UPDATE_FAILED",
		14: "GET_ACHIEVEMENT_FAILED",
		15: "GET_USER_FOLLOW_FAILED",
		16: "GET_FOLLOW_LIST_FAILED",
		17: "GET_FOLLOW_LIST_COUNT_FAILED",
		18: "GET_PROFILE_LIST_FAILED",
		19: "GET_USER_SEARCH_FAILED",
		20: "GET_PICTURE_REVIEW_FAILED",
		21: "SEND_CODE_FAILED",
		22: "SET_PHONE_FAILED",
		23: "SET_EMAIL_FAILED",
		24: "SET_PROFILE_FAILED",
		25: "SET_PROFILE_UPDATE_FAILED",
		26: "SET_USERNAME_FAILED",
		27: "SET_PASSWORD_FAILED",
		28: "SET_FOLLOW_FAILED",
		29: "SET_IMAGE_FAILED",
		30: "SET_IMAGE_IRREGULAR_FAILED",
		31: "SET_WECHAT_FAILED",
		32: "SET_QQ_FAILED",
		33: "SET_GITEE_FAILED",
		34: "SET_GITHUB_FAILED",
		35: "CANCEL_FOLLOW_FAILED",
		36: "LOGIN_FAILED",
		37: "REGISTER_FAILED",
		38: "RESET_PASSWORD_FAILED",
		39: "PROFILE_REVIEW_MODIFY_FAILED",
		40: "PROFILE_UPDATE_MODIFY_FAILED",
		41: "UNBIND_ACCOUNT_FAILED",
		42: "UNIQUE_ACCOUNT",
	}
	UserErrorReason_value = map[string]int32{
		"UNKNOWN_ERROR":                0,
		"VERIFY_PASSWORD_FAILED":       1,
		"VERIFY_CODE_FAILED":           2,
		"USERNAME_CONFLICT":            3,
		"PHONE_CONFLICT":               4,
		"EMAIL_CONFLICT":               5,
		"WECHAT_CONFLICT":              6,
		"QQ_CONFLICT":                  7,
		"GITEE_CONFLICT":               8,
		"GITHUB_CONFLICT":              9,
		"USER_NAME_CONFLICT":           10,
		"GET_ACCOUNT_FAILED":           11,
		"GET_PROFILE_FAILED":           12,
		"GET_PROFILE_UPDATE_FAILED":    13,
		"GET_ACHIEVEMENT_FAILED":       14,
		"GET_USER_FOLLOW_FAILED":       15,
		"GET_FOLLOW_LIST_FAILED":       16,
		"GET_FOLLOW_LIST_COUNT_FAILED": 17,
		"GET_PROFILE_LIST_FAILED":      18,
		"GET_USER_SEARCH_FAILED":       19,
		"GET_PICTURE_REVIEW_FAILED":    20,
		"SEND_CODE_FAILED":             21,
		"SET_PHONE_FAILED":             22,
		"SET_EMAIL_FAILED":             23,
		"SET_PROFILE_FAILED":           24,
		"SET_PROFILE_UPDATE_FAILED":    25,
		"SET_USERNAME_FAILED":          26,
		"SET_PASSWORD_FAILED":          27,
		"SET_FOLLOW_FAILED":            28,
		"SET_IMAGE_FAILED":             29,
		"SET_IMAGE_IRREGULAR_FAILED":   30,
		"SET_WECHAT_FAILED":            31,
		"SET_QQ_FAILED":                32,
		"SET_GITEE_FAILED":             33,
		"SET_GITHUB_FAILED":            34,
		"CANCEL_FOLLOW_FAILED":         35,
		"LOGIN_FAILED":                 36,
		"REGISTER_FAILED":              37,
		"RESET_PASSWORD_FAILED":        38,
		"PROFILE_REVIEW_MODIFY_FAILED": 39,
		"PROFILE_UPDATE_MODIFY_FAILED": 40,
		"UNBIND_ACCOUNT_FAILED":        41,
		"UNIQUE_ACCOUNT":               42,
	}
)

Enum value maps for UserErrorReason.

View Source
var File_user_service_v1_user_error_proto protoreflect.FileDescriptor
View Source
var File_user_service_v1_user_proto protoreflect.FileDescriptor
View Source
var User_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "user.v1.User",
	HandlerType: (*UserServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UserRegister",
			Handler:    _User_UserRegister_Handler,
		},
		{
			MethodName: "AvatarIrregular",
			Handler:    _User_AvatarIrregular_Handler,
		},
		{
			MethodName: "AddAvatarReviewDbAndCache",
			Handler:    _User_AddAvatarReviewDbAndCache_Handler,
		},
		{
			MethodName: "CoverIrregular",
			Handler:    _User_CoverIrregular_Handler,
		},
		{
			MethodName: "AddCoverReviewDbAndCache",
			Handler:    _User_AddCoverReviewDbAndCache_Handler,
		},
		{
			MethodName: "LoginByPassword",
			Handler:    _User_LoginByPassword_Handler,
		},
		{
			MethodName: "LoginByCode",
			Handler:    _User_LoginByCode_Handler,
		},
		{
			MethodName: "LoginByWeChat",
			Handler:    _User_LoginByWeChat_Handler,
		},
		{
			MethodName: "LoginByQQ",
			Handler:    _User_LoginByQQ_Handler,
		},
		{
			MethodName: "LoginByGithub",
			Handler:    _User_LoginByGithub_Handler,
		},
		{
			MethodName: "LoginByGitee",
			Handler:    _User_LoginByGitee_Handler,
		},
		{
			MethodName: "LoginPasswordReset",
			Handler:    _User_LoginPasswordReset_Handler,
		},
		{
			MethodName: "SendPhoneCode",
			Handler:    _User_SendPhoneCode_Handler,
		},
		{
			MethodName: "SendEmailCode",
			Handler:    _User_SendEmailCode_Handler,
		},
		{
			MethodName: "GetCosSessionKey",
			Handler:    _User_GetCosSessionKey_Handler,
		},
		{
			MethodName: "SetUserPhone",
			Handler:    _User_SetUserPhone_Handler,
		},
		{
			MethodName: "SetUserEmail",
			Handler:    _User_SetUserEmail_Handler,
		},
		{
			MethodName: "SetUserPassword",
			Handler:    _User_SetUserPassword_Handler,
		},
		{
			MethodName: "SetUserWechat",
			Handler:    _User_SetUserWechat_Handler,
		},
		{
			MethodName: "SetUserQQ",
			Handler:    _User_SetUserQQ_Handler,
		},
		{
			MethodName: "SetUserGitee",
			Handler:    _User_SetUserGitee_Handler,
		},
		{
			MethodName: "SetUserGithub",
			Handler:    _User_SetUserGithub_Handler,
		},
		{
			MethodName: "SetUserFollow",
			Handler:    _User_SetUserFollow_Handler,
		},
		{
			MethodName: "SetFollowDbAndCache",
			Handler:    _User_SetFollowDbAndCache_Handler,
		},
		{
			MethodName: "CancelUserFollow",
			Handler:    _User_CancelUserFollow_Handler,
		},
		{
			MethodName: "CancelFollowDbAndCache",
			Handler:    _User_CancelFollowDbAndCache_Handler,
		},
		{
			MethodName: "GetAccount",
			Handler:    _User_GetAccount_Handler,
		},
		{
			MethodName: "GetProfile",
			Handler:    _User_GetProfile_Handler,
		},
		{
			MethodName: "GetProfileList",
			Handler:    _User_GetProfileList_Handler,
		},
		{
			MethodName: "GetProfileUpdate",
			Handler:    _User_GetProfileUpdate_Handler,
		},
		{
			MethodName: "GetUserFollow",
			Handler:    _User_GetUserFollow_Handler,
		},
		{
			MethodName: "GetFollowList",
			Handler:    _User_GetFollowList_Handler,
		},
		{
			MethodName: "GetFollowListCount",
			Handler:    _User_GetFollowListCount_Handler,
		},
		{
			MethodName: "GetFollowedList",
			Handler:    _User_GetFollowedList_Handler,
		},
		{
			MethodName: "GetFollowedListCount",
			Handler:    _User_GetFollowedListCount_Handler,
		},
		{
			MethodName: "GetUserFollows",
			Handler:    _User_GetUserFollows_Handler,
		},
		{
			MethodName: "GetUserSearch",
			Handler:    _User_GetUserSearch_Handler,
		},
		{
			MethodName: "GetAvatarReview",
			Handler:    _User_GetAvatarReview_Handler,
		},
		{
			MethodName: "GetCoverReview",
			Handler:    _User_GetCoverReview_Handler,
		},
		{
			MethodName: "SetProfileUpdate",
			Handler:    _User_SetProfileUpdate_Handler,
		},
		{
			MethodName: "ProfileReviewPass",
			Handler:    _User_ProfileReviewPass_Handler,
		},
		{
			MethodName: "ProfileReviewNotPass",
			Handler:    _User_ProfileReviewNotPass_Handler,
		},
		{
			MethodName: "ChangeUserPassword",
			Handler:    _User_ChangeUserPassword_Handler,
		},
		{
			MethodName: "UnbindUserPhone",
			Handler:    _User_UnbindUserPhone_Handler,
		},
		{
			MethodName: "UnbindUserEmail",
			Handler:    _User_UnbindUserEmail_Handler,
		},
		{
			MethodName: "UnbindUserWechat",
			Handler:    _User_UnbindUserWechat_Handler,
		},
		{
			MethodName: "UnbindUserQQ",
			Handler:    _User_UnbindUserQQ_Handler,
		},
		{
			MethodName: "UnbindUserGitee",
			Handler:    _User_UnbindUserGitee_Handler,
		},
		{
			MethodName: "UnbindUserGithub",
			Handler:    _User_UnbindUserGithub_Handler,
		},
		{
			MethodName: "GetHealth",
			Handler:    _User_GetHealth_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "user/service/v1/user.proto",
}

User_ServiceDesc is the grpc.ServiceDesc for User service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func ErrorCancelFollowFailed

func ErrorCancelFollowFailed(format string, args ...interface{}) *errors.Error

func ErrorEmailConflict

func ErrorEmailConflict(format string, args ...interface{}) *errors.Error

func ErrorGetAccountFailed

func ErrorGetAccountFailed(format string, args ...interface{}) *errors.Error

func ErrorGetAchievementFailed

func ErrorGetAchievementFailed(format string, args ...interface{}) *errors.Error

func ErrorGetFollowListCountFailed

func ErrorGetFollowListCountFailed(format string, args ...interface{}) *errors.Error

func ErrorGetFollowListFailed

func ErrorGetFollowListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetPictureReviewFailed

func ErrorGetPictureReviewFailed(format string, args ...interface{}) *errors.Error

func ErrorGetProfileFailed

func ErrorGetProfileFailed(format string, args ...interface{}) *errors.Error

func ErrorGetProfileListFailed

func ErrorGetProfileListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetProfileUpdateFailed

func ErrorGetProfileUpdateFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserFollowFailed

func ErrorGetUserFollowFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserSearchFailed

func ErrorGetUserSearchFailed(format string, args ...interface{}) *errors.Error

func ErrorGiteeConflict added in v1.3.0

func ErrorGiteeConflict(format string, args ...interface{}) *errors.Error

func ErrorGithubConflict added in v1.3.0

func ErrorGithubConflict(format string, args ...interface{}) *errors.Error

func ErrorLoginFailed

func ErrorLoginFailed(format string, args ...interface{}) *errors.Error

func ErrorPhoneConflict

func ErrorPhoneConflict(format string, args ...interface{}) *errors.Error

func ErrorProfileReviewModifyFailed

func ErrorProfileReviewModifyFailed(format string, args ...interface{}) *errors.Error

func ErrorProfileUpdateModifyFailed

func ErrorProfileUpdateModifyFailed(format string, args ...interface{}) *errors.Error

func ErrorQqConflict added in v1.3.0

func ErrorQqConflict(format string, args ...interface{}) *errors.Error

func ErrorRegisterFailed

func ErrorRegisterFailed(format string, args ...interface{}) *errors.Error

func ErrorResetPasswordFailed

func ErrorResetPasswordFailed(format string, args ...interface{}) *errors.Error

func ErrorSendCodeFailed

func ErrorSendCodeFailed(format string, args ...interface{}) *errors.Error

func ErrorSetEmailFailed

func ErrorSetEmailFailed(format string, args ...interface{}) *errors.Error

func ErrorSetFollowFailed

func ErrorSetFollowFailed(format string, args ...interface{}) *errors.Error

func ErrorSetGiteeFailed added in v1.3.0

func ErrorSetGiteeFailed(format string, args ...interface{}) *errors.Error

func ErrorSetGithubFailed added in v1.3.0

func ErrorSetGithubFailed(format string, args ...interface{}) *errors.Error

func ErrorSetImageFailed

func ErrorSetImageFailed(format string, args ...interface{}) *errors.Error

func ErrorSetImageIrregularFailed

func ErrorSetImageIrregularFailed(format string, args ...interface{}) *errors.Error

func ErrorSetPasswordFailed

func ErrorSetPasswordFailed(format string, args ...interface{}) *errors.Error

func ErrorSetPhoneFailed

func ErrorSetPhoneFailed(format string, args ...interface{}) *errors.Error

func ErrorSetProfileFailed

func ErrorSetProfileFailed(format string, args ...interface{}) *errors.Error

func ErrorSetProfileUpdateFailed

func ErrorSetProfileUpdateFailed(format string, args ...interface{}) *errors.Error

func ErrorSetQqFailed added in v1.3.0

func ErrorSetQqFailed(format string, args ...interface{}) *errors.Error

func ErrorSetUsernameFailed

func ErrorSetUsernameFailed(format string, args ...interface{}) *errors.Error

func ErrorSetWechatFailed added in v1.3.0

func ErrorSetWechatFailed(format string, args ...interface{}) *errors.Error

func ErrorUnbindAccountFailed added in v1.3.0

func ErrorUnbindAccountFailed(format string, args ...interface{}) *errors.Error

func ErrorUniqueAccount

func ErrorUniqueAccount(format string, args ...interface{}) *errors.Error

func ErrorUnknownError

func ErrorUnknownError(format string, args ...interface{}) *errors.Error

func ErrorUserNameConflict

func ErrorUserNameConflict(format string, args ...interface{}) *errors.Error

func ErrorUsernameConflict

func ErrorUsernameConflict(format string, args ...interface{}) *errors.Error

func ErrorVerifyCodeFailed

func ErrorVerifyCodeFailed(format string, args ...interface{}) *errors.Error

func ErrorVerifyPasswordFailed

func ErrorVerifyPasswordFailed(format string, args ...interface{}) *errors.Error

func ErrorWechatConflict added in v1.3.0

func ErrorWechatConflict(format string, args ...interface{}) *errors.Error

func IsCancelFollowFailed

func IsCancelFollowFailed(err error) bool

func IsEmailConflict

func IsEmailConflict(err error) bool

func IsGetAccountFailed

func IsGetAccountFailed(err error) bool

func IsGetAchievementFailed

func IsGetAchievementFailed(err error) bool

func IsGetFollowListCountFailed

func IsGetFollowListCountFailed(err error) bool

func IsGetFollowListFailed

func IsGetFollowListFailed(err error) bool

func IsGetPictureReviewFailed

func IsGetPictureReviewFailed(err error) bool

func IsGetProfileFailed

func IsGetProfileFailed(err error) bool

func IsGetProfileListFailed

func IsGetProfileListFailed(err error) bool

func IsGetProfileUpdateFailed

func IsGetProfileUpdateFailed(err error) bool

func IsGetUserFollowFailed

func IsGetUserFollowFailed(err error) bool

func IsGetUserSearchFailed

func IsGetUserSearchFailed(err error) bool

func IsGiteeConflict added in v1.3.0

func IsGiteeConflict(err error) bool

func IsGithubConflict added in v1.3.0

func IsGithubConflict(err error) bool

func IsLoginFailed

func IsLoginFailed(err error) bool

func IsPhoneConflict

func IsPhoneConflict(err error) bool

func IsProfileReviewModifyFailed

func IsProfileReviewModifyFailed(err error) bool

func IsProfileUpdateModifyFailed

func IsProfileUpdateModifyFailed(err error) bool

func IsQqConflict added in v1.3.0

func IsQqConflict(err error) bool

func IsRegisterFailed

func IsRegisterFailed(err error) bool

func IsResetPasswordFailed

func IsResetPasswordFailed(err error) bool

func IsSendCodeFailed

func IsSendCodeFailed(err error) bool

func IsSetEmailFailed

func IsSetEmailFailed(err error) bool

func IsSetFollowFailed

func IsSetFollowFailed(err error) bool

func IsSetGiteeFailed added in v1.3.0

func IsSetGiteeFailed(err error) bool

func IsSetGithubFailed added in v1.3.0

func IsSetGithubFailed(err error) bool

func IsSetImageFailed

func IsSetImageFailed(err error) bool

func IsSetImageIrregularFailed

func IsSetImageIrregularFailed(err error) bool

func IsSetPasswordFailed

func IsSetPasswordFailed(err error) bool

func IsSetPhoneFailed

func IsSetPhoneFailed(err error) bool

func IsSetProfileFailed

func IsSetProfileFailed(err error) bool

func IsSetProfileUpdateFailed

func IsSetProfileUpdateFailed(err error) bool

func IsSetQqFailed added in v1.3.0

func IsSetQqFailed(err error) bool

func IsSetUsernameFailed

func IsSetUsernameFailed(err error) bool

func IsSetWechatFailed added in v1.3.0

func IsSetWechatFailed(err error) bool

func IsUnbindAccountFailed added in v1.3.0

func IsUnbindAccountFailed(err error) bool

func IsUniqueAccount

func IsUniqueAccount(err error) bool

func IsUnknownError

func IsUnknownError(err error) bool

func IsUserNameConflict

func IsUserNameConflict(err error) bool

func IsUsernameConflict

func IsUsernameConflict(err error) bool

func IsVerifyCodeFailed

func IsVerifyCodeFailed(err error) bool

func IsVerifyPasswordFailed

func IsVerifyPasswordFailed(err error) bool

func IsWechatConflict added in v1.3.0

func IsWechatConflict(err error) bool

func RegisterUserHTTPServer

func RegisterUserHTTPServer(s *http.Server, srv UserHTTPServer)

func RegisterUserServer

func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer)

Types

type AddAvatarReviewDbAndCacheReq

type AddAvatarReviewDbAndCacheReq struct {
	Uuid     string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId    string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAvatarReviewDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use AddAvatarReviewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddAvatarReviewDbAndCacheReq) GetCategory

func (x *AddAvatarReviewDbAndCacheReq) GetCategory() string

func (*AddAvatarReviewDbAndCacheReq) GetJobId

func (x *AddAvatarReviewDbAndCacheReq) GetJobId() string

func (*AddAvatarReviewDbAndCacheReq) GetLabel

func (x *AddAvatarReviewDbAndCacheReq) GetLabel() string

func (*AddAvatarReviewDbAndCacheReq) GetResult

func (x *AddAvatarReviewDbAndCacheReq) GetResult() int32

func (*AddAvatarReviewDbAndCacheReq) GetScore

func (x *AddAvatarReviewDbAndCacheReq) GetScore() int32

func (*AddAvatarReviewDbAndCacheReq) GetSubLabel

func (x *AddAvatarReviewDbAndCacheReq) GetSubLabel() string

func (*AddAvatarReviewDbAndCacheReq) GetUrl

func (*AddAvatarReviewDbAndCacheReq) GetUuid

func (x *AddAvatarReviewDbAndCacheReq) GetUuid() string

func (*AddAvatarReviewDbAndCacheReq) ProtoMessage

func (*AddAvatarReviewDbAndCacheReq) ProtoMessage()

func (*AddAvatarReviewDbAndCacheReq) ProtoReflect

func (*AddAvatarReviewDbAndCacheReq) Reset

func (x *AddAvatarReviewDbAndCacheReq) Reset()

func (*AddAvatarReviewDbAndCacheReq) String

func (*AddAvatarReviewDbAndCacheReq) Validate

func (m *AddAvatarReviewDbAndCacheReq) Validate() error

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

func (m *AddAvatarReviewDbAndCacheReq) ValidateAll() error

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

type AddAvatarReviewDbAndCacheReqMultiError

type AddAvatarReviewDbAndCacheReqMultiError []error

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

func (AddAvatarReviewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddAvatarReviewDbAndCacheReqMultiError) Error

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

type AddAvatarReviewDbAndCacheReqValidationError

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

AddAvatarReviewDbAndCacheReqValidationError is the validation error returned by AddAvatarReviewDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddAvatarReviewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddAvatarReviewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddAvatarReviewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddAvatarReviewDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddAvatarReviewDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddAvatarReviewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type AddCoverReviewDbAndCacheReq

type AddCoverReviewDbAndCacheReq struct {
	Uuid     string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId    string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCoverReviewDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use AddCoverReviewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddCoverReviewDbAndCacheReq) GetCategory

func (x *AddCoverReviewDbAndCacheReq) GetCategory() string

func (*AddCoverReviewDbAndCacheReq) GetJobId

func (x *AddCoverReviewDbAndCacheReq) GetJobId() string

func (*AddCoverReviewDbAndCacheReq) GetLabel

func (x *AddCoverReviewDbAndCacheReq) GetLabel() string

func (*AddCoverReviewDbAndCacheReq) GetResult

func (x *AddCoverReviewDbAndCacheReq) GetResult() int32

func (*AddCoverReviewDbAndCacheReq) GetScore

func (x *AddCoverReviewDbAndCacheReq) GetScore() int32

func (*AddCoverReviewDbAndCacheReq) GetSubLabel

func (x *AddCoverReviewDbAndCacheReq) GetSubLabel() string

func (*AddCoverReviewDbAndCacheReq) GetUrl

func (x *AddCoverReviewDbAndCacheReq) GetUrl() string

func (*AddCoverReviewDbAndCacheReq) GetUuid

func (x *AddCoverReviewDbAndCacheReq) GetUuid() string

func (*AddCoverReviewDbAndCacheReq) ProtoMessage

func (*AddCoverReviewDbAndCacheReq) ProtoMessage()

func (*AddCoverReviewDbAndCacheReq) ProtoReflect

func (*AddCoverReviewDbAndCacheReq) Reset

func (x *AddCoverReviewDbAndCacheReq) Reset()

func (*AddCoverReviewDbAndCacheReq) String

func (x *AddCoverReviewDbAndCacheReq) String() string

func (*AddCoverReviewDbAndCacheReq) Validate

func (m *AddCoverReviewDbAndCacheReq) Validate() error

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

func (m *AddCoverReviewDbAndCacheReq) ValidateAll() error

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

type AddCoverReviewDbAndCacheReqMultiError

type AddCoverReviewDbAndCacheReqMultiError []error

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

func (AddCoverReviewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddCoverReviewDbAndCacheReqMultiError) Error

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

type AddCoverReviewDbAndCacheReqValidationError

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

AddCoverReviewDbAndCacheReqValidationError is the validation error returned by AddCoverReviewDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddCoverReviewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddCoverReviewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddCoverReviewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddCoverReviewDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddCoverReviewDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddCoverReviewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type AvatarIrregularReq

type AvatarIrregularReq struct {
	Uuid     string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId    string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarIrregularReq) Descriptor deprecated

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

Deprecated: Use AvatarIrregularReq.ProtoReflect.Descriptor instead.

func (*AvatarIrregularReq) GetCategory

func (x *AvatarIrregularReq) GetCategory() string

func (*AvatarIrregularReq) GetJobId

func (x *AvatarIrregularReq) GetJobId() string

func (*AvatarIrregularReq) GetLabel

func (x *AvatarIrregularReq) GetLabel() string

func (*AvatarIrregularReq) GetResult

func (x *AvatarIrregularReq) GetResult() int32

func (*AvatarIrregularReq) GetScore

func (x *AvatarIrregularReq) GetScore() int32

func (*AvatarIrregularReq) GetSubLabel

func (x *AvatarIrregularReq) GetSubLabel() string

func (*AvatarIrregularReq) GetUrl

func (x *AvatarIrregularReq) GetUrl() string

func (*AvatarIrregularReq) GetUuid

func (x *AvatarIrregularReq) GetUuid() string

func (*AvatarIrregularReq) ProtoMessage

func (*AvatarIrregularReq) ProtoMessage()

func (*AvatarIrregularReq) ProtoReflect

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

func (*AvatarIrregularReq) Reset

func (x *AvatarIrregularReq) Reset()

func (*AvatarIrregularReq) String

func (x *AvatarIrregularReq) String() string

func (*AvatarIrregularReq) Validate

func (m *AvatarIrregularReq) Validate() error

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

func (m *AvatarIrregularReq) ValidateAll() error

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

type AvatarIrregularReqMultiError

type AvatarIrregularReqMultiError []error

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

func (AvatarIrregularReqMultiError) AllErrors

func (m AvatarIrregularReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AvatarIrregularReqMultiError) Error

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

type AvatarIrregularReqValidationError

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

AvatarIrregularReqValidationError is the validation error returned by AvatarIrregularReq.Validate if the designated constraints aren't met.

func (AvatarIrregularReqValidationError) Cause

Cause function returns cause value.

func (AvatarIrregularReqValidationError) Error

Error satisfies the builtin error interface

func (AvatarIrregularReqValidationError) ErrorName

ErrorName returns error name.

func (AvatarIrregularReqValidationError) Field

Field function returns field value.

func (AvatarIrregularReqValidationError) Key

Key function returns key value.

func (AvatarIrregularReqValidationError) Reason

Reason function returns reason value.

type CancelFollowDbAndCacheReq

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

func (*CancelFollowDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use CancelFollowDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelFollowDbAndCacheReq) GetUserUuid

func (x *CancelFollowDbAndCacheReq) GetUserUuid() string

func (*CancelFollowDbAndCacheReq) GetUuid

func (x *CancelFollowDbAndCacheReq) GetUuid() string

func (*CancelFollowDbAndCacheReq) ProtoMessage

func (*CancelFollowDbAndCacheReq) ProtoMessage()

func (*CancelFollowDbAndCacheReq) ProtoReflect

func (*CancelFollowDbAndCacheReq) Reset

func (x *CancelFollowDbAndCacheReq) Reset()

func (*CancelFollowDbAndCacheReq) String

func (x *CancelFollowDbAndCacheReq) String() string

func (*CancelFollowDbAndCacheReq) Validate

func (m *CancelFollowDbAndCacheReq) Validate() error

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

func (m *CancelFollowDbAndCacheReq) ValidateAll() error

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

type CancelFollowDbAndCacheReqMultiError

type CancelFollowDbAndCacheReqMultiError []error

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

func (CancelFollowDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelFollowDbAndCacheReqMultiError) Error

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

type CancelFollowDbAndCacheReqValidationError

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

CancelFollowDbAndCacheReqValidationError is the validation error returned by CancelFollowDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelFollowDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelFollowDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelFollowDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelFollowDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelFollowDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelFollowDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelUserFollowReq

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

func (*CancelUserFollowReq) Descriptor deprecated

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

Deprecated: Use CancelUserFollowReq.ProtoReflect.Descriptor instead.

func (*CancelUserFollowReq) GetUserUuid

func (x *CancelUserFollowReq) GetUserUuid() string

func (*CancelUserFollowReq) GetUuid

func (x *CancelUserFollowReq) GetUuid() string

func (*CancelUserFollowReq) ProtoMessage

func (*CancelUserFollowReq) ProtoMessage()

func (*CancelUserFollowReq) ProtoReflect

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

func (*CancelUserFollowReq) Reset

func (x *CancelUserFollowReq) Reset()

func (*CancelUserFollowReq) String

func (x *CancelUserFollowReq) String() string

func (*CancelUserFollowReq) Validate

func (m *CancelUserFollowReq) Validate() error

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

func (m *CancelUserFollowReq) ValidateAll() error

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

type CancelUserFollowReqMultiError

type CancelUserFollowReqMultiError []error

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

func (CancelUserFollowReqMultiError) AllErrors

func (m CancelUserFollowReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelUserFollowReqMultiError) Error

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

type CancelUserFollowReqValidationError

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

CancelUserFollowReqValidationError is the validation error returned by CancelUserFollowReq.Validate if the designated constraints aren't met.

func (CancelUserFollowReqValidationError) Cause

Cause function returns cause value.

func (CancelUserFollowReqValidationError) Error

Error satisfies the builtin error interface

func (CancelUserFollowReqValidationError) ErrorName

ErrorName returns error name.

func (CancelUserFollowReqValidationError) Field

Field function returns field value.

func (CancelUserFollowReqValidationError) Key

Key function returns key value.

func (CancelUserFollowReqValidationError) Reason

Reason function returns reason value.

type ChangeUserPasswordReq

type ChangeUserPasswordReq struct {
	Uuid        string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Oldpassword string `protobuf:"bytes,2,opt,name=oldpassword,proto3" json:"oldpassword,omitempty"`
	Password    string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeUserPasswordReq) Descriptor deprecated

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

Deprecated: Use ChangeUserPasswordReq.ProtoReflect.Descriptor instead.

func (*ChangeUserPasswordReq) GetOldpassword

func (x *ChangeUserPasswordReq) GetOldpassword() string

func (*ChangeUserPasswordReq) GetPassword

func (x *ChangeUserPasswordReq) GetPassword() string

func (*ChangeUserPasswordReq) GetUuid

func (x *ChangeUserPasswordReq) GetUuid() string

func (*ChangeUserPasswordReq) ProtoMessage

func (*ChangeUserPasswordReq) ProtoMessage()

func (*ChangeUserPasswordReq) ProtoReflect

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

func (*ChangeUserPasswordReq) Reset

func (x *ChangeUserPasswordReq) Reset()

func (*ChangeUserPasswordReq) String

func (x *ChangeUserPasswordReq) String() string

func (*ChangeUserPasswordReq) Validate

func (m *ChangeUserPasswordReq) Validate() error

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

func (m *ChangeUserPasswordReq) ValidateAll() error

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

type ChangeUserPasswordReqMultiError

type ChangeUserPasswordReqMultiError []error

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

func (ChangeUserPasswordReqMultiError) AllErrors

func (m ChangeUserPasswordReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangeUserPasswordReqMultiError) Error

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

type ChangeUserPasswordReqValidationError

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

ChangeUserPasswordReqValidationError is the validation error returned by ChangeUserPasswordReq.Validate if the designated constraints aren't met.

func (ChangeUserPasswordReqValidationError) Cause

Cause function returns cause value.

func (ChangeUserPasswordReqValidationError) Error

Error satisfies the builtin error interface

func (ChangeUserPasswordReqValidationError) ErrorName

ErrorName returns error name.

func (ChangeUserPasswordReqValidationError) Field

Field function returns field value.

func (ChangeUserPasswordReqValidationError) Key

Key function returns key value.

func (ChangeUserPasswordReqValidationError) Reason

Reason function returns reason value.

type CoverIrregularReq

type CoverIrregularReq struct {
	Uuid     string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId    string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverIrregularReq) Descriptor deprecated

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

Deprecated: Use CoverIrregularReq.ProtoReflect.Descriptor instead.

func (*CoverIrregularReq) GetCategory

func (x *CoverIrregularReq) GetCategory() string

func (*CoverIrregularReq) GetJobId

func (x *CoverIrregularReq) GetJobId() string

func (*CoverIrregularReq) GetLabel

func (x *CoverIrregularReq) GetLabel() string

func (*CoverIrregularReq) GetResult

func (x *CoverIrregularReq) GetResult() int32

func (*CoverIrregularReq) GetScore

func (x *CoverIrregularReq) GetScore() int32

func (*CoverIrregularReq) GetSubLabel

func (x *CoverIrregularReq) GetSubLabel() string

func (*CoverIrregularReq) GetUrl

func (x *CoverIrregularReq) GetUrl() string

func (*CoverIrregularReq) GetUuid

func (x *CoverIrregularReq) GetUuid() string

func (*CoverIrregularReq) ProtoMessage

func (*CoverIrregularReq) ProtoMessage()

func (*CoverIrregularReq) ProtoReflect

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

func (*CoverIrregularReq) Reset

func (x *CoverIrregularReq) Reset()

func (*CoverIrregularReq) String

func (x *CoverIrregularReq) String() string

func (*CoverIrregularReq) Validate

func (m *CoverIrregularReq) Validate() error

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

func (m *CoverIrregularReq) ValidateAll() error

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

type CoverIrregularReqMultiError

type CoverIrregularReqMultiError []error

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

func (CoverIrregularReqMultiError) AllErrors

func (m CoverIrregularReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CoverIrregularReqMultiError) Error

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

type CoverIrregularReqValidationError

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

CoverIrregularReqValidationError is the validation error returned by CoverIrregularReq.Validate if the designated constraints aren't met.

func (CoverIrregularReqValidationError) Cause

Cause function returns cause value.

func (CoverIrregularReqValidationError) Error

Error satisfies the builtin error interface

func (CoverIrregularReqValidationError) ErrorName

ErrorName returns error name.

func (CoverIrregularReqValidationError) Field

Field function returns field value.

func (CoverIrregularReqValidationError) Key

Key function returns key value.

func (CoverIrregularReqValidationError) Reason

Reason function returns reason value.

type GetAccountReply

type GetAccountReply struct {
	Phone    string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Qq       string `protobuf:"bytes,3,opt,name=qq,proto3" json:"qq,omitempty"`
	Wechat   string `protobuf:"bytes,4,opt,name=wechat,proto3" json:"wechat,omitempty"`
	Gitee    int32  `protobuf:"varint,5,opt,name=gitee,proto3" json:"gitee,omitempty"`
	Github   int32  `protobuf:"varint,6,opt,name=github,proto3" json:"github,omitempty"`
	Password string `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountReply) Descriptor deprecated

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

Deprecated: Use GetAccountReply.ProtoReflect.Descriptor instead.

func (*GetAccountReply) GetEmail

func (x *GetAccountReply) GetEmail() string

func (*GetAccountReply) GetGitee added in v1.3.0

func (x *GetAccountReply) GetGitee() int32

func (*GetAccountReply) GetGithub

func (x *GetAccountReply) GetGithub() int32

func (*GetAccountReply) GetPassword

func (x *GetAccountReply) GetPassword() string

func (*GetAccountReply) GetPhone

func (x *GetAccountReply) GetPhone() string

func (*GetAccountReply) GetQq

func (x *GetAccountReply) GetQq() string

func (*GetAccountReply) GetWechat

func (x *GetAccountReply) GetWechat() string

func (*GetAccountReply) ProtoMessage

func (*GetAccountReply) ProtoMessage()

func (*GetAccountReply) ProtoReflect

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

func (*GetAccountReply) Reset

func (x *GetAccountReply) Reset()

func (*GetAccountReply) String

func (x *GetAccountReply) String() string

func (*GetAccountReply) Validate

func (m *GetAccountReply) Validate() error

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

func (m *GetAccountReply) ValidateAll() error

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

type GetAccountReplyMultiError

type GetAccountReplyMultiError []error

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

func (GetAccountReplyMultiError) AllErrors

func (m GetAccountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccountReplyMultiError) Error

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

type GetAccountReplyValidationError

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

GetAccountReplyValidationError is the validation error returned by GetAccountReply.Validate if the designated constraints aren't met.

func (GetAccountReplyValidationError) Cause

Cause function returns cause value.

func (GetAccountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetAccountReplyValidationError) ErrorName

func (e GetAccountReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetAccountReplyValidationError) Field

Field function returns field value.

func (GetAccountReplyValidationError) Key

Key function returns key value.

func (GetAccountReplyValidationError) Reason

Reason function returns reason value.

type GetAccountReq

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

func (*GetAccountReq) Descriptor deprecated

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

Deprecated: Use GetAccountReq.ProtoReflect.Descriptor instead.

func (*GetAccountReq) GetUuid

func (x *GetAccountReq) GetUuid() string

func (*GetAccountReq) ProtoMessage

func (*GetAccountReq) ProtoMessage()

func (*GetAccountReq) ProtoReflect

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

func (*GetAccountReq) Reset

func (x *GetAccountReq) Reset()

func (*GetAccountReq) String

func (x *GetAccountReq) String() string

func (*GetAccountReq) Validate

func (m *GetAccountReq) Validate() error

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

func (m *GetAccountReq) ValidateAll() error

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

type GetAccountReqMultiError

type GetAccountReqMultiError []error

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

func (GetAccountReqMultiError) AllErrors

func (m GetAccountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAccountReqMultiError) Error

func (m GetAccountReqMultiError) Error() string

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

type GetAccountReqValidationError

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

GetAccountReqValidationError is the validation error returned by GetAccountReq.Validate if the designated constraints aren't met.

func (GetAccountReqValidationError) Cause

Cause function returns cause value.

func (GetAccountReqValidationError) Error

Error satisfies the builtin error interface

func (GetAccountReqValidationError) ErrorName

func (e GetAccountReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetAccountReqValidationError) Field

Field function returns field value.

func (GetAccountReqValidationError) Key

Key function returns key value.

func (GetAccountReqValidationError) Reason

Reason function returns reason value.

type GetAvatarReviewReply

type GetAvatarReviewReply struct {
	Review []*GetAvatarReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarReviewReply) Descriptor deprecated

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

Deprecated: Use GetAvatarReviewReply.ProtoReflect.Descriptor instead.

func (*GetAvatarReviewReply) GetReview

func (*GetAvatarReviewReply) ProtoMessage

func (*GetAvatarReviewReply) ProtoMessage()

func (*GetAvatarReviewReply) ProtoReflect

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

func (*GetAvatarReviewReply) Reset

func (x *GetAvatarReviewReply) Reset()

func (*GetAvatarReviewReply) String

func (x *GetAvatarReviewReply) String() string

func (*GetAvatarReviewReply) Validate

func (m *GetAvatarReviewReply) Validate() error

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

func (m *GetAvatarReviewReply) ValidateAll() error

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

type GetAvatarReviewReplyMultiError

type GetAvatarReviewReplyMultiError []error

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

func (GetAvatarReviewReplyMultiError) AllErrors

func (m GetAvatarReviewReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAvatarReviewReplyMultiError) Error

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

type GetAvatarReviewReplyValidationError

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

GetAvatarReviewReplyValidationError is the validation error returned by GetAvatarReviewReply.Validate if the designated constraints aren't met.

func (GetAvatarReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetAvatarReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetAvatarReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetAvatarReviewReplyValidationError) Field

Field function returns field value.

func (GetAvatarReviewReplyValidationError) Key

Key function returns key value.

func (GetAvatarReviewReplyValidationError) Reason

Reason function returns reason value.

type GetAvatarReviewReply_Review

type GetAvatarReviewReply_Review struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId    string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,7,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,9,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,10,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarReviewReply_Review) Descriptor deprecated

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

Deprecated: Use GetAvatarReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetAvatarReviewReply_Review) GetCategory

func (x *GetAvatarReviewReply_Review) GetCategory() string

func (*GetAvatarReviewReply_Review) GetCreateAt

func (x *GetAvatarReviewReply_Review) GetCreateAt() string

func (*GetAvatarReviewReply_Review) GetId

func (*GetAvatarReviewReply_Review) GetJobId

func (x *GetAvatarReviewReply_Review) GetJobId() string

func (*GetAvatarReviewReply_Review) GetLabel

func (x *GetAvatarReviewReply_Review) GetLabel() string

func (*GetAvatarReviewReply_Review) GetResult

func (x *GetAvatarReviewReply_Review) GetResult() int32

func (*GetAvatarReviewReply_Review) GetScore

func (x *GetAvatarReviewReply_Review) GetScore() int32

func (*GetAvatarReviewReply_Review) GetSubLabel

func (x *GetAvatarReviewReply_Review) GetSubLabel() string

func (*GetAvatarReviewReply_Review) GetUrl

func (x *GetAvatarReviewReply_Review) GetUrl() string

func (*GetAvatarReviewReply_Review) GetUuid

func (x *GetAvatarReviewReply_Review) GetUuid() string

func (*GetAvatarReviewReply_Review) ProtoMessage

func (*GetAvatarReviewReply_Review) ProtoMessage()

func (*GetAvatarReviewReply_Review) ProtoReflect

func (*GetAvatarReviewReply_Review) Reset

func (x *GetAvatarReviewReply_Review) Reset()

func (*GetAvatarReviewReply_Review) String

func (x *GetAvatarReviewReply_Review) String() string

func (*GetAvatarReviewReply_Review) Validate

func (m *GetAvatarReviewReply_Review) Validate() error

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

func (m *GetAvatarReviewReply_Review) ValidateAll() error

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

type GetAvatarReviewReply_ReviewMultiError

type GetAvatarReviewReply_ReviewMultiError []error

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

func (GetAvatarReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAvatarReviewReply_ReviewMultiError) Error

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

type GetAvatarReviewReply_ReviewValidationError

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

GetAvatarReviewReply_ReviewValidationError is the validation error returned by GetAvatarReviewReply_Review.Validate if the designated constraints aren't met.

func (GetAvatarReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetAvatarReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetAvatarReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetAvatarReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetAvatarReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetAvatarReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetAvatarReviewReq

type GetAvatarReviewReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarReviewReq) Descriptor deprecated

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

Deprecated: Use GetAvatarReviewReq.ProtoReflect.Descriptor instead.

func (*GetAvatarReviewReq) GetPage

func (x *GetAvatarReviewReq) GetPage() int32

func (*GetAvatarReviewReq) GetUuid

func (x *GetAvatarReviewReq) GetUuid() string

func (*GetAvatarReviewReq) ProtoMessage

func (*GetAvatarReviewReq) ProtoMessage()

func (*GetAvatarReviewReq) ProtoReflect

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

func (*GetAvatarReviewReq) Reset

func (x *GetAvatarReviewReq) Reset()

func (*GetAvatarReviewReq) String

func (x *GetAvatarReviewReq) String() string

func (*GetAvatarReviewReq) Validate

func (m *GetAvatarReviewReq) Validate() error

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

func (m *GetAvatarReviewReq) ValidateAll() error

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

type GetAvatarReviewReqMultiError

type GetAvatarReviewReqMultiError []error

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

func (GetAvatarReviewReqMultiError) AllErrors

func (m GetAvatarReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAvatarReviewReqMultiError) Error

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

type GetAvatarReviewReqValidationError

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

GetAvatarReviewReqValidationError is the validation error returned by GetAvatarReviewReq.Validate if the designated constraints aren't met.

func (GetAvatarReviewReqValidationError) Cause

Cause function returns cause value.

func (GetAvatarReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetAvatarReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetAvatarReviewReqValidationError) Field

Field function returns field value.

func (GetAvatarReviewReqValidationError) Key

Key function returns key value.

func (GetAvatarReviewReqValidationError) Reason

Reason function returns reason value.

type GetCosSessionKeyReply

type GetCosSessionKeyReply struct {
	TmpSecretId  string `protobuf:"bytes,1,opt,name=tmp_secret_id,json=tmpSecretId,proto3" json:"tmp_secret_id,omitempty"`
	TmpSecretKey string `protobuf:"bytes,2,opt,name=tmp_secret_key,json=tmpSecretKey,proto3" json:"tmp_secret_key,omitempty"`
	SessionToken string `protobuf:"bytes,3,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"`
	StartTime    int64  `protobuf:"varint,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	ExpiredTime  int64  `protobuf:"varint,5,opt,name=expired_time,json=expiredTime,proto3" json:"expired_time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCosSessionKeyReply) Descriptor deprecated

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

Deprecated: Use GetCosSessionKeyReply.ProtoReflect.Descriptor instead.

func (*GetCosSessionKeyReply) GetExpiredTime

func (x *GetCosSessionKeyReply) GetExpiredTime() int64

func (*GetCosSessionKeyReply) GetSessionToken

func (x *GetCosSessionKeyReply) GetSessionToken() string

func (*GetCosSessionKeyReply) GetStartTime

func (x *GetCosSessionKeyReply) GetStartTime() int64

func (*GetCosSessionKeyReply) GetTmpSecretId

func (x *GetCosSessionKeyReply) GetTmpSecretId() string

func (*GetCosSessionKeyReply) GetTmpSecretKey

func (x *GetCosSessionKeyReply) GetTmpSecretKey() string

func (*GetCosSessionKeyReply) ProtoMessage

func (*GetCosSessionKeyReply) ProtoMessage()

func (*GetCosSessionKeyReply) ProtoReflect

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

func (*GetCosSessionKeyReply) Reset

func (x *GetCosSessionKeyReply) Reset()

func (*GetCosSessionKeyReply) String

func (x *GetCosSessionKeyReply) String() string

func (*GetCosSessionKeyReply) Validate

func (m *GetCosSessionKeyReply) Validate() error

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

func (m *GetCosSessionKeyReply) ValidateAll() error

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

type GetCosSessionKeyReplyMultiError

type GetCosSessionKeyReplyMultiError []error

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

func (GetCosSessionKeyReplyMultiError) AllErrors

func (m GetCosSessionKeyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCosSessionKeyReplyMultiError) Error

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

type GetCosSessionKeyReplyValidationError

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

GetCosSessionKeyReplyValidationError is the validation error returned by GetCosSessionKeyReply.Validate if the designated constraints aren't met.

func (GetCosSessionKeyReplyValidationError) Cause

Cause function returns cause value.

func (GetCosSessionKeyReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCosSessionKeyReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCosSessionKeyReplyValidationError) Field

Field function returns field value.

func (GetCosSessionKeyReplyValidationError) Key

Key function returns key value.

func (GetCosSessionKeyReplyValidationError) Reason

Reason function returns reason value.

type GetCosSessionKeyReq

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

func (*GetCosSessionKeyReq) Descriptor deprecated

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

Deprecated: Use GetCosSessionKeyReq.ProtoReflect.Descriptor instead.

func (*GetCosSessionKeyReq) GetUuid

func (x *GetCosSessionKeyReq) GetUuid() string

func (*GetCosSessionKeyReq) ProtoMessage

func (*GetCosSessionKeyReq) ProtoMessage()

func (*GetCosSessionKeyReq) ProtoReflect

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

func (*GetCosSessionKeyReq) Reset

func (x *GetCosSessionKeyReq) Reset()

func (*GetCosSessionKeyReq) String

func (x *GetCosSessionKeyReq) String() string

func (*GetCosSessionKeyReq) Validate

func (m *GetCosSessionKeyReq) Validate() error

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

func (m *GetCosSessionKeyReq) ValidateAll() error

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

type GetCosSessionKeyReqMultiError

type GetCosSessionKeyReqMultiError []error

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

func (GetCosSessionKeyReqMultiError) AllErrors

func (m GetCosSessionKeyReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCosSessionKeyReqMultiError) Error

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

type GetCosSessionKeyReqValidationError

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

GetCosSessionKeyReqValidationError is the validation error returned by GetCosSessionKeyReq.Validate if the designated constraints aren't met.

func (GetCosSessionKeyReqValidationError) Cause

Cause function returns cause value.

func (GetCosSessionKeyReqValidationError) Error

Error satisfies the builtin error interface

func (GetCosSessionKeyReqValidationError) ErrorName

ErrorName returns error name.

func (GetCosSessionKeyReqValidationError) Field

Field function returns field value.

func (GetCosSessionKeyReqValidationError) Key

Key function returns key value.

func (GetCosSessionKeyReqValidationError) Reason

Reason function returns reason value.

type GetCoverReviewReply

type GetCoverReviewReply struct {
	Review []*GetCoverReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCoverReviewReply) Descriptor deprecated

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

Deprecated: Use GetCoverReviewReply.ProtoReflect.Descriptor instead.

func (*GetCoverReviewReply) GetReview

func (*GetCoverReviewReply) ProtoMessage

func (*GetCoverReviewReply) ProtoMessage()

func (*GetCoverReviewReply) ProtoReflect

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

func (*GetCoverReviewReply) Reset

func (x *GetCoverReviewReply) Reset()

func (*GetCoverReviewReply) String

func (x *GetCoverReviewReply) String() string

func (*GetCoverReviewReply) Validate

func (m *GetCoverReviewReply) Validate() error

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

func (m *GetCoverReviewReply) ValidateAll() error

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

type GetCoverReviewReplyMultiError

type GetCoverReviewReplyMultiError []error

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

func (GetCoverReviewReplyMultiError) AllErrors

func (m GetCoverReviewReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCoverReviewReplyMultiError) Error

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

type GetCoverReviewReplyValidationError

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

GetCoverReviewReplyValidationError is the validation error returned by GetCoverReviewReply.Validate if the designated constraints aren't met.

func (GetCoverReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetCoverReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCoverReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCoverReviewReplyValidationError) Field

Field function returns field value.

func (GetCoverReviewReplyValidationError) Key

Key function returns key value.

func (GetCoverReviewReplyValidationError) Reason

Reason function returns reason value.

type GetCoverReviewReply_Review

type GetCoverReviewReply_Review struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId    string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url      string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,7,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,9,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,10,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCoverReviewReply_Review) Descriptor deprecated

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

Deprecated: Use GetCoverReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetCoverReviewReply_Review) GetCategory

func (x *GetCoverReviewReply_Review) GetCategory() string

func (*GetCoverReviewReply_Review) GetCreateAt

func (x *GetCoverReviewReply_Review) GetCreateAt() string

func (*GetCoverReviewReply_Review) GetId

func (x *GetCoverReviewReply_Review) GetId() int32

func (*GetCoverReviewReply_Review) GetJobId

func (x *GetCoverReviewReply_Review) GetJobId() string

func (*GetCoverReviewReply_Review) GetLabel

func (x *GetCoverReviewReply_Review) GetLabel() string

func (*GetCoverReviewReply_Review) GetResult

func (x *GetCoverReviewReply_Review) GetResult() int32

func (*GetCoverReviewReply_Review) GetScore

func (x *GetCoverReviewReply_Review) GetScore() int32

func (*GetCoverReviewReply_Review) GetSubLabel

func (x *GetCoverReviewReply_Review) GetSubLabel() string

func (*GetCoverReviewReply_Review) GetUrl

func (x *GetCoverReviewReply_Review) GetUrl() string

func (*GetCoverReviewReply_Review) GetUuid

func (x *GetCoverReviewReply_Review) GetUuid() string

func (*GetCoverReviewReply_Review) ProtoMessage

func (*GetCoverReviewReply_Review) ProtoMessage()

func (*GetCoverReviewReply_Review) ProtoReflect

func (*GetCoverReviewReply_Review) Reset

func (x *GetCoverReviewReply_Review) Reset()

func (*GetCoverReviewReply_Review) String

func (x *GetCoverReviewReply_Review) String() string

func (*GetCoverReviewReply_Review) Validate

func (m *GetCoverReviewReply_Review) Validate() error

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

func (m *GetCoverReviewReply_Review) ValidateAll() error

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

type GetCoverReviewReply_ReviewMultiError

type GetCoverReviewReply_ReviewMultiError []error

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

func (GetCoverReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCoverReviewReply_ReviewMultiError) Error

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

type GetCoverReviewReply_ReviewValidationError

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

GetCoverReviewReply_ReviewValidationError is the validation error returned by GetCoverReviewReply_Review.Validate if the designated constraints aren't met.

func (GetCoverReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetCoverReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetCoverReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetCoverReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetCoverReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetCoverReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetCoverReviewReq

type GetCoverReviewReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCoverReviewReq) Descriptor deprecated

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

Deprecated: Use GetCoverReviewReq.ProtoReflect.Descriptor instead.

func (*GetCoverReviewReq) GetPage

func (x *GetCoverReviewReq) GetPage() int32

func (*GetCoverReviewReq) GetUuid

func (x *GetCoverReviewReq) GetUuid() string

func (*GetCoverReviewReq) ProtoMessage

func (*GetCoverReviewReq) ProtoMessage()

func (*GetCoverReviewReq) ProtoReflect

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

func (*GetCoverReviewReq) Reset

func (x *GetCoverReviewReq) Reset()

func (*GetCoverReviewReq) String

func (x *GetCoverReviewReq) String() string

func (*GetCoverReviewReq) Validate

func (m *GetCoverReviewReq) Validate() error

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

func (m *GetCoverReviewReq) ValidateAll() error

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

type GetCoverReviewReqMultiError

type GetCoverReviewReqMultiError []error

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

func (GetCoverReviewReqMultiError) AllErrors

func (m GetCoverReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCoverReviewReqMultiError) Error

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

type GetCoverReviewReqValidationError

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

GetCoverReviewReqValidationError is the validation error returned by GetCoverReviewReq.Validate if the designated constraints aren't met.

func (GetCoverReviewReqValidationError) Cause

Cause function returns cause value.

func (GetCoverReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetCoverReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetCoverReviewReqValidationError) Field

Field function returns field value.

func (GetCoverReviewReqValidationError) Key

Key function returns key value.

func (GetCoverReviewReqValidationError) Reason

Reason function returns reason value.

type GetFollowListCountReply

type GetFollowListCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowListCountReply) Descriptor deprecated

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

Deprecated: Use GetFollowListCountReply.ProtoReflect.Descriptor instead.

func (*GetFollowListCountReply) GetCount

func (x *GetFollowListCountReply) GetCount() int32

func (*GetFollowListCountReply) ProtoMessage

func (*GetFollowListCountReply) ProtoMessage()

func (*GetFollowListCountReply) ProtoReflect

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

func (*GetFollowListCountReply) Reset

func (x *GetFollowListCountReply) Reset()

func (*GetFollowListCountReply) String

func (x *GetFollowListCountReply) String() string

func (*GetFollowListCountReply) Validate

func (m *GetFollowListCountReply) Validate() error

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

func (m *GetFollowListCountReply) ValidateAll() error

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

type GetFollowListCountReplyMultiError

type GetFollowListCountReplyMultiError []error

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

func (GetFollowListCountReplyMultiError) AllErrors

func (m GetFollowListCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowListCountReplyMultiError) Error

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

type GetFollowListCountReplyValidationError

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

GetFollowListCountReplyValidationError is the validation error returned by GetFollowListCountReply.Validate if the designated constraints aren't met.

func (GetFollowListCountReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowListCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowListCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFollowListCountReplyValidationError) Field

Field function returns field value.

func (GetFollowListCountReplyValidationError) Key

Key function returns key value.

func (GetFollowListCountReplyValidationError) Reason

Reason function returns reason value.

type GetFollowListCountReq

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

func (*GetFollowListCountReq) Descriptor deprecated

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

Deprecated: Use GetFollowListCountReq.ProtoReflect.Descriptor instead.

func (*GetFollowListCountReq) GetUuid

func (x *GetFollowListCountReq) GetUuid() string

func (*GetFollowListCountReq) ProtoMessage

func (*GetFollowListCountReq) ProtoMessage()

func (*GetFollowListCountReq) ProtoReflect

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

func (*GetFollowListCountReq) Reset

func (x *GetFollowListCountReq) Reset()

func (*GetFollowListCountReq) String

func (x *GetFollowListCountReq) String() string

func (*GetFollowListCountReq) Validate

func (m *GetFollowListCountReq) Validate() error

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

func (m *GetFollowListCountReq) ValidateAll() error

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

type GetFollowListCountReqMultiError

type GetFollowListCountReqMultiError []error

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

func (GetFollowListCountReqMultiError) AllErrors

func (m GetFollowListCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowListCountReqMultiError) Error

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

type GetFollowListCountReqValidationError

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

GetFollowListCountReqValidationError is the validation error returned by GetFollowListCountReq.Validate if the designated constraints aren't met.

func (GetFollowListCountReqValidationError) Cause

Cause function returns cause value.

func (GetFollowListCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetFollowListCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetFollowListCountReqValidationError) Field

Field function returns field value.

func (GetFollowListCountReqValidationError) Key

Key function returns key value.

func (GetFollowListCountReqValidationError) Reason

Reason function returns reason value.

type GetFollowListReply

type GetFollowListReply struct {
	Follow []*GetFollowListReply_Follow `protobuf:"bytes,1,rep,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowListReply) Descriptor deprecated

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

Deprecated: Use GetFollowListReply.ProtoReflect.Descriptor instead.

func (*GetFollowListReply) GetFollow

func (*GetFollowListReply) ProtoMessage

func (*GetFollowListReply) ProtoMessage()

func (*GetFollowListReply) ProtoReflect

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

func (*GetFollowListReply) Reset

func (x *GetFollowListReply) Reset()

func (*GetFollowListReply) String

func (x *GetFollowListReply) String() string

func (*GetFollowListReply) Validate

func (m *GetFollowListReply) Validate() error

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

func (m *GetFollowListReply) ValidateAll() error

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

type GetFollowListReplyMultiError

type GetFollowListReplyMultiError []error

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

func (GetFollowListReplyMultiError) AllErrors

func (m GetFollowListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowListReplyMultiError) Error

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

type GetFollowListReplyValidationError

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

GetFollowListReplyValidationError is the validation error returned by GetFollowListReply.Validate if the designated constraints aren't met.

func (GetFollowListReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFollowListReplyValidationError) Field

Field function returns field value.

func (GetFollowListReplyValidationError) Key

Key function returns key value.

func (GetFollowListReplyValidationError) Reason

Reason function returns reason value.

type GetFollowListReply_Follow

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

func (*GetFollowListReply_Follow) Descriptor deprecated

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

Deprecated: Use GetFollowListReply_Follow.ProtoReflect.Descriptor instead.

func (*GetFollowListReply_Follow) GetUuid

func (x *GetFollowListReply_Follow) GetUuid() string

func (*GetFollowListReply_Follow) ProtoMessage

func (*GetFollowListReply_Follow) ProtoMessage()

func (*GetFollowListReply_Follow) ProtoReflect

func (*GetFollowListReply_Follow) Reset

func (x *GetFollowListReply_Follow) Reset()

func (*GetFollowListReply_Follow) String

func (x *GetFollowListReply_Follow) String() string

func (*GetFollowListReply_Follow) Validate

func (m *GetFollowListReply_Follow) Validate() error

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

func (m *GetFollowListReply_Follow) ValidateAll() error

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

type GetFollowListReply_FollowMultiError

type GetFollowListReply_FollowMultiError []error

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

func (GetFollowListReply_FollowMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetFollowListReply_FollowMultiError) Error

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

type GetFollowListReply_FollowValidationError

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

GetFollowListReply_FollowValidationError is the validation error returned by GetFollowListReply_Follow.Validate if the designated constraints aren't met.

func (GetFollowListReply_FollowValidationError) Cause

Cause function returns cause value.

func (GetFollowListReply_FollowValidationError) Error

Error satisfies the builtin error interface

func (GetFollowListReply_FollowValidationError) ErrorName

ErrorName returns error name.

func (GetFollowListReply_FollowValidationError) Field

Field function returns field value.

func (GetFollowListReply_FollowValidationError) Key

Key function returns key value.

func (GetFollowListReply_FollowValidationError) Reason

Reason function returns reason value.

type GetFollowListReq

type GetFollowListReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowListReq) Descriptor deprecated

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

Deprecated: Use GetFollowListReq.ProtoReflect.Descriptor instead.

func (*GetFollowListReq) GetPage

func (x *GetFollowListReq) GetPage() int32

func (*GetFollowListReq) GetUuid

func (x *GetFollowListReq) GetUuid() string

func (*GetFollowListReq) ProtoMessage

func (*GetFollowListReq) ProtoMessage()

func (*GetFollowListReq) ProtoReflect

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

func (*GetFollowListReq) Reset

func (x *GetFollowListReq) Reset()

func (*GetFollowListReq) String

func (x *GetFollowListReq) String() string

func (*GetFollowListReq) Validate

func (m *GetFollowListReq) Validate() error

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

func (m *GetFollowListReq) ValidateAll() error

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

type GetFollowListReqMultiError

type GetFollowListReqMultiError []error

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

func (GetFollowListReqMultiError) AllErrors

func (m GetFollowListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowListReqMultiError) Error

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

type GetFollowListReqValidationError

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

GetFollowListReqValidationError is the validation error returned by GetFollowListReq.Validate if the designated constraints aren't met.

func (GetFollowListReqValidationError) Cause

Cause function returns cause value.

func (GetFollowListReqValidationError) Error

Error satisfies the builtin error interface

func (GetFollowListReqValidationError) ErrorName

ErrorName returns error name.

func (GetFollowListReqValidationError) Field

Field function returns field value.

func (GetFollowListReqValidationError) Key

Key function returns key value.

func (GetFollowListReqValidationError) Reason

Reason function returns reason value.

type GetFollowedListCountReply

type GetFollowedListCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowedListCountReply) Descriptor deprecated

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

Deprecated: Use GetFollowedListCountReply.ProtoReflect.Descriptor instead.

func (*GetFollowedListCountReply) GetCount

func (x *GetFollowedListCountReply) GetCount() int32

func (*GetFollowedListCountReply) ProtoMessage

func (*GetFollowedListCountReply) ProtoMessage()

func (*GetFollowedListCountReply) ProtoReflect

func (*GetFollowedListCountReply) Reset

func (x *GetFollowedListCountReply) Reset()

func (*GetFollowedListCountReply) String

func (x *GetFollowedListCountReply) String() string

func (*GetFollowedListCountReply) Validate

func (m *GetFollowedListCountReply) Validate() error

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

func (m *GetFollowedListCountReply) ValidateAll() error

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

type GetFollowedListCountReplyMultiError

type GetFollowedListCountReplyMultiError []error

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

func (GetFollowedListCountReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetFollowedListCountReplyMultiError) Error

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

type GetFollowedListCountReplyValidationError

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

GetFollowedListCountReplyValidationError is the validation error returned by GetFollowedListCountReply.Validate if the designated constraints aren't met.

func (GetFollowedListCountReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowedListCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowedListCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFollowedListCountReplyValidationError) Field

Field function returns field value.

func (GetFollowedListCountReplyValidationError) Key

Key function returns key value.

func (GetFollowedListCountReplyValidationError) Reason

Reason function returns reason value.

type GetFollowedListCountReq

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

func (*GetFollowedListCountReq) Descriptor deprecated

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

Deprecated: Use GetFollowedListCountReq.ProtoReflect.Descriptor instead.

func (*GetFollowedListCountReq) GetUuid

func (x *GetFollowedListCountReq) GetUuid() string

func (*GetFollowedListCountReq) ProtoMessage

func (*GetFollowedListCountReq) ProtoMessage()

func (*GetFollowedListCountReq) ProtoReflect

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

func (*GetFollowedListCountReq) Reset

func (x *GetFollowedListCountReq) Reset()

func (*GetFollowedListCountReq) String

func (x *GetFollowedListCountReq) String() string

func (*GetFollowedListCountReq) Validate

func (m *GetFollowedListCountReq) Validate() error

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

func (m *GetFollowedListCountReq) ValidateAll() error

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

type GetFollowedListCountReqMultiError

type GetFollowedListCountReqMultiError []error

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

func (GetFollowedListCountReqMultiError) AllErrors

func (m GetFollowedListCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowedListCountReqMultiError) Error

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

type GetFollowedListCountReqValidationError

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

GetFollowedListCountReqValidationError is the validation error returned by GetFollowedListCountReq.Validate if the designated constraints aren't met.

func (GetFollowedListCountReqValidationError) Cause

Cause function returns cause value.

func (GetFollowedListCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetFollowedListCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetFollowedListCountReqValidationError) Field

Field function returns field value.

func (GetFollowedListCountReqValidationError) Key

Key function returns key value.

func (GetFollowedListCountReqValidationError) Reason

Reason function returns reason value.

type GetFollowedListReply

type GetFollowedListReply struct {
	Follow []*GetFollowedListReply_Follow `protobuf:"bytes,1,rep,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowedListReply) Descriptor deprecated

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

Deprecated: Use GetFollowedListReply.ProtoReflect.Descriptor instead.

func (*GetFollowedListReply) GetFollow

func (*GetFollowedListReply) ProtoMessage

func (*GetFollowedListReply) ProtoMessage()

func (*GetFollowedListReply) ProtoReflect

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

func (*GetFollowedListReply) Reset

func (x *GetFollowedListReply) Reset()

func (*GetFollowedListReply) String

func (x *GetFollowedListReply) String() string

func (*GetFollowedListReply) Validate

func (m *GetFollowedListReply) Validate() error

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

func (m *GetFollowedListReply) ValidateAll() error

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

type GetFollowedListReplyMultiError

type GetFollowedListReplyMultiError []error

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

func (GetFollowedListReplyMultiError) AllErrors

func (m GetFollowedListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowedListReplyMultiError) Error

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

type GetFollowedListReplyValidationError

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

GetFollowedListReplyValidationError is the validation error returned by GetFollowedListReply.Validate if the designated constraints aren't met.

func (GetFollowedListReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFollowedListReplyValidationError) Field

Field function returns field value.

func (GetFollowedListReplyValidationError) Key

Key function returns key value.

func (GetFollowedListReplyValidationError) Reason

Reason function returns reason value.

type GetFollowedListReply_Follow

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

func (*GetFollowedListReply_Follow) Descriptor deprecated

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

Deprecated: Use GetFollowedListReply_Follow.ProtoReflect.Descriptor instead.

func (*GetFollowedListReply_Follow) GetUuid

func (x *GetFollowedListReply_Follow) GetUuid() string

func (*GetFollowedListReply_Follow) ProtoMessage

func (*GetFollowedListReply_Follow) ProtoMessage()

func (*GetFollowedListReply_Follow) ProtoReflect

func (*GetFollowedListReply_Follow) Reset

func (x *GetFollowedListReply_Follow) Reset()

func (*GetFollowedListReply_Follow) String

func (x *GetFollowedListReply_Follow) String() string

func (*GetFollowedListReply_Follow) Validate

func (m *GetFollowedListReply_Follow) Validate() error

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

func (m *GetFollowedListReply_Follow) ValidateAll() error

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

type GetFollowedListReply_FollowMultiError

type GetFollowedListReply_FollowMultiError []error

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

func (GetFollowedListReply_FollowMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetFollowedListReply_FollowMultiError) Error

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

type GetFollowedListReply_FollowValidationError

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

GetFollowedListReply_FollowValidationError is the validation error returned by GetFollowedListReply_Follow.Validate if the designated constraints aren't met.

func (GetFollowedListReply_FollowValidationError) Cause

Cause function returns cause value.

func (GetFollowedListReply_FollowValidationError) Error

Error satisfies the builtin error interface

func (GetFollowedListReply_FollowValidationError) ErrorName

ErrorName returns error name.

func (GetFollowedListReply_FollowValidationError) Field

Field function returns field value.

func (GetFollowedListReply_FollowValidationError) Key

Key function returns key value.

func (GetFollowedListReply_FollowValidationError) Reason

Reason function returns reason value.

type GetFollowedListReq

type GetFollowedListReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowedListReq) Descriptor deprecated

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

Deprecated: Use GetFollowedListReq.ProtoReflect.Descriptor instead.

func (*GetFollowedListReq) GetPage

func (x *GetFollowedListReq) GetPage() int32

func (*GetFollowedListReq) GetUuid

func (x *GetFollowedListReq) GetUuid() string

func (*GetFollowedListReq) ProtoMessage

func (*GetFollowedListReq) ProtoMessage()

func (*GetFollowedListReq) ProtoReflect

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

func (*GetFollowedListReq) Reset

func (x *GetFollowedListReq) Reset()

func (*GetFollowedListReq) String

func (x *GetFollowedListReq) String() string

func (*GetFollowedListReq) Validate

func (m *GetFollowedListReq) Validate() error

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

func (m *GetFollowedListReq) ValidateAll() error

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

type GetFollowedListReqMultiError

type GetFollowedListReqMultiError []error

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

func (GetFollowedListReqMultiError) AllErrors

func (m GetFollowedListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowedListReqMultiError) Error

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

type GetFollowedListReqValidationError

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

GetFollowedListReqValidationError is the validation error returned by GetFollowedListReq.Validate if the designated constraints aren't met.

func (GetFollowedListReqValidationError) Cause

Cause function returns cause value.

func (GetFollowedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetFollowedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetFollowedListReqValidationError) Field

Field function returns field value.

func (GetFollowedListReqValidationError) Key

Key function returns key value.

func (GetFollowedListReqValidationError) Reason

Reason function returns reason value.

type GetProfileListReply

type GetProfileListReply struct {
	Profile []*GetProfileListReply_Profile `protobuf:"bytes,1,rep,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileListReply) Descriptor deprecated

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

Deprecated: Use GetProfileListReply.ProtoReflect.Descriptor instead.

func (*GetProfileListReply) GetProfile

func (*GetProfileListReply) ProtoMessage

func (*GetProfileListReply) ProtoMessage()

func (*GetProfileListReply) ProtoReflect

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

func (*GetProfileListReply) Reset

func (x *GetProfileListReply) Reset()

func (*GetProfileListReply) String

func (x *GetProfileListReply) String() string

func (*GetProfileListReply) Validate

func (m *GetProfileListReply) Validate() error

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

func (m *GetProfileListReply) ValidateAll() error

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

type GetProfileListReplyMultiError

type GetProfileListReplyMultiError []error

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

func (GetProfileListReplyMultiError) AllErrors

func (m GetProfileListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileListReplyMultiError) Error

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

type GetProfileListReplyValidationError

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

GetProfileListReplyValidationError is the validation error returned by GetProfileListReply.Validate if the designated constraints aren't met.

func (GetProfileListReplyValidationError) Cause

Cause function returns cause value.

func (GetProfileListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetProfileListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetProfileListReplyValidationError) Field

Field function returns field value.

func (GetProfileListReplyValidationError) Key

Key function returns key value.

func (GetProfileListReplyValidationError) Reason

Reason function returns reason value.

type GetProfileListReply_Profile

type GetProfileListReply_Profile struct {
	Uuid      string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username  string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileListReply_Profile) Descriptor deprecated

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

Deprecated: Use GetProfileListReply_Profile.ProtoReflect.Descriptor instead.

func (*GetProfileListReply_Profile) GetIntroduce

func (x *GetProfileListReply_Profile) GetIntroduce() string

func (*GetProfileListReply_Profile) GetUsername

func (x *GetProfileListReply_Profile) GetUsername() string

func (*GetProfileListReply_Profile) GetUuid

func (x *GetProfileListReply_Profile) GetUuid() string

func (*GetProfileListReply_Profile) ProtoMessage

func (*GetProfileListReply_Profile) ProtoMessage()

func (*GetProfileListReply_Profile) ProtoReflect

func (*GetProfileListReply_Profile) Reset

func (x *GetProfileListReply_Profile) Reset()

func (*GetProfileListReply_Profile) String

func (x *GetProfileListReply_Profile) String() string

func (*GetProfileListReply_Profile) Validate

func (m *GetProfileListReply_Profile) Validate() error

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

func (m *GetProfileListReply_Profile) ValidateAll() error

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

type GetProfileListReply_ProfileMultiError

type GetProfileListReply_ProfileMultiError []error

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

func (GetProfileListReply_ProfileMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetProfileListReply_ProfileMultiError) Error

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

type GetProfileListReply_ProfileValidationError

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

GetProfileListReply_ProfileValidationError is the validation error returned by GetProfileListReply_Profile.Validate if the designated constraints aren't met.

func (GetProfileListReply_ProfileValidationError) Cause

Cause function returns cause value.

func (GetProfileListReply_ProfileValidationError) Error

Error satisfies the builtin error interface

func (GetProfileListReply_ProfileValidationError) ErrorName

ErrorName returns error name.

func (GetProfileListReply_ProfileValidationError) Field

Field function returns field value.

func (GetProfileListReply_ProfileValidationError) Key

Key function returns key value.

func (GetProfileListReply_ProfileValidationError) Reason

Reason function returns reason value.

type GetProfileListReq

type GetProfileListReq struct {
	Uuids []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileListReq) Descriptor deprecated

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

Deprecated: Use GetProfileListReq.ProtoReflect.Descriptor instead.

func (*GetProfileListReq) GetUuids

func (x *GetProfileListReq) GetUuids() []string

func (*GetProfileListReq) ProtoMessage

func (*GetProfileListReq) ProtoMessage()

func (*GetProfileListReq) ProtoReflect

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

func (*GetProfileListReq) Reset

func (x *GetProfileListReq) Reset()

func (*GetProfileListReq) String

func (x *GetProfileListReq) String() string

func (*GetProfileListReq) Validate

func (m *GetProfileListReq) Validate() error

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

func (m *GetProfileListReq) ValidateAll() error

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

type GetProfileListReqMultiError

type GetProfileListReqMultiError []error

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

func (GetProfileListReqMultiError) AllErrors

func (m GetProfileListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileListReqMultiError) Error

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

type GetProfileListReqValidationError

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

GetProfileListReqValidationError is the validation error returned by GetProfileListReq.Validate if the designated constraints aren't met.

func (GetProfileListReqValidationError) Cause

Cause function returns cause value.

func (GetProfileListReqValidationError) Error

Error satisfies the builtin error interface

func (GetProfileListReqValidationError) ErrorName

ErrorName returns error name.

func (GetProfileListReqValidationError) Field

Field function returns field value.

func (GetProfileListReqValidationError) Key

Key function returns key value.

func (GetProfileListReqValidationError) Reason

Reason function returns reason value.

type GetProfileReply

type GetProfileReply struct {
	Uuid      string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username  string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Avatar    string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"`
	School    string `protobuf:"bytes,4,opt,name=school,proto3" json:"school,omitempty"`
	Company   string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"`
	Job       string `protobuf:"bytes,6,opt,name=job,proto3" json:"job,omitempty"`
	Homepage  string `protobuf:"bytes,7,opt,name=homepage,proto3" json:"homepage,omitempty"`
	Introduce string `protobuf:"bytes,8,opt,name=introduce,proto3" json:"introduce,omitempty"`
	Created   string `protobuf:"bytes,9,opt,name=created,proto3" json:"created,omitempty"`
	Github    string `protobuf:"bytes,10,opt,name=github,proto3" json:"github,omitempty"`
	Gitee     string `protobuf:"bytes,11,opt,name=gitee,proto3" json:"gitee,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileReply) Descriptor deprecated

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

Deprecated: Use GetProfileReply.ProtoReflect.Descriptor instead.

func (*GetProfileReply) GetAvatar

func (x *GetProfileReply) GetAvatar() string

func (*GetProfileReply) GetCompany

func (x *GetProfileReply) GetCompany() string

func (*GetProfileReply) GetCreated

func (x *GetProfileReply) GetCreated() string

func (*GetProfileReply) GetGitee added in v1.3.0

func (x *GetProfileReply) GetGitee() string

func (*GetProfileReply) GetGithub added in v1.3.0

func (x *GetProfileReply) GetGithub() string

func (*GetProfileReply) GetHomepage

func (x *GetProfileReply) GetHomepage() string

func (*GetProfileReply) GetIntroduce

func (x *GetProfileReply) GetIntroduce() string

func (*GetProfileReply) GetJob

func (x *GetProfileReply) GetJob() string

func (*GetProfileReply) GetSchool

func (x *GetProfileReply) GetSchool() string

func (*GetProfileReply) GetUsername

func (x *GetProfileReply) GetUsername() string

func (*GetProfileReply) GetUuid

func (x *GetProfileReply) GetUuid() string

func (*GetProfileReply) ProtoMessage

func (*GetProfileReply) ProtoMessage()

func (*GetProfileReply) ProtoReflect

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

func (*GetProfileReply) Reset

func (x *GetProfileReply) Reset()

func (*GetProfileReply) String

func (x *GetProfileReply) String() string

func (*GetProfileReply) Validate

func (m *GetProfileReply) Validate() error

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

func (m *GetProfileReply) ValidateAll() error

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

type GetProfileReplyMultiError

type GetProfileReplyMultiError []error

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

func (GetProfileReplyMultiError) AllErrors

func (m GetProfileReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileReplyMultiError) Error

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

type GetProfileReplyValidationError

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

GetProfileReplyValidationError is the validation error returned by GetProfileReply.Validate if the designated constraints aren't met.

func (GetProfileReplyValidationError) Cause

Cause function returns cause value.

func (GetProfileReplyValidationError) Error

Error satisfies the builtin error interface

func (GetProfileReplyValidationError) ErrorName

func (e GetProfileReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetProfileReplyValidationError) Field

Field function returns field value.

func (GetProfileReplyValidationError) Key

Key function returns key value.

func (GetProfileReplyValidationError) Reason

Reason function returns reason value.

type GetProfileReq

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

func (*GetProfileReq) Descriptor deprecated

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

Deprecated: Use GetProfileReq.ProtoReflect.Descriptor instead.

func (*GetProfileReq) GetUuid

func (x *GetProfileReq) GetUuid() string

func (*GetProfileReq) ProtoMessage

func (*GetProfileReq) ProtoMessage()

func (*GetProfileReq) ProtoReflect

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

func (*GetProfileReq) Reset

func (x *GetProfileReq) Reset()

func (*GetProfileReq) String

func (x *GetProfileReq) String() string

func (*GetProfileReq) Validate

func (m *GetProfileReq) Validate() error

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

func (m *GetProfileReq) ValidateAll() error

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

type GetProfileReqMultiError

type GetProfileReqMultiError []error

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

func (GetProfileReqMultiError) AllErrors

func (m GetProfileReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileReqMultiError) Error

func (m GetProfileReqMultiError) Error() string

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

type GetProfileReqValidationError

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

GetProfileReqValidationError is the validation error returned by GetProfileReq.Validate if the designated constraints aren't met.

func (GetProfileReqValidationError) Cause

Cause function returns cause value.

func (GetProfileReqValidationError) Error

Error satisfies the builtin error interface

func (GetProfileReqValidationError) ErrorName

func (e GetProfileReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetProfileReqValidationError) Field

Field function returns field value.

func (GetProfileReqValidationError) Key

Key function returns key value.

func (GetProfileReqValidationError) Reason

Reason function returns reason value.

type GetProfileUpdateReply

type GetProfileUpdateReply struct {
	Username  string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Avatar    string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"`
	School    string `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"`
	Company   string `protobuf:"bytes,4,opt,name=company,proto3" json:"company,omitempty"`
	Job       string `protobuf:"bytes,5,opt,name=job,proto3" json:"job,omitempty"`
	Homepage  string `protobuf:"bytes,6,opt,name=homepage,proto3" json:"homepage,omitempty"`
	Introduce string `protobuf:"bytes,7,opt,name=introduce,proto3" json:"introduce,omitempty"`
	Github    string `protobuf:"bytes,8,opt,name=github,proto3" json:"github,omitempty"`
	Gitee     string `protobuf:"bytes,9,opt,name=gitee,proto3" json:"gitee,omitempty"`
	Status    int32  `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileUpdateReply) Descriptor deprecated

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

Deprecated: Use GetProfileUpdateReply.ProtoReflect.Descriptor instead.

func (*GetProfileUpdateReply) GetAvatar

func (x *GetProfileUpdateReply) GetAvatar() string

func (*GetProfileUpdateReply) GetCompany

func (x *GetProfileUpdateReply) GetCompany() string

func (*GetProfileUpdateReply) GetGitee added in v1.3.0

func (x *GetProfileUpdateReply) GetGitee() string

func (*GetProfileUpdateReply) GetGithub added in v1.3.0

func (x *GetProfileUpdateReply) GetGithub() string

func (*GetProfileUpdateReply) GetHomepage

func (x *GetProfileUpdateReply) GetHomepage() string

func (*GetProfileUpdateReply) GetIntroduce

func (x *GetProfileUpdateReply) GetIntroduce() string

func (*GetProfileUpdateReply) GetJob

func (x *GetProfileUpdateReply) GetJob() string

func (*GetProfileUpdateReply) GetSchool

func (x *GetProfileUpdateReply) GetSchool() string

func (*GetProfileUpdateReply) GetStatus

func (x *GetProfileUpdateReply) GetStatus() int32

func (*GetProfileUpdateReply) GetUsername

func (x *GetProfileUpdateReply) GetUsername() string

func (*GetProfileUpdateReply) ProtoMessage

func (*GetProfileUpdateReply) ProtoMessage()

func (*GetProfileUpdateReply) ProtoReflect

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

func (*GetProfileUpdateReply) Reset

func (x *GetProfileUpdateReply) Reset()

func (*GetProfileUpdateReply) String

func (x *GetProfileUpdateReply) String() string

func (*GetProfileUpdateReply) Validate

func (m *GetProfileUpdateReply) Validate() error

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

func (m *GetProfileUpdateReply) ValidateAll() error

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

type GetProfileUpdateReplyMultiError

type GetProfileUpdateReplyMultiError []error

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

func (GetProfileUpdateReplyMultiError) AllErrors

func (m GetProfileUpdateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileUpdateReplyMultiError) Error

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

type GetProfileUpdateReplyValidationError

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

GetProfileUpdateReplyValidationError is the validation error returned by GetProfileUpdateReply.Validate if the designated constraints aren't met.

func (GetProfileUpdateReplyValidationError) Cause

Cause function returns cause value.

func (GetProfileUpdateReplyValidationError) Error

Error satisfies the builtin error interface

func (GetProfileUpdateReplyValidationError) ErrorName

ErrorName returns error name.

func (GetProfileUpdateReplyValidationError) Field

Field function returns field value.

func (GetProfileUpdateReplyValidationError) Key

Key function returns key value.

func (GetProfileUpdateReplyValidationError) Reason

Reason function returns reason value.

type GetProfileUpdateReq

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

func (*GetProfileUpdateReq) Descriptor deprecated

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

Deprecated: Use GetProfileUpdateReq.ProtoReflect.Descriptor instead.

func (*GetProfileUpdateReq) GetUuid

func (x *GetProfileUpdateReq) GetUuid() string

func (*GetProfileUpdateReq) ProtoMessage

func (*GetProfileUpdateReq) ProtoMessage()

func (*GetProfileUpdateReq) ProtoReflect

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

func (*GetProfileUpdateReq) Reset

func (x *GetProfileUpdateReq) Reset()

func (*GetProfileUpdateReq) String

func (x *GetProfileUpdateReq) String() string

func (*GetProfileUpdateReq) Validate

func (m *GetProfileUpdateReq) Validate() error

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

func (m *GetProfileUpdateReq) ValidateAll() error

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

type GetProfileUpdateReqMultiError

type GetProfileUpdateReqMultiError []error

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

func (GetProfileUpdateReqMultiError) AllErrors

func (m GetProfileUpdateReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProfileUpdateReqMultiError) Error

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

type GetProfileUpdateReqValidationError

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

GetProfileUpdateReqValidationError is the validation error returned by GetProfileUpdateReq.Validate if the designated constraints aren't met.

func (GetProfileUpdateReqValidationError) Cause

Cause function returns cause value.

func (GetProfileUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (GetProfileUpdateReqValidationError) ErrorName

ErrorName returns error name.

func (GetProfileUpdateReqValidationError) Field

Field function returns field value.

func (GetProfileUpdateReqValidationError) Key

Key function returns key value.

func (GetProfileUpdateReqValidationError) Reason

Reason function returns reason value.

type GetUserFollowReply

type GetUserFollowReply struct {
	Follow bool `protobuf:"varint,1,opt,name=follow,proto3" json:"follow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserFollowReply) Descriptor deprecated

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

Deprecated: Use GetUserFollowReply.ProtoReflect.Descriptor instead.

func (*GetUserFollowReply) GetFollow

func (x *GetUserFollowReply) GetFollow() bool

func (*GetUserFollowReply) ProtoMessage

func (*GetUserFollowReply) ProtoMessage()

func (*GetUserFollowReply) ProtoReflect

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

func (*GetUserFollowReply) Reset

func (x *GetUserFollowReply) Reset()

func (*GetUserFollowReply) String

func (x *GetUserFollowReply) String() string

func (*GetUserFollowReply) Validate

func (m *GetUserFollowReply) Validate() error

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

func (m *GetUserFollowReply) ValidateAll() error

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

type GetUserFollowReplyMultiError

type GetUserFollowReplyMultiError []error

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

func (GetUserFollowReplyMultiError) AllErrors

func (m GetUserFollowReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserFollowReplyMultiError) Error

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

type GetUserFollowReplyValidationError

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

GetUserFollowReplyValidationError is the validation error returned by GetUserFollowReply.Validate if the designated constraints aren't met.

func (GetUserFollowReplyValidationError) Cause

Cause function returns cause value.

func (GetUserFollowReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserFollowReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserFollowReplyValidationError) Field

Field function returns field value.

func (GetUserFollowReplyValidationError) Key

Key function returns key value.

func (GetUserFollowReplyValidationError) Reason

Reason function returns reason value.

type GetUserFollowReq

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

func (*GetUserFollowReq) Descriptor deprecated

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

Deprecated: Use GetUserFollowReq.ProtoReflect.Descriptor instead.

func (*GetUserFollowReq) GetUserUuid

func (x *GetUserFollowReq) GetUserUuid() string

func (*GetUserFollowReq) GetUuid

func (x *GetUserFollowReq) GetUuid() string

func (*GetUserFollowReq) ProtoMessage

func (*GetUserFollowReq) ProtoMessage()

func (*GetUserFollowReq) ProtoReflect

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

func (*GetUserFollowReq) Reset

func (x *GetUserFollowReq) Reset()

func (*GetUserFollowReq) String

func (x *GetUserFollowReq) String() string

func (*GetUserFollowReq) Validate

func (m *GetUserFollowReq) Validate() error

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

func (m *GetUserFollowReq) ValidateAll() error

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

type GetUserFollowReqMultiError

type GetUserFollowReqMultiError []error

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

func (GetUserFollowReqMultiError) AllErrors

func (m GetUserFollowReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserFollowReqMultiError) Error

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

type GetUserFollowReqValidationError

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

GetUserFollowReqValidationError is the validation error returned by GetUserFollowReq.Validate if the designated constraints aren't met.

func (GetUserFollowReqValidationError) Cause

Cause function returns cause value.

func (GetUserFollowReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserFollowReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserFollowReqValidationError) Field

Field function returns field value.

func (GetUserFollowReqValidationError) Key

Key function returns key value.

func (GetUserFollowReqValidationError) Reason

Reason function returns reason value.

type GetUserFollowsReply

type GetUserFollowsReply struct {
	Follows map[string]bool `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserFollowsReply) Descriptor deprecated

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

Deprecated: Use GetUserFollowsReply.ProtoReflect.Descriptor instead.

func (*GetUserFollowsReply) GetFollows

func (x *GetUserFollowsReply) GetFollows() map[string]bool

func (*GetUserFollowsReply) ProtoMessage

func (*GetUserFollowsReply) ProtoMessage()

func (*GetUserFollowsReply) ProtoReflect

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

func (*GetUserFollowsReply) Reset

func (x *GetUserFollowsReply) Reset()

func (*GetUserFollowsReply) String

func (x *GetUserFollowsReply) String() string

func (*GetUserFollowsReply) Validate

func (m *GetUserFollowsReply) Validate() error

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

func (m *GetUserFollowsReply) ValidateAll() error

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

type GetUserFollowsReplyMultiError

type GetUserFollowsReplyMultiError []error

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

func (GetUserFollowsReplyMultiError) AllErrors

func (m GetUserFollowsReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserFollowsReplyMultiError) Error

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

type GetUserFollowsReplyValidationError

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

GetUserFollowsReplyValidationError is the validation error returned by GetUserFollowsReply.Validate if the designated constraints aren't met.

func (GetUserFollowsReplyValidationError) Cause

Cause function returns cause value.

func (GetUserFollowsReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserFollowsReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserFollowsReplyValidationError) Field

Field function returns field value.

func (GetUserFollowsReplyValidationError) Key

Key function returns key value.

func (GetUserFollowsReplyValidationError) Reason

Reason function returns reason value.

type GetUserFollowsReq

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

func (*GetUserFollowsReq) Descriptor deprecated

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

Deprecated: Use GetUserFollowsReq.ProtoReflect.Descriptor instead.

func (*GetUserFollowsReq) GetUuid

func (x *GetUserFollowsReq) GetUuid() string

func (*GetUserFollowsReq) ProtoMessage

func (*GetUserFollowsReq) ProtoMessage()

func (*GetUserFollowsReq) ProtoReflect

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

func (*GetUserFollowsReq) Reset

func (x *GetUserFollowsReq) Reset()

func (*GetUserFollowsReq) String

func (x *GetUserFollowsReq) String() string

func (*GetUserFollowsReq) Validate

func (m *GetUserFollowsReq) Validate() error

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

func (m *GetUserFollowsReq) ValidateAll() error

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

type GetUserFollowsReqMultiError

type GetUserFollowsReqMultiError []error

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

func (GetUserFollowsReqMultiError) AllErrors

func (m GetUserFollowsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserFollowsReqMultiError) Error

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

type GetUserFollowsReqValidationError

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

GetUserFollowsReqValidationError is the validation error returned by GetUserFollowsReq.Validate if the designated constraints aren't met.

func (GetUserFollowsReqValidationError) Cause

Cause function returns cause value.

func (GetUserFollowsReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserFollowsReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserFollowsReqValidationError) Field

Field function returns field value.

func (GetUserFollowsReqValidationError) Key

Key function returns key value.

func (GetUserFollowsReqValidationError) Reason

Reason function returns reason value.

type GetUserSearchReply

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

func (*GetUserSearchReply) Descriptor deprecated

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

Deprecated: Use GetUserSearchReply.ProtoReflect.Descriptor instead.

func (*GetUserSearchReply) GetList

func (*GetUserSearchReply) GetTotal

func (x *GetUserSearchReply) GetTotal() int32

func (*GetUserSearchReply) ProtoMessage

func (*GetUserSearchReply) ProtoMessage()

func (*GetUserSearchReply) ProtoReflect

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

func (*GetUserSearchReply) Reset

func (x *GetUserSearchReply) Reset()

func (*GetUserSearchReply) String

func (x *GetUserSearchReply) String() string

func (*GetUserSearchReply) Validate

func (m *GetUserSearchReply) Validate() error

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

func (m *GetUserSearchReply) ValidateAll() error

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

type GetUserSearchReplyMultiError

type GetUserSearchReplyMultiError []error

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

func (GetUserSearchReplyMultiError) AllErrors

func (m GetUserSearchReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserSearchReplyMultiError) Error

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

type GetUserSearchReplyValidationError

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

GetUserSearchReplyValidationError is the validation error returned by GetUserSearchReply.Validate if the designated constraints aren't met.

func (GetUserSearchReplyValidationError) Cause

Cause function returns cause value.

func (GetUserSearchReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSearchReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSearchReplyValidationError) Field

Field function returns field value.

func (GetUserSearchReplyValidationError) Key

Key function returns key value.

func (GetUserSearchReplyValidationError) Reason

Reason function returns reason value.

type GetUserSearchReply_List

type GetUserSearchReply_List struct {
	Uuid      string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username  string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserSearchReply_List) Descriptor deprecated

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

Deprecated: Use GetUserSearchReply_List.ProtoReflect.Descriptor instead.

func (*GetUserSearchReply_List) GetIntroduce

func (x *GetUserSearchReply_List) GetIntroduce() string

func (*GetUserSearchReply_List) GetUsername

func (x *GetUserSearchReply_List) GetUsername() string

func (*GetUserSearchReply_List) GetUuid

func (x *GetUserSearchReply_List) GetUuid() string

func (*GetUserSearchReply_List) ProtoMessage

func (*GetUserSearchReply_List) ProtoMessage()

func (*GetUserSearchReply_List) ProtoReflect

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

func (*GetUserSearchReply_List) Reset

func (x *GetUserSearchReply_List) Reset()

func (*GetUserSearchReply_List) String

func (x *GetUserSearchReply_List) String() string

func (*GetUserSearchReply_List) Validate

func (m *GetUserSearchReply_List) Validate() error

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

func (m *GetUserSearchReply_List) ValidateAll() error

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

type GetUserSearchReply_ListMultiError

type GetUserSearchReply_ListMultiError []error

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

func (GetUserSearchReply_ListMultiError) AllErrors

func (m GetUserSearchReply_ListMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserSearchReply_ListMultiError) Error

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

type GetUserSearchReply_ListValidationError

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

GetUserSearchReply_ListValidationError is the validation error returned by GetUserSearchReply_List.Validate if the designated constraints aren't met.

func (GetUserSearchReply_ListValidationError) Cause

Cause function returns cause value.

func (GetUserSearchReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSearchReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSearchReply_ListValidationError) Field

Field function returns field value.

func (GetUserSearchReply_ListValidationError) Key

Key function returns key value.

func (GetUserSearchReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSearchReq

type GetUserSearchReq struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserSearchReq) Descriptor deprecated

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

Deprecated: Use GetUserSearchReq.ProtoReflect.Descriptor instead.

func (*GetUserSearchReq) GetPage

func (x *GetUserSearchReq) GetPage() int32

func (*GetUserSearchReq) GetSearch

func (x *GetUserSearchReq) GetSearch() string

func (*GetUserSearchReq) ProtoMessage

func (*GetUserSearchReq) ProtoMessage()

func (*GetUserSearchReq) ProtoReflect

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

func (*GetUserSearchReq) Reset

func (x *GetUserSearchReq) Reset()

func (*GetUserSearchReq) String

func (x *GetUserSearchReq) String() string

func (*GetUserSearchReq) Validate

func (m *GetUserSearchReq) Validate() error

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

func (m *GetUserSearchReq) ValidateAll() error

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

type GetUserSearchReqMultiError

type GetUserSearchReqMultiError []error

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

func (GetUserSearchReqMultiError) AllErrors

func (m GetUserSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserSearchReqMultiError) Error

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

type GetUserSearchReqValidationError

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

GetUserSearchReqValidationError is the validation error returned by GetUserSearchReq.Validate if the designated constraints aren't met.

func (GetUserSearchReqValidationError) Cause

Cause function returns cause value.

func (GetUserSearchReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSearchReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSearchReqValidationError) Field

Field function returns field value.

func (GetUserSearchReqValidationError) Key

Key function returns key value.

func (GetUserSearchReqValidationError) Reason

Reason function returns reason value.

type LoginByCodeReq

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

func (*LoginByCodeReq) Descriptor deprecated

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

Deprecated: Use LoginByCodeReq.ProtoReflect.Descriptor instead.

func (*LoginByCodeReq) GetCode

func (x *LoginByCodeReq) GetCode() string

func (*LoginByCodeReq) GetPhone

func (x *LoginByCodeReq) GetPhone() string

func (*LoginByCodeReq) ProtoMessage

func (*LoginByCodeReq) ProtoMessage()

func (*LoginByCodeReq) ProtoReflect

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

func (*LoginByCodeReq) Reset

func (x *LoginByCodeReq) Reset()

func (*LoginByCodeReq) String

func (x *LoginByCodeReq) String() string

func (*LoginByCodeReq) Validate

func (m *LoginByCodeReq) Validate() error

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

func (m *LoginByCodeReq) ValidateAll() error

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

type LoginByCodeReqMultiError

type LoginByCodeReqMultiError []error

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

func (LoginByCodeReqMultiError) AllErrors

func (m LoginByCodeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByCodeReqMultiError) Error

func (m LoginByCodeReqMultiError) Error() string

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

type LoginByCodeReqValidationError

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

LoginByCodeReqValidationError is the validation error returned by LoginByCodeReq.Validate if the designated constraints aren't met.

func (LoginByCodeReqValidationError) Cause

Cause function returns cause value.

func (LoginByCodeReqValidationError) Error

Error satisfies the builtin error interface

func (LoginByCodeReqValidationError) ErrorName

func (e LoginByCodeReqValidationError) ErrorName() string

ErrorName returns error name.

func (LoginByCodeReqValidationError) Field

Field function returns field value.

func (LoginByCodeReqValidationError) Key

Key function returns key value.

func (LoginByCodeReqValidationError) Reason

Reason function returns reason value.

type LoginByGiteeReq added in v1.3.0

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

func (*LoginByGiteeReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use LoginByGiteeReq.ProtoReflect.Descriptor instead.

func (*LoginByGiteeReq) GetCode added in v1.3.0

func (x *LoginByGiteeReq) GetCode() string

func (*LoginByGiteeReq) ProtoMessage added in v1.3.0

func (*LoginByGiteeReq) ProtoMessage()

func (*LoginByGiteeReq) ProtoReflect added in v1.3.0

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

func (*LoginByGiteeReq) Reset added in v1.3.0

func (x *LoginByGiteeReq) Reset()

func (*LoginByGiteeReq) String added in v1.3.0

func (x *LoginByGiteeReq) String() string

func (*LoginByGiteeReq) Validate added in v1.3.0

func (m *LoginByGiteeReq) Validate() error

Validate checks the field values on LoginByGiteeReq 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 (*LoginByGiteeReq) ValidateAll added in v1.3.0

func (m *LoginByGiteeReq) ValidateAll() error

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

type LoginByGiteeReqMultiError added in v1.3.0

type LoginByGiteeReqMultiError []error

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

func (LoginByGiteeReqMultiError) AllErrors added in v1.3.0

func (m LoginByGiteeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByGiteeReqMultiError) Error added in v1.3.0

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

type LoginByGiteeReqValidationError added in v1.3.0

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

LoginByGiteeReqValidationError is the validation error returned by LoginByGiteeReq.Validate if the designated constraints aren't met.

func (LoginByGiteeReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (LoginByGiteeReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (LoginByGiteeReqValidationError) ErrorName added in v1.3.0

func (e LoginByGiteeReqValidationError) ErrorName() string

ErrorName returns error name.

func (LoginByGiteeReqValidationError) Field added in v1.3.0

Field function returns field value.

func (LoginByGiteeReqValidationError) Key added in v1.3.0

Key function returns key value.

func (LoginByGiteeReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type LoginByGithubReq

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

func (*LoginByGithubReq) Descriptor deprecated

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

Deprecated: Use LoginByGithubReq.ProtoReflect.Descriptor instead.

func (*LoginByGithubReq) GetCode added in v1.3.0

func (x *LoginByGithubReq) GetCode() string

func (*LoginByGithubReq) ProtoMessage

func (*LoginByGithubReq) ProtoMessage()

func (*LoginByGithubReq) ProtoReflect

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

func (*LoginByGithubReq) Reset

func (x *LoginByGithubReq) Reset()

func (*LoginByGithubReq) String

func (x *LoginByGithubReq) String() string

func (*LoginByGithubReq) Validate

func (m *LoginByGithubReq) Validate() error

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

func (m *LoginByGithubReq) ValidateAll() error

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

type LoginByGithubReqMultiError

type LoginByGithubReqMultiError []error

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

func (LoginByGithubReqMultiError) AllErrors

func (m LoginByGithubReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByGithubReqMultiError) Error

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

type LoginByGithubReqValidationError

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

LoginByGithubReqValidationError is the validation error returned by LoginByGithubReq.Validate if the designated constraints aren't met.

func (LoginByGithubReqValidationError) Cause

Cause function returns cause value.

func (LoginByGithubReqValidationError) Error

Error satisfies the builtin error interface

func (LoginByGithubReqValidationError) ErrorName

ErrorName returns error name.

func (LoginByGithubReqValidationError) Field

Field function returns field value.

func (LoginByGithubReqValidationError) Key

Key function returns key value.

func (LoginByGithubReqValidationError) Reason

Reason function returns reason value.

type LoginByPasswordReq

type LoginByPasswordReq struct {
	Account  string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Mode     string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginByPasswordReq) Descriptor deprecated

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

Deprecated: Use LoginByPasswordReq.ProtoReflect.Descriptor instead.

func (*LoginByPasswordReq) GetAccount

func (x *LoginByPasswordReq) GetAccount() string

func (*LoginByPasswordReq) GetMode

func (x *LoginByPasswordReq) GetMode() string

func (*LoginByPasswordReq) GetPassword

func (x *LoginByPasswordReq) GetPassword() string

func (*LoginByPasswordReq) ProtoMessage

func (*LoginByPasswordReq) ProtoMessage()

func (*LoginByPasswordReq) ProtoReflect

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

func (*LoginByPasswordReq) Reset

func (x *LoginByPasswordReq) Reset()

func (*LoginByPasswordReq) String

func (x *LoginByPasswordReq) String() string

func (*LoginByPasswordReq) Validate

func (m *LoginByPasswordReq) Validate() error

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

func (m *LoginByPasswordReq) ValidateAll() error

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

type LoginByPasswordReqMultiError

type LoginByPasswordReqMultiError []error

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

func (LoginByPasswordReqMultiError) AllErrors

func (m LoginByPasswordReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByPasswordReqMultiError) Error

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

type LoginByPasswordReqValidationError

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

LoginByPasswordReqValidationError is the validation error returned by LoginByPasswordReq.Validate if the designated constraints aren't met.

func (LoginByPasswordReqValidationError) Cause

Cause function returns cause value.

func (LoginByPasswordReqValidationError) Error

Error satisfies the builtin error interface

func (LoginByPasswordReqValidationError) ErrorName

ErrorName returns error name.

func (LoginByPasswordReqValidationError) Field

Field function returns field value.

func (LoginByPasswordReqValidationError) Key

Key function returns key value.

func (LoginByPasswordReqValidationError) Reason

Reason function returns reason value.

type LoginByQQReq added in v1.3.0

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

func (*LoginByQQReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use LoginByQQReq.ProtoReflect.Descriptor instead.

func (*LoginByQQReq) GetCode added in v1.3.0

func (x *LoginByQQReq) GetCode() string

func (*LoginByQQReq) ProtoMessage added in v1.3.0

func (*LoginByQQReq) ProtoMessage()

func (*LoginByQQReq) ProtoReflect added in v1.3.0

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

func (*LoginByQQReq) Reset added in v1.3.0

func (x *LoginByQQReq) Reset()

func (*LoginByQQReq) String added in v1.3.0

func (x *LoginByQQReq) String() string

func (*LoginByQQReq) Validate added in v1.3.0

func (m *LoginByQQReq) Validate() error

Validate checks the field values on LoginByQQReq 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 (*LoginByQQReq) ValidateAll added in v1.3.0

func (m *LoginByQQReq) ValidateAll() error

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

type LoginByQQReqMultiError added in v1.3.0

type LoginByQQReqMultiError []error

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

func (LoginByQQReqMultiError) AllErrors added in v1.3.0

func (m LoginByQQReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByQQReqMultiError) Error added in v1.3.0

func (m LoginByQQReqMultiError) Error() string

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

type LoginByQQReqValidationError added in v1.3.0

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

LoginByQQReqValidationError is the validation error returned by LoginByQQReq.Validate if the designated constraints aren't met.

func (LoginByQQReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (LoginByQQReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (LoginByQQReqValidationError) ErrorName added in v1.3.0

func (e LoginByQQReqValidationError) ErrorName() string

ErrorName returns error name.

func (LoginByQQReqValidationError) Field added in v1.3.0

Field function returns field value.

func (LoginByQQReqValidationError) Key added in v1.3.0

Key function returns key value.

func (LoginByQQReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type LoginByWeChatReq

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

func (*LoginByWeChatReq) Descriptor deprecated

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

Deprecated: Use LoginByWeChatReq.ProtoReflect.Descriptor instead.

func (*LoginByWeChatReq) GetCode added in v1.3.0

func (x *LoginByWeChatReq) GetCode() string

func (*LoginByWeChatReq) ProtoMessage

func (*LoginByWeChatReq) ProtoMessage()

func (*LoginByWeChatReq) ProtoReflect

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

func (*LoginByWeChatReq) Reset

func (x *LoginByWeChatReq) Reset()

func (*LoginByWeChatReq) String

func (x *LoginByWeChatReq) String() string

func (*LoginByWeChatReq) Validate

func (m *LoginByWeChatReq) Validate() error

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

func (m *LoginByWeChatReq) ValidateAll() error

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

type LoginByWeChatReqMultiError

type LoginByWeChatReqMultiError []error

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

func (LoginByWeChatReqMultiError) AllErrors

func (m LoginByWeChatReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginByWeChatReqMultiError) Error

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

type LoginByWeChatReqValidationError

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

LoginByWeChatReqValidationError is the validation error returned by LoginByWeChatReq.Validate if the designated constraints aren't met.

func (LoginByWeChatReqValidationError) Cause

Cause function returns cause value.

func (LoginByWeChatReqValidationError) Error

Error satisfies the builtin error interface

func (LoginByWeChatReqValidationError) ErrorName

ErrorName returns error name.

func (LoginByWeChatReqValidationError) Field

Field function returns field value.

func (LoginByWeChatReqValidationError) Key

Key function returns key value.

func (LoginByWeChatReqValidationError) Reason

Reason function returns reason value.

type LoginPasswordResetReq

type LoginPasswordResetReq struct {
	Account  string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Code     string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Mode     string `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginPasswordResetReq) Descriptor deprecated

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

Deprecated: Use LoginPasswordResetReq.ProtoReflect.Descriptor instead.

func (*LoginPasswordResetReq) GetAccount

func (x *LoginPasswordResetReq) GetAccount() string

func (*LoginPasswordResetReq) GetCode

func (x *LoginPasswordResetReq) GetCode() string

func (*LoginPasswordResetReq) GetMode

func (x *LoginPasswordResetReq) GetMode() string

func (*LoginPasswordResetReq) GetPassword

func (x *LoginPasswordResetReq) GetPassword() string

func (*LoginPasswordResetReq) ProtoMessage

func (*LoginPasswordResetReq) ProtoMessage()

func (*LoginPasswordResetReq) ProtoReflect

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

func (*LoginPasswordResetReq) Reset

func (x *LoginPasswordResetReq) Reset()

func (*LoginPasswordResetReq) String

func (x *LoginPasswordResetReq) String() string

func (*LoginPasswordResetReq) Validate

func (m *LoginPasswordResetReq) Validate() error

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

func (m *LoginPasswordResetReq) ValidateAll() error

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

type LoginPasswordResetReqMultiError

type LoginPasswordResetReqMultiError []error

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

func (LoginPasswordResetReqMultiError) AllErrors

func (m LoginPasswordResetReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginPasswordResetReqMultiError) Error

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

type LoginPasswordResetReqValidationError

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

LoginPasswordResetReqValidationError is the validation error returned by LoginPasswordResetReq.Validate if the designated constraints aren't met.

func (LoginPasswordResetReqValidationError) Cause

Cause function returns cause value.

func (LoginPasswordResetReqValidationError) Error

Error satisfies the builtin error interface

func (LoginPasswordResetReqValidationError) ErrorName

ErrorName returns error name.

func (LoginPasswordResetReqValidationError) Field

Field function returns field value.

func (LoginPasswordResetReqValidationError) Key

Key function returns key value.

func (LoginPasswordResetReqValidationError) Reason

Reason function returns reason value.

type LoginReply

type LoginReply struct {
	Token string `protobuf:"bytes,1,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) GetToken

func (x *LoginReply) GetToken() string

func (*LoginReply) ProtoMessage

func (*LoginReply) ProtoMessage()

func (*LoginReply) ProtoReflect

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

func (*LoginReply) Reset

func (x *LoginReply) Reset()

func (*LoginReply) String

func (x *LoginReply) String() string

func (*LoginReply) Validate

func (m *LoginReply) Validate() error

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

func (*LoginReply) ValidateAll

func (m *LoginReply) ValidateAll() error

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

type LoginReplyMultiError

type LoginReplyMultiError []error

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

func (LoginReplyMultiError) AllErrors

func (m LoginReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginReplyMultiError) Error

func (m LoginReplyMultiError) Error() string

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

type LoginReplyValidationError

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

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

func (LoginReplyValidationError) Cause

func (e LoginReplyValidationError) Cause() error

Cause function returns cause value.

func (LoginReplyValidationError) Error

Error satisfies the builtin error interface

func (LoginReplyValidationError) ErrorName

func (e LoginReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LoginReplyValidationError) Field

Field function returns field value.

func (LoginReplyValidationError) Key

Key function returns key value.

func (LoginReplyValidationError) Reason

func (e LoginReplyValidationError) Reason() string

Reason function returns reason value.

type ProfileReviewNotPassReq

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

func (*ProfileReviewNotPassReq) Descriptor deprecated

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

Deprecated: Use ProfileReviewNotPassReq.ProtoReflect.Descriptor instead.

func (*ProfileReviewNotPassReq) GetUuid

func (x *ProfileReviewNotPassReq) GetUuid() string

func (*ProfileReviewNotPassReq) ProtoMessage

func (*ProfileReviewNotPassReq) ProtoMessage()

func (*ProfileReviewNotPassReq) ProtoReflect

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

func (*ProfileReviewNotPassReq) Reset

func (x *ProfileReviewNotPassReq) Reset()

func (*ProfileReviewNotPassReq) String

func (x *ProfileReviewNotPassReq) String() string

func (*ProfileReviewNotPassReq) Validate

func (m *ProfileReviewNotPassReq) Validate() error

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

func (m *ProfileReviewNotPassReq) ValidateAll() error

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

type ProfileReviewNotPassReqMultiError

type ProfileReviewNotPassReqMultiError []error

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

func (ProfileReviewNotPassReqMultiError) AllErrors

func (m ProfileReviewNotPassReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProfileReviewNotPassReqMultiError) Error

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

type ProfileReviewNotPassReqValidationError

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

ProfileReviewNotPassReqValidationError is the validation error returned by ProfileReviewNotPassReq.Validate if the designated constraints aren't met.

func (ProfileReviewNotPassReqValidationError) Cause

Cause function returns cause value.

func (ProfileReviewNotPassReqValidationError) Error

Error satisfies the builtin error interface

func (ProfileReviewNotPassReqValidationError) ErrorName

ErrorName returns error name.

func (ProfileReviewNotPassReqValidationError) Field

Field function returns field value.

func (ProfileReviewNotPassReqValidationError) Key

Key function returns key value.

func (ProfileReviewNotPassReqValidationError) Reason

Reason function returns reason value.

type ProfileReviewPassReq

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

func (*ProfileReviewPassReq) Descriptor deprecated

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

Deprecated: Use ProfileReviewPassReq.ProtoReflect.Descriptor instead.

func (*ProfileReviewPassReq) GetUpdate

func (x *ProfileReviewPassReq) GetUpdate() string

func (*ProfileReviewPassReq) GetUuid

func (x *ProfileReviewPassReq) GetUuid() string

func (*ProfileReviewPassReq) ProtoMessage

func (*ProfileReviewPassReq) ProtoMessage()

func (*ProfileReviewPassReq) ProtoReflect

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

func (*ProfileReviewPassReq) Reset

func (x *ProfileReviewPassReq) Reset()

func (*ProfileReviewPassReq) String

func (x *ProfileReviewPassReq) String() string

func (*ProfileReviewPassReq) Validate

func (m *ProfileReviewPassReq) Validate() error

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

func (m *ProfileReviewPassReq) ValidateAll() error

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

type ProfileReviewPassReqMultiError

type ProfileReviewPassReqMultiError []error

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

func (ProfileReviewPassReqMultiError) AllErrors

func (m ProfileReviewPassReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProfileReviewPassReqMultiError) Error

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

type ProfileReviewPassReqValidationError

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

ProfileReviewPassReqValidationError is the validation error returned by ProfileReviewPassReq.Validate if the designated constraints aren't met.

func (ProfileReviewPassReqValidationError) Cause

Cause function returns cause value.

func (ProfileReviewPassReqValidationError) Error

Error satisfies the builtin error interface

func (ProfileReviewPassReqValidationError) ErrorName

ErrorName returns error name.

func (ProfileReviewPassReqValidationError) Field

Field function returns field value.

func (ProfileReviewPassReqValidationError) Key

Key function returns key value.

func (ProfileReviewPassReqValidationError) Reason

Reason function returns reason value.

type SendEmailCodeReq

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

func (*SendEmailCodeReq) Descriptor deprecated

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

Deprecated: Use SendEmailCodeReq.ProtoReflect.Descriptor instead.

func (*SendEmailCodeReq) GetEmail

func (x *SendEmailCodeReq) GetEmail() string

func (*SendEmailCodeReq) GetTemplate

func (x *SendEmailCodeReq) GetTemplate() string

func (*SendEmailCodeReq) ProtoMessage

func (*SendEmailCodeReq) ProtoMessage()

func (*SendEmailCodeReq) ProtoReflect

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

func (*SendEmailCodeReq) Reset

func (x *SendEmailCodeReq) Reset()

func (*SendEmailCodeReq) String

func (x *SendEmailCodeReq) String() string

func (*SendEmailCodeReq) Validate

func (m *SendEmailCodeReq) Validate() error

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

func (m *SendEmailCodeReq) ValidateAll() error

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

type SendEmailCodeReqMultiError

type SendEmailCodeReqMultiError []error

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

func (SendEmailCodeReqMultiError) AllErrors

func (m SendEmailCodeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendEmailCodeReqMultiError) Error

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

type SendEmailCodeReqValidationError

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

SendEmailCodeReqValidationError is the validation error returned by SendEmailCodeReq.Validate if the designated constraints aren't met.

func (SendEmailCodeReqValidationError) Cause

Cause function returns cause value.

func (SendEmailCodeReqValidationError) Error

Error satisfies the builtin error interface

func (SendEmailCodeReqValidationError) ErrorName

ErrorName returns error name.

func (SendEmailCodeReqValidationError) Field

Field function returns field value.

func (SendEmailCodeReqValidationError) Key

Key function returns key value.

func (SendEmailCodeReqValidationError) Reason

Reason function returns reason value.

type SendPhoneCodeReq

type SendPhoneCodeReq struct {
	Phone    string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
	Template string `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPhoneCodeReq) Descriptor deprecated

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

Deprecated: Use SendPhoneCodeReq.ProtoReflect.Descriptor instead.

func (*SendPhoneCodeReq) GetPhone

func (x *SendPhoneCodeReq) GetPhone() string

func (*SendPhoneCodeReq) GetTemplate

func (x *SendPhoneCodeReq) GetTemplate() string

func (*SendPhoneCodeReq) ProtoMessage

func (*SendPhoneCodeReq) ProtoMessage()

func (*SendPhoneCodeReq) ProtoReflect

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

func (*SendPhoneCodeReq) Reset

func (x *SendPhoneCodeReq) Reset()

func (*SendPhoneCodeReq) String

func (x *SendPhoneCodeReq) String() string

func (*SendPhoneCodeReq) Validate

func (m *SendPhoneCodeReq) Validate() error

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

func (m *SendPhoneCodeReq) ValidateAll() error

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

type SendPhoneCodeReqMultiError

type SendPhoneCodeReqMultiError []error

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

func (SendPhoneCodeReqMultiError) AllErrors

func (m SendPhoneCodeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendPhoneCodeReqMultiError) Error

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

type SendPhoneCodeReqValidationError

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

SendPhoneCodeReqValidationError is the validation error returned by SendPhoneCodeReq.Validate if the designated constraints aren't met.

func (SendPhoneCodeReqValidationError) Cause

Cause function returns cause value.

func (SendPhoneCodeReqValidationError) Error

Error satisfies the builtin error interface

func (SendPhoneCodeReqValidationError) ErrorName

ErrorName returns error name.

func (SendPhoneCodeReqValidationError) Field

Field function returns field value.

func (SendPhoneCodeReqValidationError) Key

Key function returns key value.

func (SendPhoneCodeReqValidationError) Reason

Reason function returns reason value.

type SetFollowDbAndCacheReq

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

func (*SetFollowDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use SetFollowDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetFollowDbAndCacheReq) GetUserUuid

func (x *SetFollowDbAndCacheReq) GetUserUuid() string

func (*SetFollowDbAndCacheReq) GetUuid

func (x *SetFollowDbAndCacheReq) GetUuid() string

func (*SetFollowDbAndCacheReq) ProtoMessage

func (*SetFollowDbAndCacheReq) ProtoMessage()

func (*SetFollowDbAndCacheReq) ProtoReflect

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

func (*SetFollowDbAndCacheReq) Reset

func (x *SetFollowDbAndCacheReq) Reset()

func (*SetFollowDbAndCacheReq) String

func (x *SetFollowDbAndCacheReq) String() string

func (*SetFollowDbAndCacheReq) Validate

func (m *SetFollowDbAndCacheReq) Validate() error

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

func (m *SetFollowDbAndCacheReq) ValidateAll() error

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

type SetFollowDbAndCacheReqMultiError

type SetFollowDbAndCacheReqMultiError []error

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

func (SetFollowDbAndCacheReqMultiError) AllErrors

func (m SetFollowDbAndCacheReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetFollowDbAndCacheReqMultiError) Error

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

type SetFollowDbAndCacheReqValidationError

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

SetFollowDbAndCacheReqValidationError is the validation error returned by SetFollowDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetFollowDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetFollowDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetFollowDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetFollowDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetFollowDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetFollowDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetProfileUpdateReq

type SetProfileUpdateReq struct {
	Uuid      string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username  string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	School    string `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"`
	Company   string `protobuf:"bytes,4,opt,name=company,proto3" json:"company,omitempty"`
	Job       string `protobuf:"bytes,5,opt,name=job,proto3" json:"job,omitempty"`
	Homepage  string `protobuf:"bytes,6,opt,name=homepage,proto3" json:"homepage,omitempty"`
	Github    string `protobuf:"bytes,7,opt,name=github,proto3" json:"github,omitempty"`
	Gitee     string `protobuf:"bytes,8,opt,name=gitee,proto3" json:"gitee,omitempty"`
	Introduce string `protobuf:"bytes,9,opt,name=introduce,proto3" json:"introduce,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProfileUpdateReq) Descriptor deprecated

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

Deprecated: Use SetProfileUpdateReq.ProtoReflect.Descriptor instead.

func (*SetProfileUpdateReq) GetCompany

func (x *SetProfileUpdateReq) GetCompany() string

func (*SetProfileUpdateReq) GetGitee added in v1.3.0

func (x *SetProfileUpdateReq) GetGitee() string

func (*SetProfileUpdateReq) GetGithub added in v1.3.0

func (x *SetProfileUpdateReq) GetGithub() string

func (*SetProfileUpdateReq) GetHomepage

func (x *SetProfileUpdateReq) GetHomepage() string

func (*SetProfileUpdateReq) GetIntroduce

func (x *SetProfileUpdateReq) GetIntroduce() string

func (*SetProfileUpdateReq) GetJob

func (x *SetProfileUpdateReq) GetJob() string

func (*SetProfileUpdateReq) GetSchool

func (x *SetProfileUpdateReq) GetSchool() string

func (*SetProfileUpdateReq) GetUsername

func (x *SetProfileUpdateReq) GetUsername() string

func (*SetProfileUpdateReq) GetUuid

func (x *SetProfileUpdateReq) GetUuid() string

func (*SetProfileUpdateReq) ProtoMessage

func (*SetProfileUpdateReq) ProtoMessage()

func (*SetProfileUpdateReq) ProtoReflect

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

func (*SetProfileUpdateReq) Reset

func (x *SetProfileUpdateReq) Reset()

func (*SetProfileUpdateReq) String

func (x *SetProfileUpdateReq) String() string

func (*SetProfileUpdateReq) Validate

func (m *SetProfileUpdateReq) Validate() error

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

func (m *SetProfileUpdateReq) ValidateAll() error

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

type SetProfileUpdateReqMultiError

type SetProfileUpdateReqMultiError []error

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

func (SetProfileUpdateReqMultiError) AllErrors

func (m SetProfileUpdateReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetProfileUpdateReqMultiError) Error

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

type SetProfileUpdateReqValidationError

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

SetProfileUpdateReqValidationError is the validation error returned by SetProfileUpdateReq.Validate if the designated constraints aren't met.

func (SetProfileUpdateReqValidationError) Cause

Cause function returns cause value.

func (SetProfileUpdateReqValidationError) Error

Error satisfies the builtin error interface

func (SetProfileUpdateReqValidationError) ErrorName

ErrorName returns error name.

func (SetProfileUpdateReqValidationError) Field

Field function returns field value.

func (SetProfileUpdateReqValidationError) Key

Key function returns key value.

func (SetProfileUpdateReqValidationError) Reason

Reason function returns reason value.

type SetUserEmailReq

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

func (*SetUserEmailReq) Descriptor deprecated

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

Deprecated: Use SetUserEmailReq.ProtoReflect.Descriptor instead.

func (*SetUserEmailReq) GetCode

func (x *SetUserEmailReq) GetCode() string

func (*SetUserEmailReq) GetEmail

func (x *SetUserEmailReq) GetEmail() string

func (*SetUserEmailReq) GetUuid

func (x *SetUserEmailReq) GetUuid() string

func (*SetUserEmailReq) ProtoMessage

func (*SetUserEmailReq) ProtoMessage()

func (*SetUserEmailReq) ProtoReflect

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

func (*SetUserEmailReq) Reset

func (x *SetUserEmailReq) Reset()

func (*SetUserEmailReq) String

func (x *SetUserEmailReq) String() string

func (*SetUserEmailReq) Validate

func (m *SetUserEmailReq) Validate() error

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

func (m *SetUserEmailReq) ValidateAll() error

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

type SetUserEmailReqMultiError

type SetUserEmailReqMultiError []error

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

func (SetUserEmailReqMultiError) AllErrors

func (m SetUserEmailReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserEmailReqMultiError) Error

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

type SetUserEmailReqValidationError

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

SetUserEmailReqValidationError is the validation error returned by SetUserEmailReq.Validate if the designated constraints aren't met.

func (SetUserEmailReqValidationError) Cause

Cause function returns cause value.

func (SetUserEmailReqValidationError) Error

Error satisfies the builtin error interface

func (SetUserEmailReqValidationError) ErrorName

func (e SetUserEmailReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserEmailReqValidationError) Field

Field function returns field value.

func (SetUserEmailReqValidationError) Key

Key function returns key value.

func (SetUserEmailReqValidationError) Reason

Reason function returns reason value.

type SetUserFollowReq

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

func (*SetUserFollowReq) Descriptor deprecated

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

Deprecated: Use SetUserFollowReq.ProtoReflect.Descriptor instead.

func (*SetUserFollowReq) GetUserUuid

func (x *SetUserFollowReq) GetUserUuid() string

func (*SetUserFollowReq) GetUuid

func (x *SetUserFollowReq) GetUuid() string

func (*SetUserFollowReq) ProtoMessage

func (*SetUserFollowReq) ProtoMessage()

func (*SetUserFollowReq) ProtoReflect

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

func (*SetUserFollowReq) Reset

func (x *SetUserFollowReq) Reset()

func (*SetUserFollowReq) String

func (x *SetUserFollowReq) String() string

func (*SetUserFollowReq) Validate

func (m *SetUserFollowReq) Validate() error

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

func (m *SetUserFollowReq) ValidateAll() error

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

type SetUserFollowReqMultiError

type SetUserFollowReqMultiError []error

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

func (SetUserFollowReqMultiError) AllErrors

func (m SetUserFollowReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserFollowReqMultiError) Error

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

type SetUserFollowReqValidationError

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

SetUserFollowReqValidationError is the validation error returned by SetUserFollowReq.Validate if the designated constraints aren't met.

func (SetUserFollowReqValidationError) Cause

Cause function returns cause value.

func (SetUserFollowReqValidationError) Error

Error satisfies the builtin error interface

func (SetUserFollowReqValidationError) ErrorName

ErrorName returns error name.

func (SetUserFollowReqValidationError) Field

Field function returns field value.

func (SetUserFollowReqValidationError) Key

Key function returns key value.

func (SetUserFollowReqValidationError) Reason

Reason function returns reason value.

type SetUserGiteeReq added in v1.3.0

type SetUserGiteeReq 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"`
	RedirectUrl string `protobuf:"bytes,3,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserGiteeReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use SetUserGiteeReq.ProtoReflect.Descriptor instead.

func (*SetUserGiteeReq) GetCode added in v1.3.0

func (x *SetUserGiteeReq) GetCode() string

func (*SetUserGiteeReq) GetRedirectUrl added in v1.3.0

func (x *SetUserGiteeReq) GetRedirectUrl() string

func (*SetUserGiteeReq) GetUuid added in v1.3.0

func (x *SetUserGiteeReq) GetUuid() string

func (*SetUserGiteeReq) ProtoMessage added in v1.3.0

func (*SetUserGiteeReq) ProtoMessage()

func (*SetUserGiteeReq) ProtoReflect added in v1.3.0

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

func (*SetUserGiteeReq) Reset added in v1.3.0

func (x *SetUserGiteeReq) Reset()

func (*SetUserGiteeReq) String added in v1.3.0

func (x *SetUserGiteeReq) String() string

func (*SetUserGiteeReq) Validate added in v1.3.0

func (m *SetUserGiteeReq) Validate() error

Validate checks the field values on SetUserGiteeReq 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 (*SetUserGiteeReq) ValidateAll added in v1.3.0

func (m *SetUserGiteeReq) ValidateAll() error

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

type SetUserGiteeReqMultiError added in v1.3.0

type SetUserGiteeReqMultiError []error

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

func (SetUserGiteeReqMultiError) AllErrors added in v1.3.0

func (m SetUserGiteeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserGiteeReqMultiError) Error added in v1.3.0

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

type SetUserGiteeReqValidationError added in v1.3.0

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

SetUserGiteeReqValidationError is the validation error returned by SetUserGiteeReq.Validate if the designated constraints aren't met.

func (SetUserGiteeReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (SetUserGiteeReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (SetUserGiteeReqValidationError) ErrorName added in v1.3.0

func (e SetUserGiteeReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserGiteeReqValidationError) Field added in v1.3.0

Field function returns field value.

func (SetUserGiteeReqValidationError) Key added in v1.3.0

Key function returns key value.

func (SetUserGiteeReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type SetUserGithubReq added in v1.3.0

type SetUserGithubReq 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"`
	RedirectUrl string `protobuf:"bytes,3,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserGithubReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use SetUserGithubReq.ProtoReflect.Descriptor instead.

func (*SetUserGithubReq) GetCode added in v1.3.0

func (x *SetUserGithubReq) GetCode() string

func (*SetUserGithubReq) GetRedirectUrl added in v1.3.0

func (x *SetUserGithubReq) GetRedirectUrl() string

func (*SetUserGithubReq) GetUuid added in v1.3.0

func (x *SetUserGithubReq) GetUuid() string

func (*SetUserGithubReq) ProtoMessage added in v1.3.0

func (*SetUserGithubReq) ProtoMessage()

func (*SetUserGithubReq) ProtoReflect added in v1.3.0

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

func (*SetUserGithubReq) Reset added in v1.3.0

func (x *SetUserGithubReq) Reset()

func (*SetUserGithubReq) String added in v1.3.0

func (x *SetUserGithubReq) String() string

func (*SetUserGithubReq) Validate added in v1.3.0

func (m *SetUserGithubReq) Validate() error

Validate checks the field values on SetUserGithubReq 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 (*SetUserGithubReq) ValidateAll added in v1.3.0

func (m *SetUserGithubReq) ValidateAll() error

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

type SetUserGithubReqMultiError added in v1.3.0

type SetUserGithubReqMultiError []error

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

func (SetUserGithubReqMultiError) AllErrors added in v1.3.0

func (m SetUserGithubReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserGithubReqMultiError) Error added in v1.3.0

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

type SetUserGithubReqValidationError added in v1.3.0

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

SetUserGithubReqValidationError is the validation error returned by SetUserGithubReq.Validate if the designated constraints aren't met.

func (SetUserGithubReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (SetUserGithubReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (SetUserGithubReqValidationError) ErrorName added in v1.3.0

ErrorName returns error name.

func (SetUserGithubReqValidationError) Field added in v1.3.0

Field function returns field value.

func (SetUserGithubReqValidationError) Key added in v1.3.0

Key function returns key value.

func (SetUserGithubReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type SetUserPasswordReq

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

func (*SetUserPasswordReq) Descriptor deprecated

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

Deprecated: Use SetUserPasswordReq.ProtoReflect.Descriptor instead.

func (*SetUserPasswordReq) GetPassword

func (x *SetUserPasswordReq) GetPassword() string

func (*SetUserPasswordReq) GetUuid

func (x *SetUserPasswordReq) GetUuid() string

func (*SetUserPasswordReq) ProtoMessage

func (*SetUserPasswordReq) ProtoMessage()

func (*SetUserPasswordReq) ProtoReflect

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

func (*SetUserPasswordReq) Reset

func (x *SetUserPasswordReq) Reset()

func (*SetUserPasswordReq) String

func (x *SetUserPasswordReq) String() string

func (*SetUserPasswordReq) Validate

func (m *SetUserPasswordReq) Validate() error

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

func (m *SetUserPasswordReq) ValidateAll() error

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

type SetUserPasswordReqMultiError

type SetUserPasswordReqMultiError []error

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

func (SetUserPasswordReqMultiError) AllErrors

func (m SetUserPasswordReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserPasswordReqMultiError) Error

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

type SetUserPasswordReqValidationError

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

SetUserPasswordReqValidationError is the validation error returned by SetUserPasswordReq.Validate if the designated constraints aren't met.

func (SetUserPasswordReqValidationError) Cause

Cause function returns cause value.

func (SetUserPasswordReqValidationError) Error

Error satisfies the builtin error interface

func (SetUserPasswordReqValidationError) ErrorName

ErrorName returns error name.

func (SetUserPasswordReqValidationError) Field

Field function returns field value.

func (SetUserPasswordReqValidationError) Key

Key function returns key value.

func (SetUserPasswordReqValidationError) Reason

Reason function returns reason value.

type SetUserPhoneReq

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

func (*SetUserPhoneReq) Descriptor deprecated

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

Deprecated: Use SetUserPhoneReq.ProtoReflect.Descriptor instead.

func (*SetUserPhoneReq) GetCode

func (x *SetUserPhoneReq) GetCode() string

func (*SetUserPhoneReq) GetPhone

func (x *SetUserPhoneReq) GetPhone() string

func (*SetUserPhoneReq) GetUuid

func (x *SetUserPhoneReq) GetUuid() string

func (*SetUserPhoneReq) ProtoMessage

func (*SetUserPhoneReq) ProtoMessage()

func (*SetUserPhoneReq) ProtoReflect

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

func (*SetUserPhoneReq) Reset

func (x *SetUserPhoneReq) Reset()

func (*SetUserPhoneReq) String

func (x *SetUserPhoneReq) String() string

func (*SetUserPhoneReq) Validate

func (m *SetUserPhoneReq) Validate() error

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

func (m *SetUserPhoneReq) ValidateAll() error

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

type SetUserPhoneReqMultiError

type SetUserPhoneReqMultiError []error

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

func (SetUserPhoneReqMultiError) AllErrors

func (m SetUserPhoneReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserPhoneReqMultiError) Error

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

type SetUserPhoneReqValidationError

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

SetUserPhoneReqValidationError is the validation error returned by SetUserPhoneReq.Validate if the designated constraints aren't met.

func (SetUserPhoneReqValidationError) Cause

Cause function returns cause value.

func (SetUserPhoneReqValidationError) Error

Error satisfies the builtin error interface

func (SetUserPhoneReqValidationError) ErrorName

func (e SetUserPhoneReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserPhoneReqValidationError) Field

Field function returns field value.

func (SetUserPhoneReqValidationError) Key

Key function returns key value.

func (SetUserPhoneReqValidationError) Reason

Reason function returns reason value.

type SetUserQQReq added in v1.3.0

type SetUserQQReq 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"`
	RedirectUrl string `protobuf:"bytes,3,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserQQReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use SetUserQQReq.ProtoReflect.Descriptor instead.

func (*SetUserQQReq) GetCode added in v1.3.0

func (x *SetUserQQReq) GetCode() string

func (*SetUserQQReq) GetRedirectUrl added in v1.3.0

func (x *SetUserQQReq) GetRedirectUrl() string

func (*SetUserQQReq) GetUuid added in v1.3.0

func (x *SetUserQQReq) GetUuid() string

func (*SetUserQQReq) ProtoMessage added in v1.3.0

func (*SetUserQQReq) ProtoMessage()

func (*SetUserQQReq) ProtoReflect added in v1.3.0

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

func (*SetUserQQReq) Reset added in v1.3.0

func (x *SetUserQQReq) Reset()

func (*SetUserQQReq) String added in v1.3.0

func (x *SetUserQQReq) String() string

func (*SetUserQQReq) Validate added in v1.3.0

func (m *SetUserQQReq) Validate() error

Validate checks the field values on SetUserQQReq 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 (*SetUserQQReq) ValidateAll added in v1.3.0

func (m *SetUserQQReq) ValidateAll() error

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

type SetUserQQReqMultiError added in v1.3.0

type SetUserQQReqMultiError []error

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

func (SetUserQQReqMultiError) AllErrors added in v1.3.0

func (m SetUserQQReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserQQReqMultiError) Error added in v1.3.0

func (m SetUserQQReqMultiError) Error() string

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

type SetUserQQReqValidationError added in v1.3.0

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

SetUserQQReqValidationError is the validation error returned by SetUserQQReq.Validate if the designated constraints aren't met.

func (SetUserQQReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (SetUserQQReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (SetUserQQReqValidationError) ErrorName added in v1.3.0

func (e SetUserQQReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetUserQQReqValidationError) Field added in v1.3.0

Field function returns field value.

func (SetUserQQReqValidationError) Key added in v1.3.0

Key function returns key value.

func (SetUserQQReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type SetUserWechatReq added in v1.3.0

type SetUserWechatReq 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"`
	RedirectUrl string `protobuf:"bytes,3,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUserWechatReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use SetUserWechatReq.ProtoReflect.Descriptor instead.

func (*SetUserWechatReq) GetCode added in v1.3.0

func (x *SetUserWechatReq) GetCode() string

func (*SetUserWechatReq) GetRedirectUrl added in v1.3.0

func (x *SetUserWechatReq) GetRedirectUrl() string

func (*SetUserWechatReq) GetUuid added in v1.3.0

func (x *SetUserWechatReq) GetUuid() string

func (*SetUserWechatReq) ProtoMessage added in v1.3.0

func (*SetUserWechatReq) ProtoMessage()

func (*SetUserWechatReq) ProtoReflect added in v1.3.0

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

func (*SetUserWechatReq) Reset added in v1.3.0

func (x *SetUserWechatReq) Reset()

func (*SetUserWechatReq) String added in v1.3.0

func (x *SetUserWechatReq) String() string

func (*SetUserWechatReq) Validate added in v1.3.0

func (m *SetUserWechatReq) Validate() error

Validate checks the field values on SetUserWechatReq 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 (*SetUserWechatReq) ValidateAll added in v1.3.0

func (m *SetUserWechatReq) ValidateAll() error

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

type SetUserWechatReqMultiError added in v1.3.0

type SetUserWechatReqMultiError []error

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

func (SetUserWechatReqMultiError) AllErrors added in v1.3.0

func (m SetUserWechatReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetUserWechatReqMultiError) Error added in v1.3.0

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

type SetUserWechatReqValidationError added in v1.3.0

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

SetUserWechatReqValidationError is the validation error returned by SetUserWechatReq.Validate if the designated constraints aren't met.

func (SetUserWechatReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (SetUserWechatReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (SetUserWechatReqValidationError) ErrorName added in v1.3.0

ErrorName returns error name.

func (SetUserWechatReqValidationError) Field added in v1.3.0

Field function returns field value.

func (SetUserWechatReqValidationError) Key added in v1.3.0

Key function returns key value.

func (SetUserWechatReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type UnbindUserAccountReq added in v1.3.0

type UnbindUserAccountReq struct {
	Uuid        string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Phone       string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	Email       string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Account     string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"`
	Password    string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	Code        string `protobuf:"bytes,7,opt,name=code,proto3" json:"code,omitempty"`
	Choose      string `protobuf:"bytes,8,opt,name=choose,proto3" json:"choose,omitempty"`
	Mode        string `protobuf:"bytes,9,opt,name=mode,proto3" json:"mode,omitempty"`
	RedirectUri string `protobuf:"bytes,10,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*UnbindUserAccountReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use UnbindUserAccountReq.ProtoReflect.Descriptor instead.

func (*UnbindUserAccountReq) GetAccount added in v1.3.0

func (x *UnbindUserAccountReq) GetAccount() string

func (*UnbindUserAccountReq) GetChoose added in v1.3.0

func (x *UnbindUserAccountReq) GetChoose() string

func (*UnbindUserAccountReq) GetCode added in v1.3.0

func (x *UnbindUserAccountReq) GetCode() string

func (*UnbindUserAccountReq) GetEmail added in v1.3.0

func (x *UnbindUserAccountReq) GetEmail() string

func (*UnbindUserAccountReq) GetMode added in v1.3.0

func (x *UnbindUserAccountReq) GetMode() string

func (*UnbindUserAccountReq) GetPassword added in v1.3.0

func (x *UnbindUserAccountReq) GetPassword() string

func (*UnbindUserAccountReq) GetPhone added in v1.3.0

func (x *UnbindUserAccountReq) GetPhone() string

func (*UnbindUserAccountReq) GetRedirectUri added in v1.3.0

func (x *UnbindUserAccountReq) GetRedirectUri() string

func (*UnbindUserAccountReq) GetUuid added in v1.3.0

func (x *UnbindUserAccountReq) GetUuid() string

func (*UnbindUserAccountReq) ProtoMessage added in v1.3.0

func (*UnbindUserAccountReq) ProtoMessage()

func (*UnbindUserAccountReq) ProtoReflect added in v1.3.0

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

func (*UnbindUserAccountReq) Reset added in v1.3.0

func (x *UnbindUserAccountReq) Reset()

func (*UnbindUserAccountReq) String added in v1.3.0

func (x *UnbindUserAccountReq) String() string

func (*UnbindUserAccountReq) Validate added in v1.3.0

func (m *UnbindUserAccountReq) Validate() error

Validate checks the field values on UnbindUserAccountReq 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 (*UnbindUserAccountReq) ValidateAll added in v1.3.0

func (m *UnbindUserAccountReq) ValidateAll() error

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

type UnbindUserAccountReqMultiError added in v1.3.0

type UnbindUserAccountReqMultiError []error

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

func (UnbindUserAccountReqMultiError) AllErrors added in v1.3.0

func (m UnbindUserAccountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnbindUserAccountReqMultiError) Error added in v1.3.0

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

type UnbindUserAccountReqValidationError added in v1.3.0

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

UnbindUserAccountReqValidationError is the validation error returned by UnbindUserAccountReq.Validate if the designated constraints aren't met.

func (UnbindUserAccountReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (UnbindUserAccountReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (UnbindUserAccountReqValidationError) ErrorName added in v1.3.0

ErrorName returns error name.

func (UnbindUserAccountReqValidationError) Field added in v1.3.0

Field function returns field value.

func (UnbindUserAccountReqValidationError) Key added in v1.3.0

Key function returns key value.

func (UnbindUserAccountReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type UnimplementedUserServer

type UnimplementedUserServer struct {
}

UnimplementedUserServer must be embedded to have forward compatible implementations.

func (UnimplementedUserServer) AddAvatarReviewDbAndCache

func (UnimplementedUserServer) AddCoverReviewDbAndCache

func (UnimplementedUserServer) AvatarIrregular

func (UnimplementedUserServer) CancelFollowDbAndCache

func (UnimplementedUserServer) CancelUserFollow

func (UnimplementedUserServer) ChangeUserPassword

func (UnimplementedUserServer) CoverIrregular

func (UnimplementedUserServer) GetAccount

func (UnimplementedUserServer) GetAvatarReview

func (UnimplementedUserServer) GetCosSessionKey

func (UnimplementedUserServer) GetCoverReview

func (UnimplementedUserServer) GetFollowList

func (UnimplementedUserServer) GetFollowListCount

func (UnimplementedUserServer) GetFollowedList

func (UnimplementedUserServer) GetFollowedListCount

func (UnimplementedUserServer) GetHealth added in v1.2.3

func (UnimplementedUserServer) GetProfile

func (UnimplementedUserServer) GetProfileList

func (UnimplementedUserServer) GetProfileUpdate

func (UnimplementedUserServer) GetUserFollow

func (UnimplementedUserServer) GetUserFollows

func (UnimplementedUserServer) GetUserSearch

func (UnimplementedUserServer) LoginByCode

func (UnimplementedUserServer) LoginByGitee added in v1.3.0

func (UnimplementedUserServer) LoginByGithub

func (UnimplementedUserServer) LoginByPassword

func (UnimplementedUserServer) LoginByQQ added in v1.3.0

func (UnimplementedUserServer) LoginByWeChat

func (UnimplementedUserServer) LoginPasswordReset

func (UnimplementedUserServer) ProfileReviewNotPass

func (UnimplementedUserServer) ProfileReviewPass

func (UnimplementedUserServer) SendEmailCode

func (UnimplementedUserServer) SendPhoneCode

func (UnimplementedUserServer) SetFollowDbAndCache

func (UnimplementedUserServer) SetProfileUpdate

func (UnimplementedUserServer) SetUserEmail

func (UnimplementedUserServer) SetUserFollow

func (UnimplementedUserServer) SetUserGitee added in v1.3.0

func (UnimplementedUserServer) SetUserGithub added in v1.3.0

func (UnimplementedUserServer) SetUserPassword

func (UnimplementedUserServer) SetUserPhone

func (UnimplementedUserServer) SetUserQQ added in v1.3.0

func (UnimplementedUserServer) SetUserWechat added in v1.3.0

func (UnimplementedUserServer) UnbindUserEmail

func (UnimplementedUserServer) UnbindUserGitee added in v1.3.0

func (UnimplementedUserServer) UnbindUserGithub added in v1.3.0

func (UnimplementedUserServer) UnbindUserPhone

func (UnimplementedUserServer) UnbindUserQQ added in v1.3.0

func (UnimplementedUserServer) UnbindUserWechat added in v1.3.0

func (UnimplementedUserServer) UserRegister

type UnsafeUserServer

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

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

type UserClient

type UserClient interface {
	UserRegister(ctx context.Context, in *UserRegisterReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AvatarIrregular(ctx context.Context, in *AvatarIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddAvatarReviewDbAndCache(ctx context.Context, in *AddAvatarReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CoverIrregular(ctx context.Context, in *CoverIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddCoverReviewDbAndCache(ctx context.Context, in *AddCoverReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	LoginByPassword(ctx context.Context, in *LoginByPasswordReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginByCode(ctx context.Context, in *LoginByCodeReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginByWeChat(ctx context.Context, in *LoginByWeChatReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginByQQ(ctx context.Context, in *LoginByQQReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginByGithub(ctx context.Context, in *LoginByGithubReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginByGitee(ctx context.Context, in *LoginByGiteeReq, opts ...grpc.CallOption) (*LoginReply, error)
	LoginPasswordReset(ctx context.Context, in *LoginPasswordResetReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SendPhoneCode(ctx context.Context, in *SendPhoneCodeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SendEmailCode(ctx context.Context, in *SendEmailCodeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetCosSessionKey(ctx context.Context, in *GetCosSessionKeyReq, opts ...grpc.CallOption) (*GetCosSessionKeyReply, error)
	SetUserPhone(ctx context.Context, in *SetUserPhoneReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserEmail(ctx context.Context, in *SetUserEmailReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserPassword(ctx context.Context, in *SetUserPasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserWechat(ctx context.Context, in *SetUserWechatReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserQQ(ctx context.Context, in *SetUserQQReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserGitee(ctx context.Context, in *SetUserGiteeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserGithub(ctx context.Context, in *SetUserGithubReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetUserFollow(ctx context.Context, in *SetUserFollowReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetFollowDbAndCache(ctx context.Context, in *SetFollowDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelUserFollow(ctx context.Context, in *CancelUserFollowReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelFollowDbAndCache(ctx context.Context, in *CancelFollowDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetAccount(ctx context.Context, in *GetAccountReq, opts ...grpc.CallOption) (*GetAccountReply, error)
	GetProfile(ctx context.Context, in *GetProfileReq, opts ...grpc.CallOption) (*GetProfileReply, error)
	GetProfileList(ctx context.Context, in *GetProfileListReq, opts ...grpc.CallOption) (*GetProfileListReply, error)
	GetProfileUpdate(ctx context.Context, in *GetProfileUpdateReq, opts ...grpc.CallOption) (*GetProfileUpdateReply, error)
	GetUserFollow(ctx context.Context, in *GetUserFollowReq, opts ...grpc.CallOption) (*GetUserFollowReply, error)
	GetFollowList(ctx context.Context, in *GetFollowListReq, opts ...grpc.CallOption) (*GetFollowListReply, error)
	GetFollowListCount(ctx context.Context, in *GetFollowListCountReq, opts ...grpc.CallOption) (*GetFollowListCountReply, error)
	GetFollowedList(ctx context.Context, in *GetFollowedListReq, opts ...grpc.CallOption) (*GetFollowedListReply, error)
	GetFollowedListCount(ctx context.Context, in *GetFollowedListCountReq, opts ...grpc.CallOption) (*GetFollowedListCountReply, error)
	GetUserFollows(ctx context.Context, in *GetUserFollowsReq, opts ...grpc.CallOption) (*GetUserFollowsReply, error)
	GetUserSearch(ctx context.Context, in *GetUserSearchReq, opts ...grpc.CallOption) (*GetUserSearchReply, error)
	GetAvatarReview(ctx context.Context, in *GetAvatarReviewReq, opts ...grpc.CallOption) (*GetAvatarReviewReply, error)
	GetCoverReview(ctx context.Context, in *GetCoverReviewReq, opts ...grpc.CallOption) (*GetCoverReviewReply, error)
	SetProfileUpdate(ctx context.Context, in *SetProfileUpdateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ProfileReviewPass(ctx context.Context, in *ProfileReviewPassReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ProfileReviewNotPass(ctx context.Context, in *ProfileReviewNotPassReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ChangeUserPassword(ctx context.Context, in *ChangeUserPasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserPhone(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserEmail(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserWechat(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserQQ(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserGitee(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnbindUserGithub(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetHealth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

UserClient is the client API for User 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 NewUserClient

func NewUserClient(cc grpc.ClientConnInterface) UserClient

type UserErrorReason

type UserErrorReason int32
const (
	UserErrorReason_UNKNOWN_ERROR                UserErrorReason = 0
	UserErrorReason_VERIFY_PASSWORD_FAILED       UserErrorReason = 1
	UserErrorReason_VERIFY_CODE_FAILED           UserErrorReason = 2
	UserErrorReason_USERNAME_CONFLICT            UserErrorReason = 3
	UserErrorReason_PHONE_CONFLICT               UserErrorReason = 4
	UserErrorReason_EMAIL_CONFLICT               UserErrorReason = 5
	UserErrorReason_WECHAT_CONFLICT              UserErrorReason = 6
	UserErrorReason_QQ_CONFLICT                  UserErrorReason = 7
	UserErrorReason_GITEE_CONFLICT               UserErrorReason = 8
	UserErrorReason_GITHUB_CONFLICT              UserErrorReason = 9
	UserErrorReason_USER_NAME_CONFLICT           UserErrorReason = 10
	UserErrorReason_GET_ACCOUNT_FAILED           UserErrorReason = 11
	UserErrorReason_GET_PROFILE_FAILED           UserErrorReason = 12
	UserErrorReason_GET_PROFILE_UPDATE_FAILED    UserErrorReason = 13
	UserErrorReason_GET_ACHIEVEMENT_FAILED       UserErrorReason = 14
	UserErrorReason_GET_USER_FOLLOW_FAILED       UserErrorReason = 15
	UserErrorReason_GET_FOLLOW_LIST_FAILED       UserErrorReason = 16
	UserErrorReason_GET_FOLLOW_LIST_COUNT_FAILED UserErrorReason = 17
	UserErrorReason_GET_PROFILE_LIST_FAILED      UserErrorReason = 18
	UserErrorReason_GET_USER_SEARCH_FAILED       UserErrorReason = 19
	UserErrorReason_GET_PICTURE_REVIEW_FAILED    UserErrorReason = 20
	UserErrorReason_SEND_CODE_FAILED             UserErrorReason = 21
	UserErrorReason_SET_PHONE_FAILED             UserErrorReason = 22
	UserErrorReason_SET_EMAIL_FAILED             UserErrorReason = 23
	UserErrorReason_SET_PROFILE_FAILED           UserErrorReason = 24
	UserErrorReason_SET_PROFILE_UPDATE_FAILED    UserErrorReason = 25
	UserErrorReason_SET_USERNAME_FAILED          UserErrorReason = 26
	UserErrorReason_SET_PASSWORD_FAILED          UserErrorReason = 27
	UserErrorReason_SET_FOLLOW_FAILED            UserErrorReason = 28
	UserErrorReason_SET_IMAGE_FAILED             UserErrorReason = 29
	UserErrorReason_SET_IMAGE_IRREGULAR_FAILED   UserErrorReason = 30
	UserErrorReason_SET_WECHAT_FAILED            UserErrorReason = 31
	UserErrorReason_SET_QQ_FAILED                UserErrorReason = 32
	UserErrorReason_SET_GITEE_FAILED             UserErrorReason = 33
	UserErrorReason_SET_GITHUB_FAILED            UserErrorReason = 34
	UserErrorReason_CANCEL_FOLLOW_FAILED         UserErrorReason = 35
	UserErrorReason_LOGIN_FAILED                 UserErrorReason = 36
	UserErrorReason_REGISTER_FAILED              UserErrorReason = 37
	UserErrorReason_RESET_PASSWORD_FAILED        UserErrorReason = 38
	UserErrorReason_PROFILE_REVIEW_MODIFY_FAILED UserErrorReason = 39
	UserErrorReason_PROFILE_UPDATE_MODIFY_FAILED UserErrorReason = 40
	UserErrorReason_UNBIND_ACCOUNT_FAILED        UserErrorReason = 41
	UserErrorReason_UNIQUE_ACCOUNT               UserErrorReason = 42
)

func (UserErrorReason) Descriptor

func (UserErrorReason) Enum

func (x UserErrorReason) Enum() *UserErrorReason

func (UserErrorReason) EnumDescriptor deprecated

func (UserErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use UserErrorReason.Descriptor instead.

func (UserErrorReason) Number

func (UserErrorReason) String

func (x UserErrorReason) String() string

func (UserErrorReason) Type

type UserHTTPClient

type UserHTTPClient interface {
	GetHealth(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
}

func NewUserHTTPClient

func NewUserHTTPClient(client *http.Client) UserHTTPClient

type UserHTTPClientImpl

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

func (*UserHTTPClientImpl) GetHealth added in v1.2.3

func (c *UserHTTPClientImpl) GetHealth(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)

type UserHTTPServer

type UserHTTPServer interface {
	GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
}

type UserRegisterReq

type UserRegisterReq struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Code     string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRegisterReq) Descriptor deprecated

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

Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.

func (*UserRegisterReq) GetCode

func (x *UserRegisterReq) GetCode() string

func (*UserRegisterReq) GetEmail

func (x *UserRegisterReq) GetEmail() string

func (*UserRegisterReq) GetPassword

func (x *UserRegisterReq) GetPassword() string

func (*UserRegisterReq) ProtoMessage

func (*UserRegisterReq) ProtoMessage()

func (*UserRegisterReq) ProtoReflect

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

func (*UserRegisterReq) Reset

func (x *UserRegisterReq) Reset()

func (*UserRegisterReq) String

func (x *UserRegisterReq) String() string

func (*UserRegisterReq) Validate

func (m *UserRegisterReq) Validate() error

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

func (m *UserRegisterReq) ValidateAll() error

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

type UserRegisterReqMultiError

type UserRegisterReqMultiError []error

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

func (UserRegisterReqMultiError) AllErrors

func (m UserRegisterReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserRegisterReqMultiError) Error

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

type UserRegisterReqValidationError

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

UserRegisterReqValidationError is the validation error returned by UserRegisterReq.Validate if the designated constraints aren't met.

func (UserRegisterReqValidationError) Cause

Cause function returns cause value.

func (UserRegisterReqValidationError) Error

Error satisfies the builtin error interface

func (UserRegisterReqValidationError) ErrorName

func (e UserRegisterReqValidationError) ErrorName() string

ErrorName returns error name.

func (UserRegisterReqValidationError) Field

Field function returns field value.

func (UserRegisterReqValidationError) Key

Key function returns key value.

func (UserRegisterReqValidationError) Reason

Reason function returns reason value.

type UserServer

type UserServer interface {
	UserRegister(context.Context, *UserRegisterReq) (*emptypb.Empty, error)
	AvatarIrregular(context.Context, *AvatarIrregularReq) (*emptypb.Empty, error)
	AddAvatarReviewDbAndCache(context.Context, *AddAvatarReviewDbAndCacheReq) (*emptypb.Empty, error)
	CoverIrregular(context.Context, *CoverIrregularReq) (*emptypb.Empty, error)
	AddCoverReviewDbAndCache(context.Context, *AddCoverReviewDbAndCacheReq) (*emptypb.Empty, error)
	LoginByPassword(context.Context, *LoginByPasswordReq) (*LoginReply, error)
	LoginByCode(context.Context, *LoginByCodeReq) (*LoginReply, error)
	LoginByWeChat(context.Context, *LoginByWeChatReq) (*LoginReply, error)
	LoginByQQ(context.Context, *LoginByQQReq) (*LoginReply, error)
	LoginByGithub(context.Context, *LoginByGithubReq) (*LoginReply, error)
	LoginByGitee(context.Context, *LoginByGiteeReq) (*LoginReply, error)
	LoginPasswordReset(context.Context, *LoginPasswordResetReq) (*emptypb.Empty, error)
	SendPhoneCode(context.Context, *SendPhoneCodeReq) (*emptypb.Empty, error)
	SendEmailCode(context.Context, *SendEmailCodeReq) (*emptypb.Empty, error)
	GetCosSessionKey(context.Context, *GetCosSessionKeyReq) (*GetCosSessionKeyReply, error)
	SetUserPhone(context.Context, *SetUserPhoneReq) (*emptypb.Empty, error)
	SetUserEmail(context.Context, *SetUserEmailReq) (*emptypb.Empty, error)
	SetUserPassword(context.Context, *SetUserPasswordReq) (*emptypb.Empty, error)
	SetUserWechat(context.Context, *SetUserWechatReq) (*emptypb.Empty, error)
	SetUserQQ(context.Context, *SetUserQQReq) (*emptypb.Empty, error)
	SetUserGitee(context.Context, *SetUserGiteeReq) (*emptypb.Empty, error)
	SetUserGithub(context.Context, *SetUserGithubReq) (*emptypb.Empty, error)
	SetUserFollow(context.Context, *SetUserFollowReq) (*emptypb.Empty, error)
	SetFollowDbAndCache(context.Context, *SetFollowDbAndCacheReq) (*emptypb.Empty, error)
	CancelUserFollow(context.Context, *CancelUserFollowReq) (*emptypb.Empty, error)
	CancelFollowDbAndCache(context.Context, *CancelFollowDbAndCacheReq) (*emptypb.Empty, error)
	GetAccount(context.Context, *GetAccountReq) (*GetAccountReply, error)
	GetProfile(context.Context, *GetProfileReq) (*GetProfileReply, error)
	GetProfileList(context.Context, *GetProfileListReq) (*GetProfileListReply, error)
	GetProfileUpdate(context.Context, *GetProfileUpdateReq) (*GetProfileUpdateReply, error)
	GetUserFollow(context.Context, *GetUserFollowReq) (*GetUserFollowReply, error)
	GetFollowList(context.Context, *GetFollowListReq) (*GetFollowListReply, error)
	GetFollowListCount(context.Context, *GetFollowListCountReq) (*GetFollowListCountReply, error)
	GetFollowedList(context.Context, *GetFollowedListReq) (*GetFollowedListReply, error)
	GetFollowedListCount(context.Context, *GetFollowedListCountReq) (*GetFollowedListCountReply, error)
	GetUserFollows(context.Context, *GetUserFollowsReq) (*GetUserFollowsReply, error)
	GetUserSearch(context.Context, *GetUserSearchReq) (*GetUserSearchReply, error)
	GetAvatarReview(context.Context, *GetAvatarReviewReq) (*GetAvatarReviewReply, error)
	GetCoverReview(context.Context, *GetCoverReviewReq) (*GetCoverReviewReply, error)
	SetProfileUpdate(context.Context, *SetProfileUpdateReq) (*emptypb.Empty, error)
	ProfileReviewPass(context.Context, *ProfileReviewPassReq) (*emptypb.Empty, error)
	ProfileReviewNotPass(context.Context, *ProfileReviewNotPassReq) (*emptypb.Empty, error)
	ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*emptypb.Empty, error)
	UnbindUserPhone(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	UnbindUserEmail(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	UnbindUserWechat(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	UnbindUserQQ(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	UnbindUserGitee(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	UnbindUserGithub(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
	GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

UserServer is the server API for User service. All implementations must embed UnimplementedUserServer for forward compatibility

Jump to

Keyboard shortcuts

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