Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Breadcrumb ¶
type Breadcrumb struct {
Entries []*BreadcrumbEntry
}
func NewBreadcrumb ¶
func NewBreadcrumb() *Breadcrumb
func (*Breadcrumb) AddEntry ¶
func (b *Breadcrumb) AddEntry(e *BreadcrumbEntry)
type BreadcrumbEntry ¶
type MultiSelect ¶
type MultiSelect struct { Name string Options []MultiSelectOption SelectedOptions []string Size int }
func (*MultiSelect) IsSelected ¶
func (ms *MultiSelect) IsSelected(name string) bool
type MultiSelectOption ¶
type RawContent ¶
type RawContent []byte
func (RawContent) Render ¶
func (c RawContent) Render(interface{}) ([]byte, error)
type Select ¶
type Select struct { Id string Name string Options []SelectOption SelectedOption string }
func (*Select) IsSelected ¶
type SelectOption ¶
type Template ¶
func NewTemplate ¶
Click to show internal directories.
Click to hide internal directories.