Contribution Guide
Code Structure
[cmd/]
├── server // Server startup entry point
├── lib // Shared library entry point
└── test // Common test scripts
[build/] // Build scripts for different architectures and platforms
[internal/] // Internal packages
├── controller // HTTP request handlers
├── middleware // Request processing middleware
├── server // Server setup and configuration
├── service // Controller services
├── static // Configuration files
│ ├── nodejs_syscall // Node.js system call whitelist
│ └── python_syscall // Python system call whitelist
├── types // Entity definitions
├── core // Core isolation and execution logic
│ ├── lib // Shared libraries
│ ├── runner // Code execution
│ │ ├── nodejs // Node.js executor
| | └── python // Python executor
└── tests // CI/CD testsPrinciple
How to Contribute
To-Do List
Last updated