Add initial listplayers

This commit is contained in:
Dustin Pianalto
2021-02-24 13:53:43 -09:00
parent a011f3cd24
commit 2f96c6f806
3 changed files with 104 additions and 0 deletions
+1
View File
@@ -16,4 +16,5 @@ type UserService interface {
DeleteUser(u User) error
UpdateUser(u User) (User, error)
GetOrCreateUser(id string) (User, error)
GetBySteamID(steamID string) (User, error)
}