Documentation ¶ Index ¶ type TrackerManager func New(bl *blocklist.Blocklist) *TrackerManager func (m *TrackerManager) Get(s string, httpTimeout time.Duration, httpUserAgent string) (tracker.Tracker, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TrackerManager ¶ type TrackerManager struct { // contains filtered or unexported fields } func New ¶ func New(bl *blocklist.Blocklist) *TrackerManager func (*TrackerManager) Get ¶ func (m *TrackerManager) Get(s string, httpTimeout time.Duration, httpUserAgent string) (tracker.Tracker, error) Source Files ¶ View all Source files trackermanager.go Click to show internal directories. Click to hide internal directories.