Skip to content
Snippets Groups Projects
user avatar
Malte Bauch authored
Resolve "Use buf.build for code generation"

Closes #8

See merge request danet/api!19
5e23b923
History

CoCSN API

Protocol buffer definitions for goSDN gRPC API. To generate run the following command inside the repo root.

protoc --proto_path=./proto --proto_path=./deps --go_out=./go --go-grpc_out=./go --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative $(find proto | grep .proto)