添加对 PyPI 的支持,包括配置示例、缓存策略和集成测试
This commit is contained in:
@@ -144,6 +144,8 @@ func ensureRouterHubType(route *HubRoute) error {
|
||||
return nil
|
||||
case "go":
|
||||
return nil
|
||||
case "pypi":
|
||||
return nil
|
||||
default:
|
||||
return fmt.Errorf("unsupported hub type: %s", route.Config.Type)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user