watchdog_utils_II 0.5.5

Library for user management for scout and watchdog
Documentation
1
2
3
4
5
6
7
use serde::Deserialize;

#[derive(Deserialize)]
pub struct GroupRequest {
    pub user: String,
    pub group: String,
}