| 238 | /// A binary path entry in a network policy rule. |
| 239 | #[derive(Debug, Clone)] |
| 240 | pub struct Binary { |
| 241 | pub path: String, |
| 242 | } |
| 243 | |
| 244 | /// A named network policy rule containing endpoints and binaries. |
| 245 | #[derive(Debug, Clone)] |
no outgoing calls