Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // CertificatesPEM returns the current PEM encoded X.509 Certificate // Authority certificates for the trust domain. CertificatesPEM() []byte // Subscribe returns a channel which will receive messages when the trust // domain root certificates change. Subscribe() <-chan struct{} }
Interface provide the root PEM encoded X.509 Certificate Authority certificates of the trust domain. Consumers can subscribe to events to when the root certificates change.
Click to show internal directories.
Click to hide internal directories.