package
0.0.0-20241006143451-80c5a418cd08
Repository: https://github.com/loak155/techbranch-backend.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterArticleServiceHandler registers the http handlers for service ArticleService to "mux".
RegisterArticleServiceHandlerClient registers the http handlers for service ArticleService to "mux".
RegisterArticleServiceHandlerFromEndpoint is same as RegisterArticleServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterArticleServiceHandlerServer registers the http handlers for service ArticleService to "mux".
No description provided by the author
RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux".
No description provided by the author
RegisterBookmarkServiceHandler registers the http handlers for service BookmarkService to "mux".
RegisterBookmarkServiceHandlerClient registers the http handlers for service BookmarkService to "mux".
RegisterBookmarkServiceHandlerFromEndpoint is same as RegisterBookmarkServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterBookmarkServiceHandlerServer registers the http handlers for service BookmarkService to "mux".
No description provided by the author
RegisterCommentServiceHandler registers the http handlers for service CommentService to "mux".
RegisterCommentServiceHandlerClient registers the http handlers for service CommentService to "mux".
RegisterCommentServiceHandlerFromEndpoint is same as RegisterCommentServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCommentServiceHandlerServer registers the http handlers for service CommentService to "mux".
No description provided by the author
RegisterUserServiceHandler registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerClient registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerFromEndpoint is same as RegisterUserServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserServiceHandlerServer registers the http handlers for service UserService to "mux".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ArticleService_ServiceDesc is the grpc.ServiceDesc for ArticleService service.
AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service.
BookmarkService_ServiceDesc is the grpc.ServiceDesc for BookmarkService service.
CommentService_ServiceDesc is the grpc.ServiceDesc for CommentService service.
File_article_proto
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service.

# Structs

