webhook-gateway 1.1.0

A service to structure your call traces (call stacks)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Github Webhook Gateway 

The micro service to ingress the Github comment events.

# Step to build

1. Install Rust programming language tool chain by following [Install Rust]https://www.rust-lang.org/tools/install
2. `cargo build` to build the project.
3. `cargo run` to run the service.