move all "admin_netcat" stuff to a new admin_netcat module in the gateway-bin, not in the gateway lib

This commit is contained in:
Chris Beck
2025-12-05 03:45:50 -07:00
parent eee48100c1
commit ef1b5ed4ca
9 changed files with 137 additions and 72 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ impl PlotStyle {
path: impl AsRef<Path>,
mts: &[MetricTimeseries<KV>],
plot_threshold: Option<PlotThreshold>,
) -> Result<(), Box<dyn Error>>
) -> Result<(), Box<dyn Error + Send + Sync>>
where
KV: Clone + Debug,
K: Display,