https://github.com/gonicus/gouda-proto
GOuda API definition
https://github.com/gonicus/gouda-proto
gonnect instant-messaging-api
Last synced: 25 days ago
JSON representation
GOuda API definition
- Host: GitHub
- URL: https://github.com/gonicus/gouda-proto
- Owner: gonicus
- License: mit
- Created: 2026-05-20T10:08:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-30T11:34:47.000Z (26 days ago)
- Last Synced: 2026-06-30T12:20:49.516Z (26 days ago)
- Topics: gonnect, instant-messaging-api
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Protobuf definitions for GOnnect chat bridge
## Git pre-commit hook
Add this as executable file `.git/hooks/pre-commit`:
```sh
#!/usr/bin/sh
protoc --fatal_warnings --cpp_out=.out *.proto
```
to validate the proto files before committing.