Unmaintained
- Golang 1.11+
- MongoDB 4.0+
PORT=50051
DEBUG=false
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB=qiwi
go mod vendor # install dependencies
go run *.go
See Here
Powered by: https://github.com/pseudomuto/protoc-gen-doc
docker run --rm \
-v $(pwd)/protobuf:/out \
-v $(pwd)/protobuf:/protos \
pseudomuto/protoc-gen-doc --doc_opt=markdown,readme.md
- protobuf
- protoc-gen-go
protoc -I protobuf protobuf/qiwi.proto --go_out=plugins=grpc:protobuf