Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actor ¶ added in v0.1370.0
type Actor struct { Lpa *lpadata.Lpa CertificateProvider *certificateproviderdata.Provided Attorney *attorneydata.Provided Voucher *voucherdata.Provided }
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 actor.Type // 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.