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

Struct Fs

backend/yandex/yandex.go:101–110  ·  view source on GitHub ↗

Fs represents a remote yandex

Source from the content-addressed store, hash-verified

99
100// Fs represents a remote yandex
101type Fs struct {
102 name string
103 root string // root path
104 opt Options // parsed options
105 ci *fs.ConfigInfo // global config
106 features *fs.Features // optional features
107 srv *rest.Client // the connection to the yandex server
108 pacer *fs.Pacer // pacer for API calls
109 diskRoot string // root path with "disk:/" container name
110}
111
112// Object describes a swift object
113type Object struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected