indiegogo

package
v1.41.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Import

func Import(db *datastore.Datastore, filename string)

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

func NewRow

func NewRow(row []string) Row

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL