Versions in this module Expand all Collapse all v1 v1.3.1 Jul 11, 2018 Changes in this version type DB + func (db *DB) Delete(udid string) error v1.3.0 Jun 10, 2018 Changes in this version + const DeviceBucket + type DB struct + func NewDB(db *bolt.DB) (*DB, error) + func (db *DB) DeviceBySerial(serial string) (*device.Device, error) + func (db *DB) DeviceByUDID(udid string) (*device.Device, error) + func (db *DB) List(opt device.ListDevicesOption) ([]device.Device, error) + func (db *DB) Save(dev *device.Device) error