]> git.puffer.fish Git - matthieu/nova.git/commit
add more tests for the webhook
authorMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 09:09:35 +0000 (13:09 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 09:09:35 +0000 (13:09 +0400)
commit1a10e1778ce34d704545433f6f462f72e4b905dd
tree15e0701c3167f82212a824da0de61eadf5acf386
parentf74b150c5aea3bb8c4fdcda19554a5ef1eecf726
add more tests for the webhook
webhook/Cargo.toml
webhook/src/handler/error.rs [new file with mode: 0644]
webhook/src/handler/handler.rs
webhook/src/handler/mod.rs
webhook/src/handler/signature.rs
webhook/src/handler/tests/handler.rs
webhook/src/handler/tests/handler_integration.rs [new file with mode: 0644]
webhook/src/handler/tests/mod.rs
webhook/src/handler/tests/signature.rs [new file with mode: 0644]
webhook/src/handler/tests/utils.rs [new file with mode: 0644]
webhook/src/main.rs