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

Class HookQueryParam

crates/qsync/src/hook.rs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[allow(clippy::module_name_repetitions)]
16pub struct HookQueryParam {
17 pub hook_arg_name: String,
18 pub hook_arg_type: String,
19}
20
21#[allow(clippy::module_name_repetitions)]
22pub struct HookBodyParam {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected