Versions in this module Expand all Collapse all v0 v0.1.1 Aug 24, 2021 v0.1.0 Aug 23, 2021 Changes in this version + var EMPTY_FIRST_NAME_ERROR = errors.New("first name shouldn't be empty") + var EMPTY_LAST_NAME_ERROR = errors.New("last name shouldn't be empty") + var EMPTY_PASSWORD_ERROR = errors.New("password shouldn't be empty") + var NIL_REQUEST_ERROR = errors.New("request is empty") + var WRONG_USER_ID_ERROR = errors.New("wrong user id") + func RegisterProxyServiceServer(mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterServiceServer(s grpc.ServiceRegistrar) error + type UserServiceServer struct + func (s *UserServiceServer) AddUser(ctx context.Context, request *user_v2.AddUserRequest) (*user_v2.AddUserResponse, error) + func (s *UserServiceServer) GetUser(ctx context.Context, request *user_v2.GetUserRequest) (*user_v2.GetUserResponse, error)