MCPcopy Index your code
hub / github.com/rclone/rclone / Fs

Struct Fs

backend/cloudinary/cloudinary.go:151–160  ·  view source on GitHub ↗

Fs represents a remote cloudinary server

Source from the content-addressed store, hash-verified

149
150// Fs represents a remote cloudinary server
151type Fs struct {
152 name string
153 root string
154 opt Options
155 features *fs.Features
156 pacer *fs.Pacer
157 srv *rest.Client // For downloading assets via the Cloudinary CDN
158 cld *cloudinary.Cloudinary // API calls are going through the Cloudinary SDK
159 lastCRUD time.Time
160}
161
162// Object describes a cloudinary object
163type Object struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected