Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provided ¶
type Provided struct { PK dynamo.LpaKeyType SK dynamo.VoucherKeyType // LpaID is for the LPA the voucher is provided a vouch for LpaID string // UpdatedAt is the time that this data was last updated UpdatedAt time.Time // Tasks shows the state of the actions the voucher will do Tasks Tasks // Email is the email address of the voucher Email string // FirstNames is the first names provided by the voucher. If set it overrides // that provided by the donor. FirstNames string // LastName is a last name provided by the voucher. If set it overrides that // provided by the donor. LastName string }
Provided contains the information a voucher has given
Click to show internal directories.
Click to hide internal directories.