Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedeemEvent ¶
type RedeemEvent struct {
ID primitive.ObjectID `json:"-" bson:"_id,omitempty"`
TwitchID string `json:"-" bson:"twitch_id"`
RewardID string `json:"-" bson:"reward_id"`
RewardName string `json:"-" bson:"reward_name"`
UserID string `json:"user_id" bson:"user_id"`
UserName string `json:"-" bson:"user_name"`
Cost int32 `json:"cost" bson:"cost"`
RedeemedAt time.Time `json:"redeemed_at" bson:"redeemed_at"`
}
Click to show internal directories.
Click to hide internal directories.