cache-service

command module
v0.0.0-...-f886c54 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

cache-service

Description

The following project has 2 RPC services

  • Set (on port:8080)
  • Get (on port:8080)
  • SetUser (on port:8000)
  • GetUserByID (on port:8000)
The project has 4 folders
  • proto -> the proto file and the generated code are present here
  • client -> the client function is present here for testing purpose
  • server -> files to initiate two gRPC server on different port (raw.go and user.go)
  • main.go -> main.go file to start both server and start testing function

How to use

Downloading the repo in your local system
   git clone https://github.com/dragno99/cache-service.git

enter the folder

   cd cache-service
Starting the server

There is a main.go file present which starts the 2 RPC services

   go run main.go
ScreenShot

image

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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