yao/service
Max fabced291c fix: Enhance loading functions to handle non-existent directories
- Added checks in various loading functions to ignore processing if the respective directories do not exist, improving error handling and preventing unnecessary operations.
- Updated the Load function signature to return warnings alongside errors, allowing for better feedback on loading issues across different components.
2025-05-13 09:10:10 +08:00
..
fs [add] sui file server (dev) 2023-11-22 21:02:48 +08:00
guards.go Update authorization error messages 2024-02-20 20:07:26 +08:00
gzip.go optimize the SUI compiler & add http server gzip support 2024-07-07 15:29:50 +08:00
middleware.go Add option to disable Gzip compression for static files and update headers 2024-11-30 18:23:21 +08:00
service.go [add] server rewrite support and fix api reload 2023-11-22 18:10:17 +08:00
service_test.go fix: Enhance loading functions to handle non-existent directories 2025-05-13 09:10:10 +08:00
static.go Add option to disable Gzip compression for static files and update headers 2024-11-30 18:23:21 +08:00
watch.go chore: Update engine.Load calls with additional options 2024-05-05 17:54:32 +08:00
watch_test.go fix: Enhance loading functions to handle non-existent directories 2025-05-13 09:10:10 +08:00