]> git.puffer.fish Git - matthieu/nova.git/commit
changes in the proto names, and new spec for nats
authorMatthieu <matthieu@developershouse.xyz>
Fri, 8 Oct 2021 10:48:39 +0000 (14:48 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Fri, 8 Oct 2021 10:48:39 +0000 (14:48 +0400)
commita02b25f235ba6eff33c6fd965c97071d5f112b6d
tree2fc18dbde0f1b2403cb83cf1adb6aa5e66cef7b2
parent308df902d6ff8656cea13e61e5277890d5ad4f08
changes in the proto names, and new spec for nats
27 files changed:
Makefile
WORKSPACE
cache/cargo/BUILD.bazel [new file with mode: 0644]
common/management/BUILD.bazel
common/management/nova.management.v1alpha.proto
common/management/rpc/BUILD.bazel [new file with mode: 0644]
common/management/rpc/nova.management.rpc.v1alpha.proto
common/rust/cargo/BUILD.bazel [new file with mode: 0644]
common/rust/src/config.rs
common/rust/src/lib.rs
common/rust/src/nats.rs
common/rust/src/payloads.rs
deps.bzl
docs/docs/intro.md
gateway/cargo/BUILD.bazel [new file with mode: 0644]
gateway/src/payloads/gateway.rs
go.mod
go.sum
ratelimiter/BUILD
ratelimiter/build.rs
ratelimiter/proto/BUILD.bazel
ratelimiter/proto/nova.ratelimit.v1alpha.proto
ratelimiter/src/main.rs
webhook/cargo/BUILD.bazel [new file with mode: 0644]
webhook/src/config.rs
webhook/src/handler/handler.rs
webhook/src/handler/make_service.rs