Keine Beschreibung

Djordje Lukic 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
.github 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
azure 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
backend 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
cli 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
client 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
compose 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
containers 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
context 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
example 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
server 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
util 3bb4fe163c Add `docker context create` command vor 5 Jahren
.dockerignore cbfcd5cf64 Add dockerignore vor 5 Jahren
.gitignore fcc7582826 Remove non-project path vor 5 Jahren
.golangci.yml 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
Dockerfile 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
Makefile 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
README.md 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
builder.Makefile 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
go.mod 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
go.sum afca3e31b5 Implement exec command vor 5 Jahren
setup-dev.sh 5cbfa2778e Use github action to install protoc vor 5 Jahren

README.md

Docker API

Actions Status

Dev Setup

The recommended way is to use the main Makefile that runs everything inside a container.

If you don't have or want to use Docker for building you need to make sure you have all the needed tools installed locally:

And then you can call the same make targets but you need to pass it the builder.Makefile (make -f builder.Makefile).

Building the project

$ make

If you make changes to the .proto files, make sure to make protos to generate go code.