Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFile ¶
type ConfigFile struct {
DelegateBot ConfigFileDelegateBot `yaml:"delegatebot"`
}
type ConfigFileDelegateBot ¶
type ConfigFileDelegateBot struct { Watch []interface{} `yaml:"watch"` Delegate interface{} `yaml:"delegate"` Options ConfigFileDelegateBotWithOptions `yaml:"options"` }
type ConfigFileDelegateBotWithOptions ¶
type ConfigFileDelegateBotWithOptions struct {
EmptyMessage string `yaml:"empty_message"`
}
type FileLoader ¶
type FileLoader struct {
// contains filtered or unexported fields
}
func NewFileLoader ¶
func NewFileLoader(delegatorsFactory delegates.Factory, conditionsFactory conditions.Factory) *FileLoader
Click to show internal directories.
Click to hide internal directories.