Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirebaseAccount ¶
type FirebaseAccount struct { Address string Purchases []FirebasePurchase }
type FirebaseNonce ¶
type FirebaseNonce struct {
Nonce int `json:"nonce"`
}
type FirebasePurchase ¶
type FirebasePurchase struct { ID string `json:"id"` ProductId string `json:"product_id"` TotalValue float64 `json:"total_value"` TransactionId string `json:"transaction_id"` Status string `json:"status"` Timestamp int64 `json:"timestamp"` Code string `json:"code"` RedeemInstructions string `json:"redeem_instructions"` RedeemUrl string `json:"redeem_url"` }
Click to show internal directories.
Click to hide internal directories.