Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorKeymasterDaemonNotReady = errors.New("keymasterd not ready")
)
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor struct {
// Receive side channels (public).
AuthChannel <-chan AuthInfo
ServiceProviderLoginChannel <-chan SPLoginInfo
SshRawCertChannel <-chan []byte
SshCertChannel <-chan *ssh.Certificate
WebLoginChannel <-chan string
X509RawCertChannel <-chan []byte
X509CertChannel <-chan *x509.Certificate
// contains filtered or unexported fields
}
type SPLoginInfo ¶ added in v1.4.3
Click to show internal directories.
Click to hide internal directories.