MCPcopy Index your code
hub / github.com/krau/SaveAny-Bot / Parser

Interface Parser

pkg/parser/parser.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Parser interface {
10 CanHandle(url string) bool
11 Parse(ctx context.Context, url string) (*Item, error)
12}
13
14type ConfigurableParser interface {
15 Parser

Callers 11

ParseWithContextFunction · 0.65
CanHandleFunction · 0.65
createParsedTaskMethod · 0.65
createParsedTaskMethod · 0.95
handleDlCmdFunction · 0.65
handleYtdlpCmdFunction · 0.65
TestYtdlpArgumentParsingFunction · 0.65
handleUpdateCmdFunction · 0.65
handleUpdateCallbackFunction · 0.65
listenMediaMessageEventFunction · 0.65
handleTextMessageFunction · 0.65

Implementers 3

jsParserparsers/js/js.go
TwitterParserparsers/native/twitter/parser.go
KemonoParserparsers/native/kemono/kemono.go

Calls

no outgoing calls

Tested by

no test coverage detected