...

Package notmain

import "github.com/letsencrypt/boulder/cmd/notify-mailer"
Overview
Index

Overview ▾

Index ▾

Package files

main.go

type Config

type Config struct {
    NotifyMailer struct {
        DB cmd.DBConfig
        cmd.SMTPConfig
    }
    Syslog cmd.SyslogConfig
}