modulepackage
0.0.0-20210824232136-8cc90c1bb12c
Repository: https://github.com/digital-dream-labs/api.git
Documentation: pkg.go.dev
# README
API
Protocol buffers for all of the magical back-end services that make vector work!
Protocol buffers
Directory | Description |
---|---|
proto/chipper | Wire protocol for the voice service |
proto/jdocs | Wire protocol for the document store service |
proto/token | Wire protocol for the token service |
Building
To regenerate protocol buffers:
# make protos
// To build an individual proto
make proto dir=proto/chipper file=chipperpb
# Packages
No description provided by the author