forked from kemitix/git-next
7 lines
241 B
Rust
7 lines
241 B
Rust
|
//
|
||
|
use git_next_core::{git::UserNotification, message, server::Shout};
|
||
|
|
||
|
message!(UpdateShout: Shout: "Updated Shout configuration");
|
||
|
|
||
|
message!(NotifyUser: UserNotification: "Request to send the message payload to the notification webhook");
|