Versions in this module Expand all Collapse all v0 v0.1.1 Jan 9, 2019 v0.1.0 Jan 8, 2019 Changes in this version + type Album struct + Artists []Artist + Songs []Song + type Artist struct + ID string + Name string + Status string + type Directory struct + DateAdded time.Time + DateUpdated time.Time + Directory string + ID string + func (d Directory) GenerateID() (Directory, error) + func (d Directory) MaybeFirstTime() (Directory, error) + type File struct + Album Album + Artists []Artist + Filename string + Song Song + type Song struct