Versions in this module Expand all Collapse all v0 v0.1.6 Mar 16, 2021 v0.1.5 Feb 25, 2021 v0.1.4 Feb 25, 2021 v0.1.3 Feb 7, 2021 v0.1.2 Dec 9, 2020 v0.1.1 Dec 9, 2020 v0.1.0 Nov 15, 2020 Changes in this version + type Asset struct + BoundingBoxes []*BoundingBox + ID AssetID + Name string + Path string + func NewAssetFromJson(contents []byte) (*Asset, error) + func (a *Asset) Migrate() (*model.Asset, bool) + type AssetID uint64 + type BoundingBox struct + Height int + ID BoundingBoxID + Tag *Tag + Width int + X int + Y int + func (b *BoundingBox) Migrate() (*model.BoundingBox, bool) + type BoundingBoxID uint64 + type Tag struct + ID TagID + Name string + type TagID uint64