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

Struct Fs

backend/quatrix/quatrix.go:120–131  ·  view source on GitHub ↗

Fs represents remote Quatrix fs

Source from the content-addressed store, hash-verified

118
119// Fs represents remote Quatrix fs
120type Fs struct {
121 name string
122 root string
123 description string
124 features *fs.Features
125 opt Options
126 ci *fs.ConfigInfo
127 srv *rest.Client // the connection to the quatrix server
128 pacer *fs.Pacer // pacer for API calls
129 dirCache *dircache.DirCache
130 uploadMemoryManager *UploadMemoryManager
131}
132
133// Object describes a quatrix object
134type Object struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected