package invite import ( "time" ) type Invite struct { Email string Generated time.Time Redeemed time.Time }