This website requires JavaScript.
Explore
Help
Sign In
Backups
/
OpenList
Watch
1
Star
0
Fork
0
You've already forked OpenList
mirror of
https://github.com/OpenListTeam/OpenList.git
synced
2025-09-20 12:46:17 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
next
OpenList
/
internal
/
conf
/
var.go
11 lines
107 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
feat(config): enhance configuration management and add CORS support feat(server): implement server initialization with context and graceful shutdown feat(utils): add utility functions for file and JSON operations refactor(conf): restructure configuration types and improve default settings
2025-08-13 10:03:22 +08:00
package
conf
feat: Implement plugin architecture with gRPC support - Added driver initialization for gRPC plugins in internal/bootstrap/driver.go. - Introduced configuration structures and protobuf definitions for driver plugins in proto/driver/config.proto and proto/driver/driver.proto. - Implemented gRPC server and client interfaces for driver plugins in shared/driver/grpc.go. - Created common response handling utilities in server/common/common.go and server/common/resp.go. - Developed plugin registration endpoint in server/handles/plugin.go. - Added test cases for plugin functionality in shared/driver/plugin_test.go. - Defined plugin reattachment configuration model in shared/model/plugin.go.
2025-08-13 19:04:38 +08:00
import
"regexp"
feat(config): enhance configuration management and add CORS support feat(server): implement server initialization with context and graceful shutdown feat(utils): add utility functions for file and JSON operations refactor(conf): restructure configuration types and improve default settings
2025-08-13 10:03:22 +08:00
var
(
Conf
*
Config
SitePath
string
)
feat: Implement plugin architecture with gRPC support - Added driver initialization for gRPC plugins in internal/bootstrap/driver.go. - Introduced configuration structures and protobuf definitions for driver plugins in proto/driver/config.proto and proto/driver/driver.proto. - Implemented gRPC server and client interfaces for driver plugins in shared/driver/grpc.go. - Created common response handling utilities in server/common/common.go and server/common/resp.go. - Developed plugin registration endpoint in server/handles/plugin.go. - Added test cases for plugin functionality in shared/driver/plugin_test.go. - Defined plugin reattachment configuration model in shared/model/plugin.go.
2025-08-13 19:04:38 +08:00
var
PrivacyReg
[
]
*
regexp
.
Regexp
Reference in New Issue
Copy Permalink