| 24 | ) |
| 25 | |
| 26 | type ILanZou struct { |
| 27 | model.Storage |
| 28 | Addition |
| 29 | |
| 30 | userID string |
| 31 | account string |
| 32 | upClient *resty.Client |
| 33 | conf Conf |
| 34 | config driver.Config |
| 35 | } |
| 36 | |
| 37 | func (d *ILanZou) Config() driver.Config { |
| 38 | return d.config |
nothing calls this directly
no outgoing calls
no test coverage detected