]> git.puffer.fish Git - matthieu/nova.git/commit
work on the gateway
authorMatthieu <matthieu@developershouse.xyz>
Fri, 17 Sep 2021 20:17:22 +0000 (00:17 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Fri, 17 Sep 2021 20:17:22 +0000 (00:17 +0400)
commit88300c45202a228d54c1e99dd3b295ef3fb9aabd
tree63a2679ad815cde8c6bd2325fda7123b08ad284f
parent469a8fb1ea7b689399c30badbf33fc467531c561
work on the gateway
28 files changed:
.github/workflows/bazel-build.yml
Cargo.lock
common/rust/src/error.rs [new file with mode: 0644]
common/rust/src/lib.rs
common/rust/src/payloads.rs
gateway/Cargo.toml
gateway/config/default.toml [new file with mode: 0644]
gateway/src/client/connection/actions.rs [deleted file]
gateway/src/client/connection/mod.rs
gateway/src/client/connection/state.rs [deleted file]
gateway/src/client/connection/stream.rs
gateway/src/client/connection/utils.rs [new file with mode: 0644]
gateway/src/client/error_utils.rs [new file with mode: 0644]
gateway/src/client/mod.rs
gateway/src/client/payloads/dispatch.rs [new file with mode: 0644]
gateway/src/client/payloads/gateway.rs [new file with mode: 0644]
gateway/src/client/payloads/message.rs [deleted file]
gateway/src/client/payloads/mod.rs
gateway/src/client/payloads/payloads.rs [deleted file]
gateway/src/client/payloads/payloads/hello.rs [new file with mode: 0644]
gateway/src/client/payloads/payloads/identify.rs [new file with mode: 0644]
gateway/src/client/payloads/payloads/mod.rs [new file with mode: 0644]
gateway/src/client/shard/actions.rs
gateway/src/client/shard/connection.rs
gateway/src/client/shard/mod.rs
gateway/src/client/shard/state.rs
gateway/src/main.rs
webhook/src/handler/handler.rs