String returns a description of the Object
()
| 25 | |
| 26 | // String returns a description of the Object |
| 27 | func (o Object) String() string { |
| 28 | return string(o) |
| 29 | } |
| 30 | |
| 31 | // Fs returns read only access to the Fs that this object is part of |
| 32 | func (o Object) Fs() fs.Info { |