system-hook 0.2.1

shook: webhook server to automatically update production servers
1
2
3
4
5
use thiserror::Error;

#[derive(Debug, Clone, Copy, Error)]
#[error("could not parse address into ip address or system path")]
pub struct TcpOrUnixParseError;