Signed-off-by: 未知时光 <732857315@qq.com>

This commit is contained in:
2026-06-09 16:23:24 +08:00
parent 1bf1f08f9a
commit f7919eca40
13 changed files with 1206 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ message PluginInfo {
repeated string syscalls = 5;
repeated string depends = 6;
repeated ExportDef exports = 7;
string endpoint = 8;
}
message ExportDef { string name = 1; string description = 2; }
message RegisterResponse { bool ok = 1; string error = 2; string session_id = 3; }