package repos type Team struct { ID int Name string Status string Password string }