Function tide_github::new
source · [−]pub fn new(webhook_secret: &'static [u8]) -> ServerBuilderExpand description
Returns a ServerBuilder with the given webhook secret.
Call Self::on() to register closures to be run when the given event is
received and Self::build() to retrieve the final tide::Server.