Versions in this module Expand all Collapse all v0 v0.1.0 Mar 8, 2022 Changes in this version + type Repository struct + func New() (*Repository, error) + func (r *Repository) Close() error + func (r *Repository) GetCertLogs(domain string, expired bool, limit int) (result.CertResult, error) + func (r *Repository) GetSubdomains(domain string, expired bool, limit int) (result.SubdomainResult, error)