Article
No description provided by the author
ArticleValidationError is the validation error returned by Article.Validate if the designated constraints aren't met.
No description provided by the author
BookmarkValidationError is the validation error returned by Bookmark.Validate if the designated constraints aren't met.
No description provided by the author
CommentValidationError is the validation error returned by Comment.Validate if the designated constraints aren't met.
No description provided by the author
CreateArticleRequestValidationError is the validation error returned by CreateArticleRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateArticleResponseValidationError is the validation error returned by CreateArticleResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateBookmarkRequestValidationError is the validation error returned by CreateBookmarkRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateBookmarkResponseValidationError is the validation error returned by CreateBookmarkResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateCommentRequestValidationError is the validation error returned by CreateCommentRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateCommentResponseValidationError is the validation error returned by CreateCommentResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateUserRequestValidationError is the validation error returned by CreateUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateUserResponseValidationError is the validation error returned by CreateUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteArticleRequestValidationError is the validation error returned by DeleteArticleRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteArticleResponseValidationError is the validation error returned by DeleteArticleResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByArticleIDRequestValidationError is the validation error returned by DeleteBookmarkByArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByArticleIDResponseValidationError is the validation error returned by DeleteBookmarkByArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByUserIDAndArticleIDRequestValidationError is the validation error returned by DeleteBookmarkByUserIDAndArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByUserIDAndArticleIDResponseValidationError is the validation error returned by DeleteBookmarkByUserIDAndArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByUserIDRequestValidationError is the validation error returned by DeleteBookmarkByUserIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteBookmarkByUserIDResponseValidationError is the validation error returned by DeleteBookmarkByUserIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByArticleIDRequestValidationError is the validation error returned by DeleteCommentByArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByArticleIDResponseValidationError is the validation error returned by DeleteCommentByArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByUserIDAndArticleIDRequestValidationError is the validation error returned by DeleteCommentByUserIDAndArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByUserIDAndArticleIDResponseValidationError is the validation error returned by DeleteCommentByUserIDAndArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByUserIDRequestValidationError is the validation error returned by DeleteCommentByUserIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentByUserIDResponseValidationError is the validation error returned by DeleteCommentByUserIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentRequestValidationError is the validation error returned by DeleteCommentRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCommentResponseValidationError is the validation error returned by DeleteCommentResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteUserResponseValidationError is the validation error returned by DeleteUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetArticleCountRequestValidationError is the validation error returned by GetArticleCountRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetArticleCountResponseValidationError is the validation error returned by GetArticleCountResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetArticleRequestValidationError is the validation error returned by GetArticleRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetArticleResponseValidationError is the validation error returned by GetArticleResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetBookmarkCountByArticleIDRequestValidationError is the validation error returned by GetBookmarkCountByArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetBookmarkCountByArticleIDResponseValidationError is the validation error returned by GetBookmarkCountByArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetBookmarkedArticlesRequestValidationError is the validation error returned by GetBookmarkedArticlesRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetBookmarkedArticlesResponseValidationError is the validation error returned by GetBookmarkedArticlesResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetGoogleLoginURLRequestValidationError is the validation error returned by GetGoogleLoginURLRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetGoogleLoginURLResponseValidationError is the validation error returned by GetGoogleLoginURLResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetSigninUserRequestValidationError is the validation error returned by GetSigninUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetSigninUserResponseValidationError is the validation error returned by GetSigninUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
GoogleLoginCallbackRequestValidationError is the validation error returned by GoogleLoginCallbackRequest.Validate if the designated constraints aren't met.
No description provided by the author
GoogleLoginCallbackResponseValidationError is the validation error returned by GoogleLoginCallbackResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListArticlesRequestValidationError is the validation error returned by ListArticlesRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListArticlesResponseValidationError is the validation error returned by ListArticlesResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListBookmarksByArticleIDRequestValidationError is the validation error returned by ListBookmarksByArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListBookmarksByArticleIDResponseValidationError is the validation error returned by ListBookmarksByArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListBookmarksByUserIDRequestValidationError is the validation error returned by ListBookmarksByUserIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListBookmarksByUserIDResponseValidationError is the validation error returned by ListBookmarksByUserIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListCommentsByArticleIDRequestValidationError is the validation error returned by ListCommentsByArticleIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListCommentsByArticleIDResponseValidationError is the validation error returned by ListCommentsByArticleIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListCommentsByUserIDRequestValidationError is the validation error returned by ListCommentsByUserIDRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListCommentsByUserIDResponseValidationError is the validation error returned by ListCommentsByUserIDResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListUsersRequestValidationError is the validation error returned by ListUsersRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListUsersResponseValidationError is the validation error returned by ListUsersResponse.Validate if the designated constraints aren't met.
No description provided by the author
PreSignupRequestValidationError is the validation error returned by PreSignupRequest.Validate if the designated constraints aren't met.
No description provided by the author
PreSignupResponseValidationError is the validation error returned by PreSignupResponse.Validate if the designated constraints aren't met.
No description provided by the author
RefreshTokenRequestValidationError is the validation error returned by RefreshTokenRequest.Validate if the designated constraints aren't met.
No description provided by the author
RefreshTokenResponseValidationError is the validation error returned by RefreshTokenResponse.Validate if the designated constraints aren't met.
No description provided by the author
SigninRequestValidationError is the validation error returned by SigninRequest.Validate if the designated constraints aren't met.
No description provided by the author
SigninResponseValidationError is the validation error returned by SigninResponse.Validate if the designated constraints aren't met.
No description provided by the author
SignoutRequestValidationError is the validation error returned by SignoutRequest.Validate if the designated constraints aren't met.
No description provided by the author
SignoutResponseValidationError is the validation error returned by SignoutResponse.Validate if the designated constraints aren't met.
No description provided by the author
SignupRequestValidationError is the validation error returned by SignupRequest.Validate if the designated constraints aren't met.
No description provided by the author
SignupResponseValidationError is the validation error returned by SignupResponse.Validate if the designated constraints aren't met.
UnimplementedArticleServiceServer must be embedded to have forward compatible implementations.
UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.
UnimplementedBookmarkServiceServer must be embedded to have forward compatible implementations.
UnimplementedCommentServiceServer must be embedded to have forward compatible implementations.
UnimplementedUserServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
UpdateArticleRequestValidationError is the validation error returned by UpdateArticleRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateArticleResponseValidationError is the validation error returned by UpdateArticleResponse.Validate if the designated constraints aren't met.
No description provided by the author
UpdateUserRequestValidationError is the validation error returned by UpdateUserRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateUserResponseValidationError is the validation error returned by UpdateUserResponse.Validate if the designated constraints aren't met.
No description provided by the author
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

# Interfaces

ArticleServiceClient is the client API for ArticleService service.
ArticleServiceServer is the server API for ArticleService service.
AuthServiceClient is the client API for AuthService service.
AuthServiceServer is the server API for AuthService service.
BookmarkServiceClient is the client API for BookmarkService service.
BookmarkServiceServer is the server API for BookmarkService service.
CommentServiceClient is the client API for CommentService service.
CommentServiceServer is the server API for CommentService service.
UnsafeArticleServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeBookmarkServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeCommentServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service.
UserServiceClient is the client API for UserService service.
UserServiceServer is the server API for UserService service.

# Type aliases

