Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2025-12-28 00:56:04 +08:00
committed by GitHub
75 changed files with 15212 additions and 302 deletions

View File

@@ -175,10 +175,11 @@ type BaseAPIHandler struct {
// Returns:
// - *BaseAPIHandler: A new API handlers instance
func NewBaseAPIHandlers(cfg *config.SDKConfig, authManager *coreauth.Manager) *BaseAPIHandler {
return &BaseAPIHandler{
h := &BaseAPIHandler{
Cfg: cfg,
AuthManager: authManager,
}
return h
}
// UpdateClients updates the handlers' client list and configuration.