package models type Team struct { ID int64 Name string Password string Link string }