usergo

module
v0.0.0-...-787481e Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 License: Apache-2.0

README

usergo

grpc service with the following capabilities.

  • Mock the database by maintaining a list of user details in a variable.
  • An endpoint to fetch user details based on user id.
  • An endpoint to fetch a list of user details based on a list of ids.
  • hello

protoc-installation

protoc [protoc-installation]

[protoc-installation]https://grpc.io/docs/protoc-installation/

Go plugins for the protocol compiler:

  • Install the protocol compiler plugins for Go using the following commands:
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

Update your PATH so that the protoc compiler can find the plugins:

$ export PATH="$PATH:$(go env GOPATH)/bin"

https://github.com/vinaycharlie01/usergo.git

Directories

Path Synopsis
userservice

Jump to

Keyboard shortcuts

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