| 14 | |
| 15 | #[allow(clippy::module_name_repetitions)] |
| 16 | pub struct HookQueryParam { |
| 17 | pub hook_arg_name: String, |
| 18 | pub hook_arg_type: String, |
| 19 | } |
| 20 | |
| 21 | #[allow(clippy::module_name_repetitions)] |
| 22 | pub struct HookBodyParam { |
nothing calls this directly
no outgoing calls
no test coverage detected