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