git-next/crates/config/src/webhook/id.rs

5 lines
147 B
Rust
Raw Normal View History

use derive_more::{Constructor, Deref, Display};
#[derive(Clone, Debug, PartialEq, Eq, Constructor, Deref, Display)]
pub struct WebhookId(String);