git-next/crates/config/src/webhook/mod.rs
Paul Campbell 0b8e41a8ec
All checks were successful
Rust / build (push) Successful in 1m14s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
refactor: config: use thiserror and move tests about
2024-06-03 07:38:59 +01:00

9 lines
103 B
Rust

pub mod auth;
pub mod id;
pub mod message;
pub mod push;
#[cfg(test)]
mod tests;
pub use push::Push;