forked from kemitix/git-next
10 lines
255 B
Rust
10 lines
255 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"
|
|
);
|