Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMinioClient ¶
func CreateMinioClient() *minio.Client
CreateMinioClient initializes and returns a Minio client.
func GenerateBatchInput ¶
func GenerateBatchInput(numRecords int, emailTemplate EmailTemplate) []jobs.BatchInput_t
GenerateBatchInput creates a slice of BatchInput_t for batch processing. numRecords specifies the number of records to generate. emailTemplate is the base template for generating the email records.
func InitializeDatabase ¶ added in v0.13.0
InitializeDatabase connects to the database and runs migrations.
Types ¶
type EmailInput ¶
type EmailTemplate ¶
EmailTemplate defines the structure for the base email template.
Click to show internal directories.
Click to hide internal directories.