boulder/cmd/notify-mailer
Samantha e2e7dad034
Move cmd.DBConfig fields to their own named sub-struct (#5286)
Named field `DB`, in a each component configuration struct, acts as the
receiver for the value of `db` when component JSON files are
unmarshalled.

When `cmd.DBConfig` fields are received at the root of component
configuration struct instead of `DB` copy them to the `DB` field of the
component configuration struct.

Move existing `cmd.DBConfig` values from the root of each component's
JSON configuration in `test/config-next` to `db`

Part of #5275
2021-02-16 10:48:58 -08:00
..
testdata notify-mailer: Support CSV and parameters (#4024) 2019-01-22 16:07:17 -08:00
main.go Move cmd.DBConfig fields to their own named sub-struct (#5286) 2021-02-16 10:48:58 -08:00
main_test.go Check email address validity in notify-mailer. (#4841) 2020-06-04 18:28:02 -07:00