mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 00:55:19 +08:00
初步实现对象存储源站
This commit is contained in:
9
pkg/serverconfigs/ossconfigs/oss_options.go
Normal file
9
pkg/serverconfigs/ossconfigs/oss_options.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package ossconfigs
|
||||
|
||||
type OSSOptions interface {
|
||||
Init() error // 初始化
|
||||
Summary() string // 内容简述
|
||||
UniqueId() string // 唯一标识
|
||||
}
|
||||
Reference in New Issue
Block a user