- 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. |
||
|---|---|---|
| .. | ||
| cases_test.go | ||
| db.go | ||
| db_test.go | ||
| fs.go | ||
| fs_test.go | ||
| utils.go | ||