Save and report which teams have successfully connected to the field.

This commit is contained in:
Patrick Fairbank
2018-09-21 16:05:44 -07:00
parent da006e6359
commit 9ebea8a51c
10 changed files with 84 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ type Team struct {
Accomplishments string
WpaKey string
YellowCard bool
HasConnected bool
}
func (database *Database) CreateTeam(team *Team) error {