Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActorTypes = Types{ None: ActorTypeNone, Donor: ActorTypeDonor, Attorney: ActorTypeAttorney, ReplacementAttorney: ActorTypeReplacementAttorney, TrustCorporation: ActorTypeTrustCorporation, ReplacementTrustCorporation: ActorTypeReplacementTrustCorporation, CertificateProvider: ActorTypeCertificateProvider, PersonToNotify: ActorTypePersonToNotify, AuthorisedSignatory: ActorTypeAuthorisedSignatory, IndependentWitness: ActorTypeIndependentWitness, Voucher: ActorTypeVoucher, }
Functions ¶
This section is empty.
Types ¶
type LpaLink ¶
type LpaLink struct { // PK is the same as the PK for the LPA PK dynamo.LpaKeyType // SK is the subKey for the current user SK dynamo.SubKeyType // DonorKey is the donorKey for the donor DonorKey dynamo.LpaOwnerKeyType // ActorType is the type for the current user ActorType ActorType // UpdatedAt is set to allow this data to be queried from SKUpdatedAtIndex UpdatedAt time.Time }
An LpaLink is used to join an actor to an LPA.
Click to show internal directories.
Click to hide internal directories.