|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| backend | %!s(int64=5) %!d(string=hai) anos | |
| cli | %!s(int64=5) %!d(string=hai) anos | |
| client | %!s(int64=5) %!d(string=hai) anos | |
| containers | %!s(int64=5) %!d(string=hai) anos | |
| context | %!s(int64=5) %!d(string=hai) anos | |
| example | %!s(int64=5) %!d(string=hai) anos | |
| scripts | %!s(int64=5) %!d(string=hai) anos | |
| server | %!s(int64=5) %!d(string=hai) anos | |
| util | %!s(int64=5) %!d(string=hai) anos | |
| .dockerignore | %!s(int64=5) %!d(string=hai) anos | |
| .gitignore | %!s(int64=5) %!d(string=hai) anos | |
| Dockerfile | %!s(int64=5) %!d(string=hai) anos | |
| Makefile | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| go.mod | %!s(int64=5) %!d(string=hai) anos | |
| go.sum | %!s(int64=5) %!d(string=hai) anos | |
| setup-dev.sh | %!s(int64=5) %!d(string=hai) anos |
To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script
to install the correct version of protobufs on your system and get the protobuild binary.
> make
The example backend code is located in /example/backend.
Build the service with the resulting binary placed in the /bin directory.
> make example