template

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaboratorIndex

type CollaboratorIndex struct {
	template.BasePage

	CSRF          htmltemplate.HTML
	Namespace     *namespace.Namespace
	Collaborators []*namespace.Collaborator
	// contains filtered or unexported fields
}

func (*CollaboratorIndex) Actions

func (p *CollaboratorIndex) Actions() string

func (*CollaboratorIndex) Body

func (p *CollaboratorIndex) Body() string

func (*CollaboratorIndex) Header

func (p *CollaboratorIndex) Header() string

func (*CollaboratorIndex) StreamActions

func (p *CollaboratorIndex) StreamActions(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamBody

func (p *CollaboratorIndex) StreamBody(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamHeader

func (p *CollaboratorIndex) StreamHeader(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) StreamTitle

func (p *CollaboratorIndex) StreamTitle(qw422016 *qt422016.Writer)

func (*CollaboratorIndex) Title

func (p *CollaboratorIndex) Title() string

func (*CollaboratorIndex) WriteActions

func (p *CollaboratorIndex) WriteActions(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteBody

func (p *CollaboratorIndex) WriteBody(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteHeader

func (p *CollaboratorIndex) WriteHeader(qq422016 qtio422016.Writer)

func (*CollaboratorIndex) WriteTitle

func (p *CollaboratorIndex) WriteTitle(qq422016 qtio422016.Writer)

type Form

type Form struct {
	template.BasePage
	template.Form

	Parent    *namespace.Namespace
	Namespace *namespace.Namespace
}

func (*Form) Actions

func (p *Form) Actions() string

func (*Form) Body

func (p *Form) Body() string

func (*Form) Field

func (p *Form) Field(field string) string

func (*Form) Header

func (p *Form) Header() string

func (*Form) Navigation

func (p *Form) Navigation() string

func (*Form) StreamActions

func (p *Form) StreamActions(qw422016 *qt422016.Writer)

func (*Form) StreamBody

func (p *Form) StreamBody(qw422016 *qt422016.Writer)

func (*Form) StreamHeader

func (p *Form) StreamHeader(qw422016 *qt422016.Writer)

func (*Form) StreamNavigation

func (p *Form) StreamNavigation(qw422016 *qt422016.Writer)

func (*Form) StreamTitle

func (p *Form) StreamTitle(qw422016 *qt422016.Writer)

func (*Form) Title

func (p *Form) Title() string

func (*Form) WriteActions

func (p *Form) WriteActions(qq422016 qtio422016.Writer)

func (*Form) WriteBody

func (p *Form) WriteBody(qq422016 qtio422016.Writer)

func (*Form) WriteHeader

func (p *Form) WriteHeader(qq422016 qtio422016.Writer)

func (*Form) WriteNavigation

func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)

func (*Form) WriteTitle

func (p *Form) WriteTitle(qq422016 qtio422016.Writer)

type Index

type Index struct {
	template.BasePage

	Paginator  database.Paginator
	Namespace  *namespace.Namespace
	Namespaces []*namespace.Namespace
	Search     string
}

func (*Index) Actions

func (p *Index) Actions() string

func (*Index) Body

func (p *Index) Body() string

func (*Index) Header

func (p *Index) Header() string

func (*Index) Navigation

func (p *Index) Navigation() string

func (*Index) StreamActions

func (p *Index) StreamActions(qw422016 *qt422016.Writer)

func (*Index) StreamBody

func (p *Index) StreamBody(qw422016 *qt422016.Writer)

func (*Index) StreamHeader

func (p *Index) StreamHeader(qw422016 *qt422016.Writer)

func (*Index) StreamNavigation

func (p *Index) StreamNavigation(qw422016 *qt422016.Writer)

func (*Index) StreamTitle

func (p *Index) StreamTitle(qw422016 *qt422016.Writer)

func (*Index) Title

func (p *Index) Title() string

func (*Index) WriteActions

func (p *Index) WriteActions(qq422016 qtio422016.Writer)

func (*Index) WriteBody

func (p *Index) WriteBody(qq422016 qtio422016.Writer)

func (*Index) WriteHeader

func (p *Index) WriteHeader(qq422016 qtio422016.Writer)

func (*Index) WriteNavigation

func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)

func (*Index) WriteTitle

func (p *Index) WriteTitle(qq422016 qtio422016.Writer)

type InviteIndex

type InviteIndex struct {
	template.BasePage
	template.Form

	CSRF      htmltemplate.HTML
	Namespace *namespace.Namespace
	Invites   []*namespace.Invite
	// contains filtered or unexported fields
}

func (*InviteIndex) Actions

func (p *InviteIndex) Actions() string

func (*InviteIndex) Body

func (p *InviteIndex) Body() string

func (*InviteIndex) Header

func (p *InviteIndex) Header() string

func (*InviteIndex) Navigation

func (p *InviteIndex) Navigation() string

func (*InviteIndex) StreamActions

func (p *InviteIndex) StreamActions(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamBody

func (p *InviteIndex) StreamBody(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamHeader

func (p *InviteIndex) StreamHeader(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamNavigation

func (p *InviteIndex) StreamNavigation(qw422016 *qt422016.Writer)

func (*InviteIndex) StreamTitle

func (p *InviteIndex) StreamTitle(qw422016 *qt422016.Writer)

func (*InviteIndex) Title

func (p *InviteIndex) Title() string

func (*InviteIndex) WriteActions

func (p *InviteIndex) WriteActions(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteBody

func (p *InviteIndex) WriteBody(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteHeader

func (p *InviteIndex) WriteHeader(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteNavigation

func (p *InviteIndex) WriteNavigation(qq422016 qtio422016.Writer)

func (*InviteIndex) WriteTitle

func (p *InviteIndex) WriteTitle(qq422016 qtio422016.Writer)

type Show

type Show struct {
	template.BasePage
	template.Section

	Namespace *namespace.Namespace
	CSRF      string
	Tag       string
}

func (*Show) Actions

func (p *Show) Actions() string

func (*Show) Body

func (p *Show) Body() string

func (*Show) Header

func (p *Show) Header() string

func (*Show) Navigation

func (p *Show) Navigation() string

func (*Show) StreamActions

func (p *Show) StreamActions(qw422016 *qt422016.Writer)

func (*Show) StreamBody

func (p *Show) StreamBody(qw422016 *qt422016.Writer)

func (*Show) StreamHeader

func (p *Show) StreamHeader(qw422016 *qt422016.Writer)

func (*Show) StreamNavigation

func (p *Show) StreamNavigation(qw422016 *qt422016.Writer)

func (*Show) StreamTitle

func (p *Show) StreamTitle(qw422016 *qt422016.Writer)

func (*Show) Title

func (p *Show) Title() string

func (*Show) WriteActions

func (p *Show) WriteActions(qq422016 qtio422016.Writer)

func (*Show) WriteBody

func (p *Show) WriteBody(qq422016 qtio422016.Writer)

func (*Show) WriteHeader

func (p *Show) WriteHeader(qq422016 qtio422016.Writer)

func (*Show) WriteNavigation

func (p *Show) WriteNavigation(qq422016 qtio422016.Writer)

func (*Show) WriteTitle

func (p *Show) WriteTitle(qq422016 qtio422016.Writer)

type ShowDelivery added in v1.1.0

type ShowDelivery struct {
	template.BasePage

	CSRF     htmltemplate.HTML
	Delivery *namespace.WebhookDelivery
}

func (*ShowDelivery) Actions added in v1.1.0

func (p *ShowDelivery) Actions() string

func (*ShowDelivery) Body added in v1.1.0

func (p *ShowDelivery) Body() string

func (*ShowDelivery) Header added in v1.1.0

func (p *ShowDelivery) Header() string

func (*ShowDelivery) Navigation added in v1.1.0

func (p *ShowDelivery) Navigation() string

func (*ShowDelivery) StreamActions added in v1.1.0

func (p *ShowDelivery) StreamActions(qw422016 *qt422016.Writer)

func (*ShowDelivery) StreamBody added in v1.1.0

func (p *ShowDelivery) StreamBody(qw422016 *qt422016.Writer)

func (*ShowDelivery) StreamHeader added in v1.1.0

func (p *ShowDelivery) StreamHeader(qw422016 *qt422016.Writer)

func (*ShowDelivery) StreamNavigation added in v1.1.0

func (p *ShowDelivery) StreamNavigation(qw422016 *qt422016.Writer)

func (*ShowDelivery) StreamTitle added in v1.1.0

func (p *ShowDelivery) StreamTitle(qw422016 *qt422016.Writer)

func (*ShowDelivery) Title added in v1.1.0

func (p *ShowDelivery) Title() string

func (*ShowDelivery) WriteActions added in v1.1.0

func (p *ShowDelivery) WriteActions(qq422016 qtio422016.Writer)

func (*ShowDelivery) WriteBody added in v1.1.0

func (p *ShowDelivery) WriteBody(qq422016 qtio422016.Writer)

func (*ShowDelivery) WriteHeader added in v1.1.0

func (p *ShowDelivery) WriteHeader(qq422016 qtio422016.Writer)

func (*ShowDelivery) WriteNavigation added in v1.1.0

func (p *ShowDelivery) WriteNavigation(qq422016 qtio422016.Writer)

func (*ShowDelivery) WriteTitle added in v1.1.0

func (p *ShowDelivery) WriteTitle(qq422016 qtio422016.Writer)

type WebhookForm added in v1.1.0

type WebhookForm struct {
	template.BasePage
	template.Form

	Namespace  *namespace.Namespace
	Webhook    *namespace.Webhook
	Deliveries []*namespace.WebhookDelivery
}

func (*WebhookForm) Actions added in v1.1.0

func (p *WebhookForm) Actions() string

func (*WebhookForm) Body added in v1.1.0

func (p *WebhookForm) Body() string

func (*WebhookForm) Field added in v1.1.0

func (p *WebhookForm) Field(field string) string

func (*WebhookForm) Header added in v1.1.0

func (p *WebhookForm) Header() string

func (*WebhookForm) Navigation added in v1.1.0

func (p *WebhookForm) Navigation() string

func (*WebhookForm) StreamActions added in v1.1.0

func (p *WebhookForm) StreamActions(qw422016 *qt422016.Writer)

func (*WebhookForm) StreamBody added in v1.1.0

func (p *WebhookForm) StreamBody(qw422016 *qt422016.Writer)

func (*WebhookForm) StreamHeader added in v1.1.0

func (p *WebhookForm) StreamHeader(qw422016 *qt422016.Writer)

func (*WebhookForm) StreamNavigation added in v1.1.0

func (p *WebhookForm) StreamNavigation(qw422016 *qt422016.Writer)

func (*WebhookForm) StreamTitle added in v1.1.0

func (p *WebhookForm) StreamTitle(qw422016 *qt422016.Writer)

func (*WebhookForm) Title added in v1.1.0

func (p *WebhookForm) Title() string

func (*WebhookForm) WriteActions added in v1.1.0

func (p *WebhookForm) WriteActions(qq422016 qtio422016.Writer)

func (*WebhookForm) WriteBody added in v1.1.0

func (p *WebhookForm) WriteBody(qq422016 qtio422016.Writer)

func (*WebhookForm) WriteHeader added in v1.1.0

func (p *WebhookForm) WriteHeader(qq422016 qtio422016.Writer)

func (*WebhookForm) WriteNavigation added in v1.1.0

func (p *WebhookForm) WriteNavigation(qq422016 qtio422016.Writer)

func (*WebhookForm) WriteTitle added in v1.1.0

func (p *WebhookForm) WriteTitle(qq422016 qtio422016.Writer)

type WebhookIndex added in v1.1.0

type WebhookIndex struct {
	template.BasePage

	CSRF      htmltemplate.HTML
	Namespace *namespace.Namespace
	Webhooks  []*namespace.Webhook
	// contains filtered or unexported fields
}

func (*WebhookIndex) Actions added in v1.1.0

func (p *WebhookIndex) Actions() string

func (*WebhookIndex) Body added in v1.1.0

func (p *WebhookIndex) Body() string

func (*WebhookIndex) Header added in v1.1.0

func (p *WebhookIndex) Header() string

func (*WebhookIndex) StreamActions added in v1.1.0

func (p *WebhookIndex) StreamActions(qw422016 *qt422016.Writer)

func (*WebhookIndex) StreamBody added in v1.1.0

func (p *WebhookIndex) StreamBody(qw422016 *qt422016.Writer)

func (*WebhookIndex) StreamHeader added in v1.1.0

func (p *WebhookIndex) StreamHeader(qw422016 *qt422016.Writer)

func (*WebhookIndex) StreamTitle added in v1.1.0

func (p *WebhookIndex) StreamTitle(qw422016 *qt422016.Writer)

func (*WebhookIndex) Title added in v1.1.0

func (p *WebhookIndex) Title() string

func (*WebhookIndex) WriteActions added in v1.1.0

func (p *WebhookIndex) WriteActions(qq422016 qtio422016.Writer)

func (*WebhookIndex) WriteBody added in v1.1.0

func (p *WebhookIndex) WriteBody(qq422016 qtio422016.Writer)

func (*WebhookIndex) WriteHeader added in v1.1.0

func (p *WebhookIndex) WriteHeader(qq422016 qtio422016.Writer)

func (*WebhookIndex) WriteTitle added in v1.1.0

func (p *WebhookIndex) WriteTitle(qq422016 qtio422016.Writer)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL