blob: 28ba384f2d9222e9bc09c5a6f35e49aaa95de24e [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package reader
import (
"v.io/v23/services/syncbase/nosql"
)
type File struct {
Id string
Ref nosql.BlobRef
Title string
Size int64
Type string
}