MCPcopy Create free account
hub / github.com/code-scan/AutoSubtitles / OSS

Struct OSS

pkg/oss.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type OSS struct {
11 EndPoint string
12 BucketName string
13 Aliyun
14}
15
16func NewOSS(AK, AS, EndPoint, Bucket string) *OSS {
17 oss := &OSS{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected