| 8 | |
| 9 | #[allow(clippy::module_name_repetitions)] |
| 10 | pub struct HookPathParam { |
| 11 | pub hook_arg_name: String, |
| 12 | pub hook_arg_type: String, |
| 13 | } |
| 14 | |
| 15 | #[allow(clippy::module_name_repetitions)] |
| 16 | pub struct HookQueryParam { |
nothing calls this directly
no outgoing calls
no test coverage detected