Нет описания

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

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.