package models type Application struct { ID int64 TeamID int64 Name string State string }