Documentation
¶
Index ¶
- Variables
- type Action
- func (i Action) IsExpireDonorIdentity() bool
- func (i Action) IsRemindAttorneyToComplete() bool
- func (i Action) IsRemindCertificateProviderToComplete() bool
- func (i Action) IsRemindCertificateProviderToConfirmIdentity() bool
- func (i Action) MarshalText() ([]byte, error)
- func (i Action) String() string
- func (i *Action) UnmarshalText(text []byte) error
- type ActionOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionValues = ActionOptions{ ExpireDonorIdentity: ActionExpireDonorIdentity, RemindCertificateProviderToComplete: ActionRemindCertificateProviderToComplete, RemindCertificateProviderToConfirmIdentity: ActionRemindCertificateProviderToConfirmIdentity, RemindAttorneyToComplete: ActionRemindAttorneyToComplete, }
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action uint8
const ( // ActionExpireDonorIdentity will check that the target donor has not signed // their LPA, and if so remove their identity data and notify them of the // change. ActionExpireDonorIdentity Action = iota + 1 // ActionRemindCertificateProviderToComplete will check that the target // certificate provider has neither provided the certificate nor opted-out, // and if so send them a reminder email or letter, plus another to the donor // (or correspondent, if set). ActionRemindCertificateProviderToComplete // ActionRemindCertificateProviderToConfirmIdentity will check that the target // certificate provider has not confirmed their identity, and if so send them // a reminder email or letter, plus another to the donor (or correspondent, if // set). ActionRemindCertificateProviderToConfirmIdentity // ActionRemindAttorneyToComplete will check that the target attorney has // neither signed nor opted-out, and if so send them a reminder email or // letter, plus another to the donor (or correspondent, if set). ActionRemindAttorneyToComplete )
func ParseAction ¶
func (Action) IsExpireDonorIdentity ¶
func (Action) IsRemindAttorneyToComplete ¶
func (Action) IsRemindCertificateProviderToComplete ¶
func (Action) IsRemindCertificateProviderToConfirmIdentity ¶
func (Action) MarshalText ¶
func (*Action) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.