yao/dsl/types
Max bdd7c0865e Refactor DSL list retrieval to support conditional data source selection
- Enhanced the List method in the DSL struct to conditionally retrieve data from either the database or file system based on the StoreType specified in ListOptions.
- Updated the Info struct to include a new Source field for optional source content retrieval.
- Modified the List methods in both DB and FS to include source information when requested, improving data accessibility and flexibility.
2025-07-15 16:58:41 +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 Refactor DSL list retrieval to support conditional data source selection 2025-07-15 16:58:41 +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