Migrate to gRPC rather than REST with swagger
Will also be adding in a RESTful endpoint to the server as well so it can consume both types
This commit is contained in:
parent
b815284199
commit
7ababb79f6
23 changed files with 1110 additions and 1101 deletions
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
|
@ -21,12 +21,7 @@ jobs:
|
|||
|
||||
- name: Install dict
|
||||
run: sudo apt-get update && sudo apt-get install wamerican
|
||||
|
||||
- name: Install swagger
|
||||
run: |
|
||||
sudo curl -o /usr/local/bin/swagger -L'#' https://github.com/go-swagger/go-swagger/releases/download/v0.23.0/swagger_linux_amd64
|
||||
sudo chmod +x /usr/local/bin/swagger
|
||||
|
||||
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue