package
Version:
v0.0.36
Opens a new window with list of versions in this module.
Published: Sep 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bot struct {
Regex string `yaml:"regex" json:"regex"`
Name string `yaml:"name" json:"name"`
Category string `yaml:"category" json:"category"`
Url string `yaml:"url" json:"url"`
Producer Producer `yaml:"producer" json:"producer"`
}
type Producer struct {
Name string `yaml:"name" json:"name"`
Url string `yaml:"url" json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.