Fs represents a remote yandex
| 99 | |
| 100 | // Fs represents a remote yandex |
| 101 | type 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 |
| 113 | type Object struct { |
nothing calls this directly
no outgoing calls
no test coverage detected