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

7 lines
241 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");