module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 20, 2020
License: MIT
Opens a new window with license information.
README
¶
Janna API Protocol buffers
This repo contains protocol buffer service definitions and generated interfaces for Janna.
Workflow
- make changes in proto files
- generate code
make generate
. Need Docker installed.
- commit new changes
git add . && git commit -m '<Commit description>'
- push the changes
git push
Please remember about backward compatibility. Heres is a article
Repository structure
/gen
This folder contains generated code from .proto
files. Currently generates files for:
/proto
Protocol buffer service definitions. To generate code run make proto
. Also, this directory contains config file for uber/protool - prototool.yaml
.
/third_party
Third party resources/definition. Need to generate code.
Directories
¶
|
|
gen
|
|
go/v1
Package apiv1 is a reverse proxy.
|
Package apiv1 is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.