ModTime returns the modification date of the file It should return a best guess if one isn't available
(context.Context)
| 128 | // ModTime returns the modification date of the file |
| 129 | // It should return a best guess if one isn't available |
| 130 | ModTime(context.Context) time.Time |
| 131 | |
| 132 | // Size returns the size of the file |
| 133 | Size() int64 |
no outgoing calls