generate update

This commit is contained in:
2026-03-12 17:38:08 +07:00
parent d77d7365d2
commit e166f3261a
6 changed files with 82 additions and 3404 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace netrunner_client_core {};
interface SessionManager {
constructor();
Session start(string remote_address, optional i32 tun_fd);
};
interface Session {
void stop();
};