Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Row ¶
type Row struct {
TokenID string // NOTE: This was manually added.
PerkID string
PledgeID string
FulfillmentStatus string
FundingDate time.Time
PaymentMethod string
Appearance string
Name string
Email string
Amount string
Perk string
ShippingName string
ShippingAddress Address
// Not in row, generated by us
FirstName string
LastName string
}
Represents a row in an Indiegogo CSV
Click to show internal directories.
Click to hide internal directories.