Skip to content

Commit

Permalink
Adds missing comment for model
Browse files Browse the repository at this point in the history
  • Loading branch information
kinduff committed Jul 1, 2021
1 parent 2d576f5 commit 7b27ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/model/player_summaries.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package model

// PlayerSummaries stores information about the player's Steam profile,
// it is used to convert a SteamID to a SteamName. Inverso of ResolveVanityUrl
type PlayerSummaries struct {
Response struct {
Players []struct {
Expand Down

0 comments on commit 7b27ee3

Please sign in to comment.