9437: Report timestamps as nanoseconds since epoch in keepstore index.
[arvados.git] / sdk / go / arvados / keep_service.go
index 4af1b7910f6f3b111583ad91fa5416ef520b4ac5..87dbd2a9e9e623385fd2f52c3266de80a9a0b345 100644 (file)
@@ -30,6 +30,7 @@ type KeepServiceList struct {
 // us about a stored block.
 type KeepServiceIndexEntry struct {
        SizedDigest
+       // Time of last write, in nanoseconds since Unix epoch
        Mtime int64
 }