12 lines
182 B
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
|
||
|
}
|