Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TemplateIdentifierInput = template.Must(template.New("identifierInput").Parse(templateIdentifierInputRaw)) TemplateConfirmationInput = template.Must(template.New("confirmationInput").Parse(templateConfirmationInputRaw)) TemplateRedirect = template.Must(template.New("redirectTemplate").Parse(templateRedirectRaw)) )
pls linter stop reordering things
Functions ¶
This section is empty.
Types ¶
type TemplateParamsRedirect ¶
type TemplateParamsRedirect struct {
URI string
}
Click to show internal directories.
Click to hide internal directories.