Versions in this module Expand all Collapse all v0 v0.0.1 Aug 5, 2018 Changes in this version + var Col = &ColAttribute + var Default = &Attribute + var Label = &LabelAttribute + var Row = &RowAttribute + type Attribute struct + Content string + Name string + func (compo *Attribute) GetContent(value interface{}) string + type BoxAttribute struct + Color string + Name string + Title string + Url string + Value string + func GetBox() *BoxAttribute + func (compo *BoxAttribute) GetContent() string + func (compo *BoxAttribute) SetTitle(value string) *BoxAttribute + func (compo *BoxAttribute) SetUrl(value string) *BoxAttribute + func (compo *BoxAttribute) SetValue(value string) *BoxAttribute + type ColAttribute struct + Name string + Width string + func (compo *ColAttribute) GetContent(value interface{}) string + func (compo *ColAttribute) SetWidth(value string) *ColAttribute + type Component interface + GetContent func(interface{}) string + type ImgAttribute struct + Height string + Name string + Src string + Witdh string + func GetImage() *ImgAttribute + func (compo *ImgAttribute) GetContent() string + func (compo *ImgAttribute) SetHeight(value string) *ImgAttribute + func (compo *ImgAttribute) SetSrc(value string) *ImgAttribute + func (compo *ImgAttribute) SetWidth(value string) *ImgAttribute + type LabelAttribute struct + Color string + Name string + func (compo *LabelAttribute) GetContent(value interface{}) string + type RowAttribute struct + Name string + func (compo *RowAttribute) GetContent(value interface{}) string