Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InnerMultiSelect ¶
type InnerMultiSelect struct {
Name string `json:"name,omitempty"`
}
type MultiSelect ¶
type MultiSelect struct {
MultiSelect []InnerMultiSelect `json:"multi_select,omitempty"`
}
func ValueOf ¶
func ValueOf(s []string) MultiSelect
Click to show internal directories.
Click to hide internal directories.