blob: 4c8b556c96c7fc4dd8c8726a60b14ed01df577fd [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
DeviceSets map[string]DeviceSet
}