modulepackage
0.0.0-20180812091451-7be8a901b55a
Repository: https://github.com/gaia-pipeline/protobuf.git
Documentation: pkg.go.dev
# README
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:./
# Functions
No description provided by the author
No description provided by the author
# Structs
Argument represents an argument passed from a pipeline to gaia and/or from gaia to the pipeline.
Empty message.
Job represents a single job.
JobResult represents the result of an executed job.
ManualInteraction represents a manual human interaction.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author