command
module
Version:
v0.0.0-...-f886c54
Opens a new window with list of versions in this module.
Published: Sep 16, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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

Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.