yao/dsl/types
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
..
interfaces.go Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
types.go Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00
utils.go Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-14 21:03:57 +08:00
utils_test.go Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-14 21:03:57 +08:00