blob: 6ed8a646a364b23d90e6499d1f97754dbc4564be [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"
)
type File struct {
Id string
Ref syncbase.BlobRef
Title string
Size int64
Type string
}