-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Snaro Chris Xiao edited this page Mar 22, 2023
·
1 revision
Experimental business logic variants
File operation module of operating system paradigm
Registering an object based on the registration method allows the object to call it through a string
see dynamic.dynamic_test.go
Based on the quick routing interface registration encapsulated by gin, this method can effectively distinguish between routing interfaces and registered routes
It ensures the practicality of the original gin and only adds a routing group operation to it
see web.web_test.go -> TestWeb001
High availability processing for large file uploads
Ability to slice and upload large files
see web.web_test.go -> TestChunkFileUploadServer and TestChunkFileUploadClient
Based database param type to golang struct package