Documentation ¶
Index ¶
Constants ¶
View Source
const ( PathTaskList = Path("/task-list") PathConfirmAllowedToVouch = Path("/confirm-allowed-to-vouch") PathConfirmYourName = Path("/confirm-your-name") PathYourName = Path("/your-name") PathVerifyDonorDetails = Path("/verify-donor-details") PathDonorDetailsDoNotMatch = Path("/donor-details-do-not-match") PathConfirmYourIdentity = Path("/confirm-your-identity") PathSignTheDeclaration = Path("/sign-the-declaration") PathIdentityWithOneLogin = Path("/identity-with-one-login") PathIdentityWithOneLoginCallback = Path("/identity-with-one-login-callback") PathOneLoginIdentityDetails = Path("/one-login-identity-details") PathUnableToConfirmIdentity = Path("/unable-to-confirm-identity") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DynamoClient ¶ added in v0.1366.0
type Path ¶
type Path string
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewStore ¶
func NewStore(dynamoClient DynamoClient) *Store
func (*Store) Create ¶
func (s *Store) Create(ctx context.Context, shareCode sharecodedata.Link, email string) (*voucherdata.Provided, error)
Directories ¶
Path | Synopsis |
---|---|
Package voucherpage provides the pages that a voucher interacts with.
|
Package voucherpage provides the pages that a voucher interacts with. |
Click to show internal directories.
Click to hide internal directories.