Monorepo for Tangled
Something went wrong. Try again.
Go
1234567891011121314151617package models
import ( "time")
type Email struct { ID int64 Did string Address string Verified bool Primary bool VerificationCode string LastSent *time.Time CreatedAt time.Time}