[dev] regen

This commit is contained in:
loveckiy.ivan
2025-11-10 11:19:54 +03:00
parent 12ed2d435a
commit 2af5e5f466
2 changed files with 31 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ message ListIn {
}
message ListOut {
repeated string list = 1;
map<string, string> list = 1;
}
service Plugin {