Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*Repository, error)
func (*Repository) Close ¶
func (r *Repository) Close() error
func (*Repository) GetCertLogs ¶
func (r *Repository) GetCertLogs(domain string, expired bool, limit int) (result.CertResult, error)
func (*Repository) GetSubdomains ¶
func (r *Repository) GetSubdomains(domain string, expired bool, limit int) (result.SubdomainResult, error)
Click to show internal directories.
Click to hide internal directories.