Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct { PK dynamo.ShareKeyType SK dynamo.ShareSortKeyType UpdatedAt time.Time // LpaKey is the key for the LPA that will be accessed LpaKey dynamo.LpaKeyType // LpaOwnerKey is the key for the owner of the LPA that will be accessed LpaOwnerKey dynamo.LpaOwnerKeyType // ActorUID is the UID of the actor being given access to the LPA ActorUID actoruid.UID // IsReplacementAttorney is true when the actor being given access is being // appointed as a replacement (attorney or trust corporation) IsReplacementAttorney bool // IsTrustCorporation is true when the actor being given access is a trust // corporation IsTrustCorporation bool // InviteSentTo is the email address the supporter sent the invite to InviteSentTo string // LpaLinkedAt is the time the donor entered the access code LpaLinkedAt time.Time // LpaLinkedTo is set to the email address the donor used to sign-in when // using the code LpaLinkedTo string }
A Link provides the details of the LPA that will be accessed by a share code.
Click to show internal directories.
Click to hide internal directories.