Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertificateService ¶
func NewCertificateService(repo CertificateRepository) *certificateService
Types ¶
type CertificateRepository ¶
type CertificateRepository interface {
GetExpireSoon(ctx context.Context) ([]domain.Certificate, error)
}
Click to show internal directories.
Click to hide internal directories.