This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub
/
015
Watch
1
Star
0
Fork
0
You've already forked 015
mirror of
https://github.com/keven1024/015.git
synced
2026-05-26 07:08:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e250202deb6cb772c531e2e3bd6e8ecc851ea88f
015
/
backend
History
keven1024
e250202deb
refactor(backend): enhance file upload handling by improving error management and restructuring CreateFileSlice and MergeFileSlices functions for better clarity
2025-12-21 17:21:19 +08:00
..
internal
refactor(backend): enhance file upload handling by improving error management and restructuring CreateFileSlice and MergeFileSlices functions for better clarity
2025-12-21 17:21:19 +08:00
middleware
feat(backend): enhance logging setup and add image compression endpoints
2025-05-25 15:16:10 +08:00
Dockerfile
更新后端和工作器的Dockerfile,升级Go版本至1.24.3,并更新相关依赖项的版本以提高稳定性和安全性
2025-09-23 00:50:25 +08:00
go.mod
refactor(backend): restructure main application by separating middleware and route definitions into dedicated files, update environment variable handling, and improve code organization for better maintainability
2025-12-14 16:25:00 +08:00
go.sum
refactor(backend): restructure main application by separating middleware and route definitions into dedicated files, update environment variable handling, and improve code organization for better maintainability
2025-12-14 16:25:00 +08:00
main.go
refactor(backend): restructure main application by separating middleware and route definitions into dedicated files, update environment variable handling, and improve code organization for better maintainability
2025-12-14 16:25:00 +08:00
middleware.go
refactor(backend): restructure main application by separating middleware and route definitions into dedicated files, update environment variable handling, and improve code organization for better maintainability
2025-12-14 16:25:00 +08:00
route.go
feat(backend): implement task management endpoints for image compression and task retrieval
2025-12-16 22:19:43 +08:00