An open API service indexing awesome lists of open source software.

https://github.com/berquerant/firehose-docker-protobuf


https://github.com/berquerant/firehose-docker-protobuf

docker go grpc protobuf

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# firehose-docker-protobuf

Compile proto files.

# Usage

``` bash
# build image
bin/build.sh
# compile proto
export PROTO_ROOT="/path/to/proto/dir"
export PROTO_PATH=example.proto
export GO_OUT=examplepb
bin/firehose-docker-protobuf.sh
```

# Test

``` bash
# build image
bin/build.sh
# exec test
bin/test.sh
```

c.f. [README.md](test/README.md)