| 151 | #[derive(Clone)] |
| 152 | #[cfg_attr(feature = "rune-scripting", derive(rune::Any))] |
| 153 | pub struct QueryContext { |
| 154 | /// Query sender's IP address |
| 155 | pub ip: IpAddr, |
| 156 | } |
| 157 | |
| 158 | /// A script backend routes every message with query context and the query itself. |
| 159 | #[async_trait] |
nothing calls this directly
no outgoing calls
no test coverage detected