Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClock ¶
func NewClock() *gowired.WiredComponent
func NewDynamicInput ¶
func NewDynamicInput() *gowired.WiredComponent
func NewForm ¶
func NewForm() *gowired.WiredComponent
func NewSlider ¶
func NewSlider() *gowired.WiredComponent
func NewTodo ¶
func NewTodo() *gowired.WiredComponent
Types ¶
type Clock ¶
type Clock struct { gowired.WiredComponentWrapper ActualTime string }
func (*Clock) Mounted ¶
func (c *Clock) Mounted(l *gowired.WiredComponent)
func (*Clock) TemplateHandler ¶
func (c *Clock) TemplateHandler(_ *gowired.WiredComponent) string
type DynamicInput ¶
type DynamicInput struct { gowired.WiredComponentWrapper Label string }
func (*DynamicInput) TemplateHandler ¶
func (d *DynamicInput) TemplateHandler(_ *gowired.WiredComponent) string
type Form ¶
type Form struct { gowired.WiredComponentWrapper Label string DynamicInput *gowired.WiredComponent }
func (*Form) TemplateHandler ¶
func (d *Form) TemplateHandler(_ *gowired.WiredComponent) string
type Slider ¶
type Slider struct { gowired.WiredComponentWrapper Size float32 }
func (*Slider) TemplateHandler ¶
func (t *Slider) TemplateHandler(_ *gowired.WiredComponent) string
type Task ¶
func (*Task) GetClasses ¶
type Todo ¶
func (*Todo) IncreaseCounter ¶
func (t *Todo) IncreaseCounter()
func (*Todo) TemplateHandler ¶
func (t *Todo) TemplateHandler(_ *gowired.WiredComponent) string
Click to show internal directories.
Click to hide internal directories.