Update result and ranking models for 2016.

This commit is contained in:
Patrick Fairbank
2016-07-31 14:18:38 -07:00
parent 3b86b09734
commit ebcd0db37e
27 changed files with 563 additions and 532 deletions

View File

@@ -33,6 +33,16 @@ type Match struct {
Status string
StartedAt time.Time
Winner string
RedDefense1 string
RedDefense2 string
RedDefense3 string
RedDefense4 string
RedDefense5 string
BlueDefense1 string
BlueDefense2 string
BlueDefense3 string
BlueDefense4 string
BlueDefense5 string
}
func (database *Database) CreateMatch(match *Match) error {