Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoodByeScene ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
func (*Matcher) UnmarshalJSON ¶
func (*Matcher) UnmarshalXML ¶
type RegexMatcher ¶
type Scene ¶
type Scene struct {
Text Text `yaml:"text" json:"text" xml:"text"`
NextScene string `yaml:"nextScene" json:"next_scene" xml:"nextScene"`
IsInfoScene bool `yaml:"isInfoScene,omitempty" json:"is_info_scene,omitempty" xml:"isInfoScene,omitempty"`
Matchers []Matcher `yaml:"matchers,omitempty" json:"matchers,omitempty" xml:"matchers,omitempty"`
Errors []string `yaml:"errors,omitempty" json:"errors,omitempty" xml:"errors,omitempty"`
}
type SelectMatcher ¶
Click to show internal directories.
Click to hide internal directories.