X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a15ab44d2b2dad42a32dc0179ccdd686586893f3..524c20020594ba67a2a822eccb632f8a5f5dc3ce:/services/keepstore/handlers.go?ds=sidebyside diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go index 8b37b906eb..a84a84db3c 100644 --- a/services/keepstore/handlers.go +++ b/services/keepstore/handlers.go @@ -547,7 +547,7 @@ func PullHandler(resp http.ResponseWriter, req *http.Request) { pullq.ReplaceQueue(plist) } -// TrashRequest consists of a block locator and it's Mtime +// TrashRequest consists of a block locator and its Mtime type TrashRequest struct { Locator string `json:"locator"` BlockMtime int64 `json:"block_mtime"`