Fs represents a remote jottacloud
| 506 | |
| 507 | // Fs represents a remote jottacloud |
| 508 | type Fs struct { |
| 509 | name string |
| 510 | root string |
| 511 | user string |
| 512 | opt Options |
| 513 | features *fs.Features |
| 514 | fileEndpoint string |
| 515 | allocateEndpoint string |
| 516 | jfsSrv *rest.Client |
| 517 | apiSrv *rest.Client |
| 518 | pacer *fs.Pacer |
| 519 | tokenRenewer *oauthutil.Renew // renew the token on expiry |
| 520 | } |
| 521 | |
| 522 | // Object describes a jottacloud object |
| 523 | // |
nothing calls this directly
no outgoing calls
no test coverage detected