Documentation
¶
Index ¶
- type ActionList
- type ActionListOption
- type Alert
- type AutomaticAction
- type CloseAction
- type ConfigurationScreen
- type InputHidden
- type InputText
- type InputTime
- type InputTimeRange
- type OptionGroup
- type OptionGroupOption
- type ProgressBar
- type RadioGroup
- type RadioGroupOption
- type ReplyAction
- type Section
- type Separator
- type StaticText
- type TimeRange
- type Typed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionList ¶
type ActionListOption ¶
type AutomaticAction ¶
type CloseAction ¶
type CloseAction struct {
Label string
}
type ConfigurationScreen ¶
type ConfigurationScreen struct { Title string Subtitle string DisplayIcon string Sections []Section Actions []Typed AddToHistory bool }
func (*ConfigurationScreen) MarshalJSON ¶
func (o *ConfigurationScreen) MarshalJSON() ([]byte, error)
func (*ConfigurationScreen) UnmarshalJSON ¶
func (o *ConfigurationScreen) UnmarshalJSON(bytes []byte) error
type InputHidden ¶
type InputTimeRange ¶
type OptionGroup ¶
type OptionGroupOption ¶
type ProgressBar ¶
type RadioGroup ¶
type RadioGroupOption ¶
type ReplyAction ¶
func (*ReplyAction) MarshalJSON ¶
func (o *ReplyAction) MarshalJSON() ([]byte, error)
type StaticText ¶
Click to show internal directories.
Click to hide internal directories.