Versions in this module Expand all Collapse all v0 v0.0.4 Jan 23, 2023 v0.0.3 Aug 18, 2022 v0.0.2 Aug 17, 2022 Changes in this version + const RemoveBucket + type DB struct + func NewDB(db *bolt.DB) (*DB, error) + func (db *DB) Delete(udid string) error + func (db *DB) DeviceByUDID(udid string) (*remove.Device, error) + func (db *DB) Save(dev *remove.Device) error