blob: f803bae7e348fd0e5cf81e0402caa805b4d83c54 [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
type DeviceMeta struct {
DeviceId string
Page int32
Zoom int32
}
type DeviceSet struct {
Id string
FileId string
Devices map[string]DeviceMeta
}