An open API service indexing awesome lists of open source software.

https://github.com/robotstudio/choreo-svc

Service definitions for the Choreo framework
https://github.com/robotstudio/choreo-svc

Last synced: 12 months ago
JSON representation

Service definitions for the Choreo framework

Awesome Lists containing this project

README

          

# choreo-svc

Service definitions for the Choreo framework.

## Requirements

This project assumes that you'll be using the [choreo-msg](https://github.com/RobotStudio/choreo-msg) proto library.

## Generating

For generating, use the provided `Makefile` and override options as needed.

CPP Example:

make LANGUAGE=cpp PROTOINCLUDE=$GOPATH/src/github.com/RobotStudio/choreo-msg/msg all

Go Example:

make PROTOINCLUDE=$GOPATH/src/github.com/RobotStudio/choreo-msg/msg GRPCPLUGIN=$GOPATH/bin/protoc-gen-go all