0.1.0 • Published 6 years ago
suiteserve-protocol v0.1.0
SuiteServe Protocol
This gRPC protocol, defined by the protocol buffer language, enables a client (i.e. an active test suite) to inform the server about its progress and results. In addition, queries and administrative tasks may be performed.
How to Build
If you have Docker installed, just run make docker to generate the source code. Otherwise:
- Download the protocol buffers compiler from its release page and follow the archive's README.
- Install the protoc-gen-grpc-web plugin.
With Go installed and
$GOPATH/binin your path, run:go get google.golang.org/protobuf/cmd/protoc-gen-go \ google.golang.org/grpc/cmd/protoc-gen-go-grpcRun
make.
To remove any generated files, run make clean.
0.1.0
6 years ago