worker-agent

command module
v0.0.0-...-47453a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2018 License: MIT Imports: 12 Imported by: 0

README

worker-agent

[WIP] A small go agent that runs inside the build vm and controls job execution

Installation

We are using the GRPC library.

go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go

GRPC also requires the protoc cli tool for protocol buffers to be installed, on macOS:

brew install protobuf

Protoc compilation

If you change the grpc .proto file, you'll also need to re-generate the .pb.go file via:

protoc -I agent/ agent/agent.proto --go_out=plugins=grpc:agent

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL