yao/dsl
Max 206a6505d1 Enhance DSL error handling and metadata management
- Improved error messages in the Inspect, Update, and Delete methods to provide clearer context by including the DSL type.
- Added default store type handling in the Create method and ensured validation for store types.
- Enhanced the Inspect method in the FS and DB implementations to extract and populate metadata fields from source data, including label, description, tags, and sort order.
- Updated the Info struct to ensure correct store type assignment based on the source of the data, improving consistency across data retrieval methods.
2025-07-16 16:15:16 +08:00
..
api Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
connector Implement enhanced loading, unloading, and validation for YaoConnector 2025-07-16 12:33:48 +08:00
io Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00
mcp Update go.mod and go.sum to include new indirect dependencies 2025-07-16 15:16:19 +08:00
model Refactor 'readable' field to 'readonly' in model and database handling 2025-07-16 11:39:36 +08:00
types Refactor 'readable' field to 'readonly' in model and database handling 2025-07-16 11:39:36 +08:00
dsl.go Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00
dsl_test.go Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00