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