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

3 lines
135 B
Rust
Raw Normal View History

2024-06-19 07:02:18 +01:00
//
crate::newtype!(WebhookId: String, derive_more::Display: "The ID of the webhook, as returned by the forge when it is registered.");