Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoHealthCheck ¶ added in v0.0.3
func GetUpdateCallback ¶ added in v1.0.0
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates katana
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner creates the required resources for crawling and executes the crawl process.
func (*Runner) ExecuteCrawling ¶
ExecuteCrawling executes the crawling main loop
type RunnerState ¶ added in v1.0.4
type RunnerState struct {
InFlightUrls *mapsutil.SyncLockMap[string, struct{}]
}
Click to show internal directories.
Click to hide internal directories.