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

Struct Fs

backend/filelu/filelu.go:98–108  ·  view source on GitHub ↗

Fs represents the FileLu file system

Source from the content-addressed store, hash-verified

96
97// Fs represents the FileLu file system
98type Fs struct {
99 name string
100 root string
101 opt Options
102 features *fs.Features
103 endpoint string
104 pacer *pacer.Pacer
105 srv *rest.Client
106 client *http.Client
107 targetFile string
108}
109
110// NewFs creates a new Fs object for FileLu
111func NewFs(ctx context.Context, name string, root string, m configmap.Mapper) (fs.Fs, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected