gaia-pipeline / protobuf

Protocol Buffer files for gaia plugin interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proto

This folder contains gRPC proto files and their generated language defintions for the gaia plugin interface.

You can use protoc to compile these on your own: protoc -I ./ ./plugin.proto --go_out=plugins=grpc:./

About

Protocol Buffer files for gaia plugin interface

License:Apache License 2.0