Versions in this module Expand all Collapse all v1 v1.2.1 Oct 4, 2014 v1.1.1 Sep 14, 2014 Changes in this version + type Widget struct + func BaseWidget(style, inputType, tmplName string) *Widget + func (w *Widget) Render(data interface{}) string + type WidgetInterface interface + Render func(data interface{}) string