Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Winners ¶
type Winners struct { UserID string `json:"user_id"` EventUID string `json:"event_id"` AmountWon int `json:"amountWon"` WinType string `json:"winType"` }
func InitializeWinnersInfo ¶
func InitializeWinnersInfo(eventWinnerInfo []lsdb.WinnerInfo, eventParticipantInfo []lsdb.EventParticipantInfo) []Winners
Click to show internal directories.
Click to hide internal directories.