MCPcopy
hub / github.com/rclone/rclone / Object

Struct Object

backend/hdfs/object.go:19–24  ·  view source on GitHub ↗

Object describes an HDFS file

Source from the content-addressed store, hash-verified

17
18// Object describes an HDFS file
19type Object struct {
20 fs *Fs
21 remote string
22 size int64
23 modTime time.Time
24}
25
26// Fs returns the parent Fs
27func (o *Object) Fs() fs.Info {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected