yao/dsl/io
Max 62e20a90ea Refactor DSL management by introducing IO interfaces for database and file system operations
- Removed the db.go and fs.go files, consolidating database and file system interactions into a unified IO interface.
- Updated DSL struct to include db and fs fields for improved separation of concerns.
- Refactored existing methods across various DSL managers (API, Connector, MCP, Model) to utilize the new IO interfaces for operations like Inspect, Create, Update, Delete, and List.
- Enhanced error handling and validation in Create, Update, and Delete methods to ensure robust functionality.
- Updated types to include new options for Load, Unload, and Reload operations, improving flexibility and usability.
2025-07-15 12:25:56 +08:00
..
db.go Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
fs.go Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00