yao/dsl/model
Max 25c5688727 Enhance model loading and error handling in YaoModel
- Refactored the Load, Unload, and Reload methods to support multiple data source options, including loading from a provided source, file system, or database.
- Improved error handling by implementing panic recovery in the Unload method to manage model retrieval failures gracefully.
- Removed the Source field from UnloadOptions struct to streamline the options interface.
2025-07-15 20:21:45 +08:00
..
cases_test.go Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00
model.go Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00
model_test.go Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00