This website requires JavaScript.
Explore
Help
Sign in
cossmass
/
git-next
Watch
1
Star
0
Fork
You've already forked git-next
0
forked from
kemitix/git-next
Code
Pull requests
Activity
0fd33739c1
git-next
/
crates
/
config
/
src
/
webhook
/
id.rs
3 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: config: use newtype
2024-06-19 07:02:18 +01:00
//
crate
::
newtype!
(
WebhookId
is
a
String
,
derive_more
::
Display
)
;
Copy permalink