]> git.puffer.fish Git - matthieu/nova.git/commit
Basic structure for the project
authorMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>
Wed, 4 Aug 2021 16:59:35 +0000 (20:59 +0400)
committerMatthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com>
Wed, 4 Aug 2021 16:59:35 +0000 (20:59 +0400)
commite9812664f81fd3cba7e8fd88e3a8464c0863447f
tree20a5bf653e1df87c73f20aef8dbb8ed8cb610616
parent57217597da9fe6a3cb73110b0c735cf34def8d67
Basic structure for the project
17 files changed:
.gitignore [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
.vscode/tasks.json [new file with mode: 0644]
BUILD [new file with mode: 0644]
WORKSPACE [new file with mode: 0644]
deps.bzl [new file with mode: 0644]
gateway/BUILD.bazel [new file with mode: 0644]
gateway/go.mod [new file with mode: 0644]
gateway/main.go [new file with mode: 0644]
novactl/BUILD.bazel [new file with mode: 0644]
novactl/go.mod [new file with mode: 0644]
novactl/go.sum [new file with mode: 0644]
novactl/main.go [new file with mode: 0644]
rest-ratelimiter/Cargo.toml [new file with mode: 0644]
rest-ratelimiter/protos/BUILD.bazel [new file with mode: 0644]
rest-ratelimiter/protos/nova.ratelimit.v1.proto [new file with mode: 0644]
rest-ratelimiter/src/main.rs [new file with mode: 0644]