feat(core/database): implement webhook model

This commit is contained in:
Paul Makles
2023-06-03 13:00:05 +01:00
parent 410acb5b5c
commit 1dbbc3ed8d
14 changed files with 841 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ mod models;
pub mod util;
pub use models::*;
pub mod events;
/// Utility function to check if a boolean value is false
pub fn if_false(t: &bool) -> bool {
!t