Documentation ¶
Overview ¶
Package displaytype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Textbox = DisplayType{"textbox"} Textarea = DisplayType{"textarea"} Numeric = DisplayType{"numeric"} Toggle = DisplayType{"toggle"} Dropdown = DisplayType{"dropdown"} )
Functions ¶
This section is empty.
Types ¶
type DisplayType ¶
type DisplayType struct {
Name string
}
func (DisplayType) MarshalText ¶
func (d DisplayType) MarshalText() (text []byte, err error)
func (DisplayType) String ¶
func (d DisplayType) String() string
func (*DisplayType) UnmarshalText ¶
func (d *DisplayType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.