Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DbCertificate ¶
type DbCertificateCache ¶
type DbCertificateCache struct {
Certificates DbCertificates
// contains filtered or unexported fields
}
type DbCertificates ¶
type DbCertificates []*DbCertificate
func (*DbCertificates) Filter ¶
func (d *DbCertificates) Filter(cn string, serial string, limit int) DbCertificates
type Step ¶
type Step struct {
Certificates atomic.Pointer[DbCertificateCache]
// contains filtered or unexported fields
}
func (*Step) GetCertificates ¶
func (s *Step) GetCertificates() DbCertificates
func (*Step) RefreshCertificates ¶
func (s *Step) RefreshCertificates()
Click to show internal directories.
Click to hide internal directories.