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

https://github.com/berquerant/firehose-proto


https://github.com/berquerant/firehose-proto

go grpc protobuf

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# firehose-proto

# Initialize

``` bash
git submodule update --init
make docker
```

# Add proto

Create a new directory and add a proto file to it.

Compile `example/example.proto` by

``` bash
make example/example.pb.go
```

`example/example.pb.go` should belong to package example.

# Test

``` bash
make dev
```

# Regenerate code

``` bash
make generate
```