mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
rewrite group handler
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ pub enum GroupStatus {
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct GroupAddRemove {
|
||||
group: String,
|
||||
pub group: String,
|
||||
pub members: Vec<String>,
|
||||
#[serde(rename = "groupStatus")]
|
||||
pub status: GroupStatus,
|
||||
|
||||
Reference in New Issue
Block a user