Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkChecker ¶
type LinkChecker interface {
CheckLink(ctx context.Context, link SourcedLink) bool
}
LinkChecker ...
type LinkExtractor ¶
type LinkExtractor interface {
ExtractLinks(ctx context.Context, threadID int, link string) ([]string, error)
}
LinkExtractor ...
type LinkHandler ¶
type LinkHandler interface {
HandleLink(ctx context.Context, link SourcedLink)
}
LinkHandler ...
Click to show internal directories.
Click to hide internal directories.