Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Element ¶
type Element struct {
Name string
Pattern string // overrides name
Render RenderFunc
Entries []Element
Hidden bool
}
type RenderFunc ¶
type RenderFunc func(context.Context) gomponents.Group
Source Files
¶
- component.go
- linktree.go
Click to show internal directories.
Click to hide internal directories.