Documentation ¶
Index ¶
- func BlockRegister(block ...*Block)
- func BlockRemove(index int)
- func BlockSet(index int, list ...*Block)
- func CardRegister(card ...*Card)
- func CardRemove(index int)
- func CardSet(index int, list ...*Card)
- func GlobalFooterRegister(topButton ...*GlobalFooter)
- func GlobalFooterRemove(index int)
- func GlobalFooterSet(index int, list ...*GlobalFooter)
- func TopButtonRegister(topButton ...*TopButton)
- func TopButtonRemove(index int)
- func TopButtonSet(index int, list ...*TopButton)
- type Block
- type Blocks
- type Card
- type Cards
- type GlobalFooter
- type GlobalFooters
- type TopButton
- type TopButtons
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockRegister ¶
func BlockRegister(block ...*Block)
func CardRegister ¶
func CardRegister(card ...*Card)
func GlobalFooterRegister ¶
func GlobalFooterRegister(topButton ...*GlobalFooter)
func TopButtonRegister ¶
func TopButtonRegister(topButton ...*TopButton)
Types ¶
type Card ¶
type GlobalFooter ¶
type GlobalFooter struct { // contains filtered or unexported fields }
func NewGlobalFooter ¶
func NewGlobalFooter(content func(echo.Context) error) *GlobalFooter
func (*GlobalFooter) SetContentGenerator ¶
func (c *GlobalFooter) SetContentGenerator(content func(echo.Context) error) *GlobalFooter
type GlobalFooters ¶
type GlobalFooters []*GlobalFooter
func GlobalFooterAll ¶
func GlobalFooterAll() GlobalFooters
type TopButton ¶
type TopButton struct { Tmpl string //模板文件 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.