Versions in this module Expand all Collapse all v0 v0.14.2 Nov 30, 2024 v0.14.1 Oct 27, 2023 v0.14.0 Sep 20, 2023 Changes in this version + func EndpointForm(props EndpointFormProps) templ.Component + func EndpointFormConfig(props EndpointFormConfigProps) templ.Component + func HelpDialog(props HelpDialogProps) templ.Component + func RuleForm(props RuleFormProps) templ.Component + func RuleFormExpressionLabel(props RuleFormExpressionLabelProps) templ.Component + type EndpointFormConfigField struct + Value string + type EndpointFormConfigProps struct + Error string + Fields []EndpointFormConfigField + Internal bool + type EndpointFormData struct + AttachmentDisable bool + BodyTemplate string + BodyTemplateError string + EndpointFormConfigProps EndpointFormConfigProps + ID int64 + Internal bool + Kind string + KindError string + Name string + NameError string + TextDisable bool + TitleTemplate string + TitleTemplateError string + type EndpointFormProps struct + Create bool + Data EndpointFormData + Flash templ.Component + func (p EndpointFormProps) Route() routes.Route + func (p EndpointFormProps) WithError(err error) EndpointFormProps + type HelpDialogProps struct + ID string + Size string + func (h HelpDialogProps) ShowModal() templ.ComponentScript + type RuleFormData struct + Endpoints []models.Endpoint + EndpointsSelections []bool + Expression string + ExpressionErr error + ID int64 + Internal bool + Name string + NameError string + type RuleFormExpressionLabelProps struct + Err error + type RuleFormProps struct + Create bool + Data RuleFormData + Flash templ.Component + func (p RuleFormProps) Route() routes.Route + func (p RuleFormProps) WithError(err error) RuleFormProps v0.13.2 Sep 15, 2023 v0.13.1 Sep 14, 2023 Changes in this version + func LoginForm(props LoginFormProps) templ.Component + type LoginFormProps struct + Flash templ.Component + Password string + Username string v0.13.0 Sep 14, 2023 Changes in this version + func AttachmentCard(props AttachmentCardProps) templ.Component + func Base(head, body templ.Component, csrfToken string) templ.Component + func EnvelopeForm(props EnvelopeFormProps) templ.Component + func EnvelopeTab(props EnvelopeTabProps) templ.Component + func Flash(t FlashType, c templ.Component) templ.Component + func FlashMessage(message string) templ.Component + func FlashMessageLink(message string, route routes.Route) templ.Component + func Footer() templ.Component + func FormatDate(m meta.Meta, t time.Time) templ.Component + func FormatDateString(m meta.Meta, t string) templ.Component + func Header(m meta.Meta) templ.Component + func LayoutDefault(m meta.Meta) templ.Component + func PaginateFooter(props PaginateFooterProps) templ.Component + func PaginateHeader(props PaginateHeaderProps) templ.Component + func RecentEnvelopeList(m meta.Meta, props RecentEnvelopeListProps) templ.Component + func RuleExpressionCheckLabel(props RuleExpressionLabelProps) templ.Component + func RuleFormCreate(props RuleFormCreateProps) templ.Component + func RuleFormUpdate(props RuleFormUpdateProps) templ.Component + func RuleToggleButton(props RuleToggleButtonProps) templ.Component + func StorageStats(props StorageStatsProps) templ.Component + func TableOrderTH(props TableOrderTHProps) templ.Component + type AttachmentCardProps struct + Attachment models.Attachment + type EnvelopeFormProps struct + Body string + Flash templ.Component + From string + Subject string + To string + type EnvelopeTabProps struct + Envelope models.Envelope + Tab routes.EnvelopeTab + type FlashProps struct + Component templ.Component + Type FlashType + type FlashType int + const FlashTypeError + const FlashTypeSuccess + type PaginateFooterProps struct + PageResult pagination.PageResult + Query url.Values + Route routes.Route + type PaginateHeaderProps struct + Ascending bool + PageResult pagination.PageResult + Query url.Values + Route routes.Route + type RecentEnvelopeListProps struct + Envelopes []models.Envelope + type RuleExpressionLabelProps struct + Error error + type RuleFormCreateProps struct + Endpoints []models.Endpoint + EndpointsSelections []bool + Expression string + ExpressionError error + Flash templ.Component + Name string + NameError string + type RuleFormUpdateProps struct + Endpoints []models.Endpoint + EndpointsSelections []bool + Expression string + ExpressionError error + Flash templ.Component + Name string + NameError string + Rule models.Rule + type RuleToggleButtonProps struct + Enable bool + ID int64 + type StorageStatsProps struct + Storage models.Storage + type TableOrderTHProps struct + Ascending bool + Field string + Order string + Query url.Values