do others that not defined in Driver interface
()
| 27 | // do others that not defined in Driver interface |
| 28 | |
| 29 | func (d *CloudreveV4) getUA() string { |
| 30 | if d.CustomUA != "" { |
| 31 | return d.CustomUA |
| 32 | } |
| 33 | return base.UserAgent |
| 34 | } |
| 35 | |
| 36 | func (d *CloudreveV4) request(method string, path string, callback base.ReqCallback, out any) error { |
| 37 | if d.ref != nil { |
no outgoing calls
no test coverage detected