yao/dsl
Max 1f1f44fab5 Refactor 'readable' field to 'readonly' in model and database handling
- Updated the Info struct to replace the 'readable' field with 'readonly' for better clarity in metadata representation.
- Modified Create and Update methods in db.go to utilize the new 'readonly' field.
- Enhanced test cases to assert the correctness of 'readonly' and 'builtin' fields, ensuring comprehensive validation of model attributes.
- Adjusted model loading logic to correctly populate 'readonly' and 'builtin' fields from metadata.
2025-07-16 11:39:36 +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 Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
io Refactor 'readable' field to 'readonly' in model and database handling 2025-07-16 11:39:36 +08:00
mcp Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +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 Refactor DSL list retrieval to support conditional data source selection 2025-07-15 16:58:41 +08:00