Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrancoList ¶
type TrancoList struct {
// contains filtered or unexported fields
}
func NewTrancoList ¶
func NewTrancoList(cacheDir, trancoID string) (*TrancoList, error)
NewTrancoList loads the given Tranco list from the cacheDir, downloading it if needed.
func (*TrancoList) TopDomains ¶
func (l *TrancoList) TopDomains(topN int) ([]Domain, error)
Click to show internal directories.
Click to hide internal directories.