Tidak Ada Deskripsi

Djordje Lukic 2154cd4ea7 Merge pull request #34 from rumpl/chore-actions-badge 5 tahun lalu
.github bb017c490e Only install required go dependencies 5 tahun lalu
azure 0af5afe440 Move the proxy in the server package 5 tahun lalu
backend 8571cf5a04 Create a new client on each request 5 tahun lalu
cli 6ecb5550f7 Use a request for the context list rpc in cli.proto 5 tahun lalu
client c4a260369b Remove useless SetContext function in client.go 5 tahun lalu
compose 6ecb5550f7 Use a request for the context list rpc in cli.proto 5 tahun lalu
containers f4bde8cb89 Multiple backend for the cli 5 tahun lalu
context 0af5afe440 Move the proxy in the server package 5 tahun lalu
example f4bde8cb89 Multiple backend for the cli 5 tahun lalu
scripts 1858367277 Add gotestsum 5 tahun lalu
server 0af5afe440 Move the proxy in the server package 5 tahun lalu
util 3bb4fe163c Add `docker context create` command 5 tahun lalu
.dockerignore cbfcd5cf64 Add dockerignore 5 tahun lalu
.gitignore fcc7582826 Remove non-project path 5 tahun lalu
Dockerfile 6ecb5550f7 Use a request for the context list rpc in cli.proto 5 tahun lalu
Makefile 6ecb5550f7 Use a request for the context list rpc in cli.proto 5 tahun lalu
README.md c3df7cdc78 Add ci badge in the readme 5 tahun lalu
consts.go 5c04e31117 Add compose.proto 5 tahun lalu
go.mod a307952dab Tidy go mods, remove urfave/cli 5 tahun lalu
go.sum a307952dab Tidy go mods, remove urfave/cli 5 tahun lalu
setup-dev.sh 5cbfa2778e Use github action to install protoc 5 tahun lalu

README.md

Docker API

Dev Setup

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.

Building the API Project

> make