Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct {
Label string `json:"label"`
Str *string `json:"str,omitempty"`
Int *int64 `json:"int,omitempty"`
Float *float64 `json:"float,omitempty"`
}
func NewFloatOption ¶
func NewIntOption ¶
func NewStrOption ¶
Click to show internal directories.
Click to hide internal directories.