Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { EmailServerAddress string `json:"emailServerHost"` EmailServerUserName string `json:"emailServerUserName"` EmailServerPassword string `json:"emailServerPassword"` ListenNatsSubject string `json:"listenNatsSubject"` OutputNatsSubject string `json:"outputNatsSubject"` PacketFormat string `json:"packetFormat"` NatsAddress string `json:"natsAddress"` NatsPoolSize int `json:"natsPoolSize"` }
Click to show internal directories.
Click to hide internal directories.