| 17 | ) |
| 18 | |
| 19 | type AliyundriveOpen struct { |
| 20 | model.Storage |
| 21 | Addition |
| 22 | |
| 23 | DriveId string |
| 24 | |
| 25 | limiter *limiter |
| 26 | ref *AliyundriveOpen |
| 27 | } |
| 28 | |
| 29 | func (d *AliyundriveOpen) Config() driver.Config { |
| 30 | return config |
nothing calls this directly
no outgoing calls
no test coverage detected