git-next/crates/cli/src/alerts/messages.rs

11 lines
255 B
Rust
Raw Normal View History

//
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"
);