Documentation ¶ Index ¶ type Int func NewInt(app *stores.App, root gotypes.Object, data dst.Expr) *Int func (v *Int) Render() vecty.ComponentOrHTML type String func NewString(app *stores.App, root gotypes.Object, data dst.Expr) *String func (v *String) Render() vecty.ComponentOrHTML Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Int ¶ type Int struct { vecty.Core Data dst.Expr `vecty:"prop"` // contains filtered or unexported fields } func NewInt ¶ func NewInt(app *stores.App, root gotypes.Object, data dst.Expr) *Int func (*Int) Render ¶ func (v *Int) Render() vecty.ComponentOrHTML type String ¶ type String struct { vecty.Core Data dst.Expr `vecty:"prop"` // contains filtered or unexported fields } func NewString ¶ func NewString(app *stores.App, root gotypes.Object, data dst.Expr) *String func (*String) Render ¶ func (v *String) Render() vecty.ComponentOrHTML Source Files ¶ View all Source files int.go string.go Click to show internal directories. Click to hide internal directories.