Skip to content
Snippets Groups Projects
user avatar
Im Cobu authored
970827c8
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)