Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertNotifier ¶
type CertNotifier struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger log.DebugLogger) *CertNotifier
func (*CertNotifier) PublishSSH ¶
func (n *CertNotifier) PublishSSH(cert []byte)
func (*CertNotifier) PublishX509 ¶
func (n *CertNotifier) PublishX509(cert []byte)
func (*CertNotifier) ServeHTTP ¶
func (n *CertNotifier) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.