Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
*multipass.Multipass
Next httpserver.Handler
}
Auth wraps a Multipass instance to be used by the caddy web server.
type Rule ¶
type Rule struct {
Basepath string
Expires time.Duration
Resources []string
Handles []string
SMTPAddr, SMTPUser, SMTPPass string
MailFrom, MailTmpl string
SMTPClientName string // named SMTP client for sending mail message
SMTPClientArgs []string
}
Rule holds the directive options parsed from a Caddyfile.
Click to show internal directories.
Click to hide internal directories.