1 Star 0 Fork 0

linngc / central-mirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
client.go 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
linngc 提交于 2024-04-01 16:44 . update:提取speedsdk扩张到工具包
// Package client
// @Link https://gitee.com/linngc/central-mirror
// @Copyright Copyright (c) 2024 central-mirror CLI
// @Author linngc
// @License
package client
import (
"gitee.com/linngc/central-mirror/contrib/container/core/memorycache/implement/enums"
"gitee.com/linngc/central-mirror/contrib/container/core/memorycache/implement/service"
)
type CosType int //代理仓库对象存储服务类型
type ClientV1 struct {
Proxy string //缓存类型:如maven/golang/docker/npm/python等等
CosType enums.CosType //代理仓库缓存类型
Service service.OssService //对象存储服务接口
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linngc/central-mirror.git
git@gitee.com:linngc/central-mirror.git
linngc
central-mirror
central-mirror
a6b6bab2d6e5

搜索帮助

344bd9b3 5694891 D2dac590 5694891