package model // App holds application details type App struct { ID string Name string Desc string URL string Author string Version string }