ModTime returns the modification date of the file
(ctx context.Context)
| 252 | |
| 253 | // ModTime returns the modification date of the file |
| 254 | func (o *MemoryObject) ModTime(ctx context.Context) time.Time { |
| 255 | return o.modTime |
| 256 | } |
| 257 | |
| 258 | // Size returns the size of the file |
| 259 | func (o *MemoryObject) Size() int64 { |
no outgoing calls