added chat messages

This commit is contained in:
2022-01-29 19:32:13 +01:00
parent 2e6c94de81
commit b036275665
48 changed files with 4167 additions and 353 deletions

View File

@@ -12,6 +12,9 @@ type Match func(*sql.Selector)
// MatchPlayer is the predicate function for matchplayer builders.
type MatchPlayer func(*sql.Selector)
// Messages is the predicate function for messages builders.
type Messages func(*sql.Selector)
// Player is the predicate function for player builders.
type Player func(*sql.Selector)