MCPcopy
hub / github.com/rclone/rclone / Fs

Struct Fs

backend/jottacloud/jottacloud.go:508–520  ·  view source on GitHub ↗

Fs represents a remote jottacloud

Source from the content-addressed store, hash-verified

506
507// Fs represents a remote jottacloud
508type 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//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected