Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MythicConfig = Config{}
)
Functions ¶
This section is empty.
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 WebhookAlertChannel string WebhookCustomChannel string }
Click to show internal directories.
Click to hide internal directories.