added avg ping recording
This commit is contained in:
@@ -75,6 +75,8 @@ const (
|
||||
FieldPlayerStats = "player_stats"
|
||||
// FieldFlashAssists holds the string denoting the flash_assists field in the database.
|
||||
FieldFlashAssists = "flash_assists"
|
||||
// FieldAvgPing holds the string denoting the avg_ping field in the database.
|
||||
FieldAvgPing = "avg_ping"
|
||||
// EdgeMatches holds the string denoting the matches edge name in mutations.
|
||||
EdgeMatches = "matches"
|
||||
// EdgePlayers holds the string denoting the players edge name in mutations.
|
||||
@@ -168,6 +170,7 @@ var Columns = []string{
|
||||
FieldMatchStats,
|
||||
FieldPlayerStats,
|
||||
FieldFlashAssists,
|
||||
FieldAvgPing,
|
||||
}
|
||||
|
||||
// ValidColumn reports if the column name is valid (part of the table columns).
|
||||
|
Reference in New Issue
Block a user