MCPcopy
hub / github.com/flipped-aurora/gin-vue-admin / AliyunOSS

Struct AliyunOSS

server/utils/upload/aliyun_oss.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type AliyunOSS struct{}
14
15func (*AliyunOSS) UploadFile(file *multipart.FileHeader) (string, string, error) {
16 bucket, err := NewBucket()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected