package
0.0.0-20201023100611-0328ab949346
Repository: https://github.com/shijting/web.git
Documentation: pkg.go.dev
# Functions
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
# Variables
No description provided by the author
# Structs
UnimplementedUserServiceServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
UserLoginRequestValidationError is the validation error returned by UserLoginRequest.Validate if the designated constraints aren't met.
No description provided by the author
UserRegisterRequestValidationError is the validation error returned by UserRegisterRequest.Validate if the designated constraints aren't met.
No description provided by the author
UserResponseValidationError is the validation error returned by UserResponse.Validate if the designated constraints aren't met.
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
# Interfaces
UserServiceClient is the client API for UserService service.
UserServiceServer is the server API for UserService service.