mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
chore: remove unused code
This commit is contained in:
+1
-14
@@ -21,17 +21,4 @@ message SetACLPolicyRequest {
|
||||
}
|
||||
|
||||
message SetACLPolicyResponse {
|
||||
}
|
||||
|
||||
/*
|
||||
message Policy {
|
||||
map<string, string> hosts = 1;
|
||||
repeated ACL acls = 2;
|
||||
}
|
||||
|
||||
message ACL {
|
||||
string action = 1;
|
||||
repeated string src = 2;
|
||||
repeated string dst = 3;
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user