Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MythicConfig = Config{}
)
Functions ¶
func StringSliceContains ¶
Types ¶
type Config ¶
type Config struct {
// container configuration
DebugLevel string
// rabbitmq configuration
RabbitmqHost string
RabbitmqPort uint
RabbitmqUser string
RabbitmqPassword string
RabbitmqVHost string
// mythic information
MythicServerHost string
MythicServerPort uint
MythicServerGRPCPort uint
// Webhook configuration
WebhookDefaultURL string
WebhookDefaultChannel string
WebhookFeedbackChannel string
WebhookCallbackChannel string
WebhookStartupChannel string
}
Click to show internal directories.
Click to hide internal directories.