Skip to main content

server_watchdog/application/event/
dto.rs

1pub struct EventMessage {
2    pub event_name: String,
3    pub text: String
4}