service/library/aliyun/oss.go

12 lines
182 B
Go

package aliyun
type OssConfig struct {
Endpoint string
ImageBucket string
ImageDir string
VideoBucket string
VideoDir string
FileBucket string
FileDir string
}