Emailer
This is the Emailer service
Showcase
Async service
Configuration
FQDN: mkit.service.emailer
Type: service
Alias: emailer
Usage
A Makefile is included for convenience
Build the binary
make build TARGET=emailer TYPE=service VERSION=v0.1.1Run the service
make run-emailer
make run-emailer ARGS="--server_address=:8082"
# or
go run service/emailer/main.go service/emailer/plugin.goBuild a docker image
Test the service
Last updated
Was this helpful?