Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher interface {
GetRemoteCertificate() (*binding.RadiusCertificate, error)
}
type HttpFetcher ¶
type HttpFetcher struct {
// contains filtered or unexported fields
}
func NewHttpFetcher ¶
func NewHttpFetcher(client *client.Client) *HttpFetcher
func (*HttpFetcher) GetRemoteCertificate ¶
func (f *HttpFetcher) GetRemoteCertificate() (*binding.RadiusCertificate, error)
type RenewedHandler ¶
type RenewedHandler func(cert *binding.RadiusCertificate) error
type UpdateFetcher ¶
Click to show internal directories.
Click to hide internal directories.