mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-29 22:36:36 +08:00
8 lines
190 B
Go
8 lines
190 B
Go
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
|
|
|
package ossconfigs
|
|
|
|
type OSSOptions interface {
|
|
Init() error // 初始化
|
|
}
|