mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Configured Description filed into Event and Service configuration
This commit is contained in:
@ -24,8 +24,8 @@ type Logging struct {
|
||||
}
|
||||
|
||||
type Tracing struct {
|
||||
RabbitMQEnabled bool `yaml:"rabbitMQEnabled,omitempty"`
|
||||
RabbitMQURI string `yaml:"rabbitMQURI,omitempty"`
|
||||
RabbitMQEnabled bool `yaml:"rabbitMQEnabled"`
|
||||
RabbitMQURI string `yaml:"rabbitMQURI"`
|
||||
}
|
||||
|
||||
type BeelzebubServiceConfiguration struct {
|
||||
@ -37,6 +37,7 @@ type BeelzebubServiceConfiguration struct {
|
||||
ServerName string `yaml:"serverName"`
|
||||
DeadlineTimeoutSeconds int `yaml:"deadlineTimeoutSeconds"`
|
||||
PasswordRegex string `yaml:"passwordRegex"`
|
||||
Description string `yaml:"description"`
|
||||
}
|
||||
|
||||
type Command struct {
|
||||
|
Reference in New Issue
Block a user