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

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

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.