]> git.puffer.fish Git - matthieu/nova.git/commit
restructure project
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 2 Jan 2023 14:59:03 +0000 (18:59 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 2 Jan 2023 14:59:03 +0000 (18:59 +0400)
commitf8c2a144e2f3e47371f5e8352e7a7a0b6707bf88
tree8c1e6bd157ac599429c806f9aa9bc9dbc28140ed
parent46fd26962ef55f8b557f7e36d3aee915a819c88c
restructure project
40 files changed:
.devcontainer/Dockerfile
.gitignore
Cargo.lock
Cargo.toml
docker-compose.yaml
exes/.gitignore [new file with mode: 0644]
exes/cache/Cargo.toml
exes/cache/src/config.rs
exes/cache/src/main.rs
exes/cache/src/managers/bans.rs
exes/gateway/Cargo.toml
exes/gateway/src/config.rs
exes/gateway/src/main.rs
exes/rest/Cargo.toml
exes/rest/src/config.rs
exes/rest/src/handler.rs [new file with mode: 0644]
exes/rest/src/main.rs
exes/rest/src/proxy/mod.rs [deleted file]
exes/rest/src/ratelimit/mod.rs [deleted file]
exes/rest/src/ratelimit_client/mod.rs [new file with mode: 0644]
exes/rest/src/ratelimit_client/remote_hashring.rs [new file with mode: 0644]
exes/webhook/Cargo.toml
exes/webhook/src/config.rs
exes/webhook/src/handler/handler.rs
exes/webhook/src/handler/make_service.rs
exes/webhook/src/handler/mod.rs
exes/webhook/src/handler/tests/signature.rs
exes/webhook/src/main.rs
libs/leash/Cargo.toml [new file with mode: 0644]
libs/leash/src/lib.rs [new file with mode: 0644]
libs/proto/Cargo.toml
libs/proto/build.rs [new file with mode: 0644]
libs/proto/src/lib.rs
libs/shared/Cargo.toml
libs/shared/src/config.rs
libs/shared/src/nats.rs
libs/shared/src/redis.rs
proto/nova/management/nova.management.v1alpha.proto [deleted file]
proto/nova/management/rpc/nova.management.rpc.v1alpha.proto [deleted file]
proto/nova/ratelimit/ratelimiter.proto [new file with mode: 0644]