package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 21, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type EmailData struct {
ID string `json:"id"`
Operation string `json:"operation"`
TargetAddress string `json:"target_address"`
Subject string `json:"subject"`
Content map[string]interface{} `json:"content"`
}
type InitData struct {
KafkaBroker string `yaml:"kafka-broker"`
ClientOrigin string `yaml:"client-origin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.