Skip to content

berquerant/firehose-docker-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firehose-docker-protobuf

Compile proto files.

Usage

# 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

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

c.f. README.md