add the cache service (#112)

This commit is contained in:
Asim Aslam
2021-05-19 13:55:34 +01:00
committed by GitHub
parent f3ca93b789
commit d51582ce77
11 changed files with 1319 additions and 0 deletions

23
cache/README.md vendored Normal file
View File

@@ -0,0 +1,23 @@
# Cache Service
This is the Cache service
Generated with
```
micro new cache
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```