String returns a description of the Object
()
| 247 | |
| 248 | // String returns a description of the Object |
| 249 | func (o *MemoryObject) String() string { |
| 250 | return o.remote |
| 251 | } |
| 252 | |
| 253 | // ModTime returns the modification date of the file |
| 254 | func (o *MemoryObject) ModTime(ctx context.Context) time.Time { |
no outgoing calls