service/library/aliyun/oss.go

12 lines
182 B
Go
Raw Normal View History

2023-12-21 22:17:40 +08:00
package aliyun
type OssConfig struct {
Endpoint string
ImageBucket string
ImageDir string
VideoBucket string
VideoDir string
FileBucket string
FileDir string
}