Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct {
Address string
// contains filtered or unexported fields
}
func (*Listener) RegisterFrontend ¶
func (*Listener) UpdateFrom ¶
type Server ¶
type Server struct {
Listeners map[string]*Listener // indexed by listening address
Frontends []*Frontend
Debug bool
ManagedNames []string
UnmanagedCerts []tls.Certificate
ACMEIssuer *certmagic.ACMEIssuer
ACMEConfig *certmagic.Config
// contains filtered or unexported fields
}
func (*Server) RegisterListener ¶
Click to show internal directories.
Click to hide internal directories.