MCPcopy
hub / github.com/OpenListTeam/OpenList / AliyundriveOpen

Struct AliyundriveOpen

drivers/aliyundrive_open/driver.go:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type AliyundriveOpen struct {
20 model.Storage
21 Addition
22
23 DriveId string
24
25 limiter *limiter
26 ref *AliyundriveOpen
27}
28
29func (d *AliyundriveOpen) Config() driver.Config {
30 return config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected