0.1.0 • Published 4 years ago

suiteserve-protocol v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

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:

  1. Download the protocol buffers compiler from its release page and follow the archive's README.
  2. Install the protoc-gen-grpc-web plugin.
  3. With Go installed and $GOPATH/bin in your path, run:

    go get google.golang.org/protobuf/cmd/protoc-gen-go \
        google.golang.org/grpc/cmd/protoc-gen-go-grpc
  4. Run make.

To remove any generated files, run make clean.

0.1.0

4 years ago