ArticleMultiError is an error wrapping multiple validation errors returned by Article.ValidateAll() if the designated constraints aren't met.
BookmarkMultiError is an error wrapping multiple validation errors returned by Bookmark.ValidateAll() if the designated constraints aren't met.
CommentMultiError is an error wrapping multiple validation errors returned by Comment.ValidateAll() if the designated constraints aren't met.
CreateArticleRequestMultiError is an error wrapping multiple validation errors returned by CreateArticleRequest.ValidateAll() if the designated constraints aren't met.
CreateArticleResponseMultiError is an error wrapping multiple validation errors returned by CreateArticleResponse.ValidateAll() if the designated constraints aren't met.
CreateBookmarkRequestMultiError is an error wrapping multiple validation errors returned by CreateBookmarkRequest.ValidateAll() if the designated constraints aren't met.
CreateBookmarkResponseMultiError is an error wrapping multiple validation errors returned by CreateBookmarkResponse.ValidateAll() if the designated constraints aren't met.
CreateCommentRequestMultiError is an error wrapping multiple validation errors returned by CreateCommentRequest.ValidateAll() if the designated constraints aren't met.
CreateCommentResponseMultiError is an error wrapping multiple validation errors returned by CreateCommentResponse.ValidateAll() if the designated constraints aren't met.
CreateUserRequestMultiError is an error wrapping multiple validation errors returned by CreateUserRequest.ValidateAll() if the designated constraints aren't met.
CreateUserResponseMultiError is an error wrapping multiple validation errors returned by CreateUserResponse.ValidateAll() if the designated constraints aren't met.
DeleteArticleRequestMultiError is an error wrapping multiple validation errors returned by DeleteArticleRequest.ValidateAll() if the designated constraints aren't met.
DeleteArticleResponseMultiError is an error wrapping multiple validation errors returned by DeleteArticleResponse.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByArticleIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByArticleIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByArticleIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByArticleIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByUserIDAndArticleIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByUserIDAndArticleIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByUserIDAndArticleIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByUserIDAndArticleIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByUserIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByUserIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteBookmarkByUserIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteBookmarkByUserIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteCommentByArticleIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteCommentByArticleIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteCommentByArticleIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteCommentByArticleIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteCommentByUserIDAndArticleIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteCommentByUserIDAndArticleIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteCommentByUserIDAndArticleIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteCommentByUserIDAndArticleIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteCommentByUserIDRequestMultiError is an error wrapping multiple validation errors returned by DeleteCommentByUserIDRequest.ValidateAll() if the designated constraints aren't met.
DeleteCommentByUserIDResponseMultiError is an error wrapping multiple validation errors returned by DeleteCommentByUserIDResponse.ValidateAll() if the designated constraints aren't met.
DeleteCommentRequestMultiError is an error wrapping multiple validation errors returned by DeleteCommentRequest.ValidateAll() if the designated constraints aren't met.
DeleteCommentResponseMultiError is an error wrapping multiple validation errors returned by DeleteCommentResponse.ValidateAll() if the designated constraints aren't met.
DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.
DeleteUserResponseMultiError is an error wrapping multiple validation errors returned by DeleteUserResponse.ValidateAll() if the designated constraints aren't met.
GetArticleCountRequestMultiError is an error wrapping multiple validation errors returned by GetArticleCountRequest.ValidateAll() if the designated constraints aren't met.
GetArticleCountResponseMultiError is an error wrapping multiple validation errors returned by GetArticleCountResponse.ValidateAll() if the designated constraints aren't met.
GetArticleRequestMultiError is an error wrapping multiple validation errors returned by GetArticleRequest.ValidateAll() if the designated constraints aren't met.
GetArticleResponseMultiError is an error wrapping multiple validation errors returned by GetArticleResponse.ValidateAll() if the designated constraints aren't met.
GetBookmarkCountByArticleIDRequestMultiError is an error wrapping multiple validation errors returned by GetBookmarkCountByArticleIDRequest.ValidateAll() if the designated constraints aren't met.
GetBookmarkCountByArticleIDResponseMultiError is an error wrapping multiple validation errors returned by GetBookmarkCountByArticleIDResponse.ValidateAll() if the designated constraints aren't met.
GetBookmarkedArticlesRequestMultiError is an error wrapping multiple validation errors returned by GetBookmarkedArticlesRequest.ValidateAll() if the designated constraints aren't met.
GetBookmarkedArticlesResponseMultiError is an error wrapping multiple validation errors returned by GetBookmarkedArticlesResponse.ValidateAll() if the designated constraints aren't met.
GetGoogleLoginURLRequestMultiError is an error wrapping multiple validation errors returned by GetGoogleLoginURLRequest.ValidateAll() if the designated constraints aren't met.
GetGoogleLoginURLResponseMultiError is an error wrapping multiple validation errors returned by GetGoogleLoginURLResponse.ValidateAll() if the designated constraints aren't met.
GetSigninUserRequestMultiError is an error wrapping multiple validation errors returned by GetSigninUserRequest.ValidateAll() if the designated constraints aren't met.
GetSigninUserResponseMultiError is an error wrapping multiple validation errors returned by GetSigninUserResponse.ValidateAll() if the designated constraints aren't met.
GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.
GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.
GoogleLoginCallbackRequestMultiError is an error wrapping multiple validation errors returned by GoogleLoginCallbackRequest.ValidateAll() if the designated constraints aren't met.
GoogleLoginCallbackResponseMultiError is an error wrapping multiple validation errors returned by GoogleLoginCallbackResponse.ValidateAll() if the designated constraints aren't met.
ListArticlesRequestMultiError is an error wrapping multiple validation errors returned by ListArticlesRequest.ValidateAll() if the designated constraints aren't met.
ListArticlesResponseMultiError is an error wrapping multiple validation errors returned by ListArticlesResponse.ValidateAll() if the designated constraints aren't met.
ListBookmarksByArticleIDRequestMultiError is an error wrapping multiple validation errors returned by ListBookmarksByArticleIDRequest.ValidateAll() if the designated constraints aren't met.
ListBookmarksByArticleIDResponseMultiError is an error wrapping multiple validation errors returned by ListBookmarksByArticleIDResponse.ValidateAll() if the designated constraints aren't met.
ListBookmarksByUserIDRequestMultiError is an error wrapping multiple validation errors returned by ListBookmarksByUserIDRequest.ValidateAll() if the designated constraints aren't met.
ListBookmarksByUserIDResponseMultiError is an error wrapping multiple validation errors returned by ListBookmarksByUserIDResponse.ValidateAll() if the designated constraints aren't met.
ListCommentsByArticleIDRequestMultiError is an error wrapping multiple validation errors returned by ListCommentsByArticleIDRequest.ValidateAll() if the designated constraints aren't met.
ListCommentsByArticleIDResponseMultiError is an error wrapping multiple validation errors returned by ListCommentsByArticleIDResponse.ValidateAll() if the designated constraints aren't met.
ListCommentsByUserIDRequestMultiError is an error wrapping multiple validation errors returned by ListCommentsByUserIDRequest.ValidateAll() if the designated constraints aren't met.
ListCommentsByUserIDResponseMultiError is an error wrapping multiple validation errors returned by ListCommentsByUserIDResponse.ValidateAll() if the designated constraints aren't met.
ListUsersRequestMultiError is an error wrapping multiple validation errors returned by ListUsersRequest.ValidateAll() if the designated constraints aren't met.
ListUsersResponseMultiError is an error wrapping multiple validation errors returned by ListUsersResponse.ValidateAll() if the designated constraints aren't met.
PreSignupRequestMultiError is an error wrapping multiple validation errors returned by PreSignupRequest.ValidateAll() if the designated constraints aren't met.
PreSignupResponseMultiError is an error wrapping multiple validation errors returned by PreSignupResponse.ValidateAll() if the designated constraints aren't met.
RefreshTokenRequestMultiError is an error wrapping multiple validation errors returned by RefreshTokenRequest.ValidateAll() if the designated constraints aren't met.
RefreshTokenResponseMultiError is an error wrapping multiple validation errors returned by RefreshTokenResponse.ValidateAll() if the designated constraints aren't met.
SigninRequestMultiError is an error wrapping multiple validation errors returned by SigninRequest.ValidateAll() if the designated constraints aren't met.
SigninResponseMultiError is an error wrapping multiple validation errors returned by SigninResponse.ValidateAll() if the designated constraints aren't met.
SignoutRequestMultiError is an error wrapping multiple validation errors returned by SignoutRequest.ValidateAll() if the designated constraints aren't met.
SignoutResponseMultiError is an error wrapping multiple validation errors returned by SignoutResponse.ValidateAll() if the designated constraints aren't met.
SignupRequestMultiError is an error wrapping multiple validation errors returned by SignupRequest.ValidateAll() if the designated constraints aren't met.
SignupResponseMultiError is an error wrapping multiple validation errors returned by SignupResponse.ValidateAll() if the designated constraints aren't met.
UpdateArticleRequestMultiError is an error wrapping multiple validation errors returned by UpdateArticleRequest.ValidateAll() if the designated constraints aren't met.
UpdateArticleResponseMultiError is an error wrapping multiple validation errors returned by UpdateArticleResponse.ValidateAll() if the designated constraints aren't met.
UpdateUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserRequest.ValidateAll() if the designated constraints aren't met.
UpdateUserResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserResponse.ValidateAll() if the designated constraints aren't met.
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.