package
Version:
v0.2.4
Opens a new window with list of versions in this module.
Published: May 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Choice struct {
Expression string `yaml:"expression"`
Value string `yaml:"value"`
}
type Message struct {
Message string `yaml:"message"`
NegativeMessage string `yaml:"negative_message"`
Condition string `yaml:"condition"`
Variables []Variable `yaml:"variables"`
}
type Variable struct {
Name string `yaml:"name"`
Choices []Choice `yaml:"choices"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.