优化OSS源站相关代码

This commit is contained in:
刘祥超
2023-06-13 15:44:43 +08:00
parent 8bef580c2e
commit 12abb714e0
5 changed files with 32 additions and 75 deletions

View File

@@ -4,6 +4,4 @@ package ossconfigs
type OSSOptions interface {
Init() error // 初始化
Summary() string // 内容简述
UniqueId() string // 唯一标识
}