MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / HookPathParam

Class HookPathParam

crates/qsync/src/hook.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[allow(clippy::module_name_repetitions)]
10pub struct HookPathParam {
11 pub hook_arg_name: String,
12 pub hook_arg_type: String,
13}
14
15#[allow(clippy::module_name_repetitions)]
16pub struct HookQueryParam {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected