MCPcopy Create free account
hub / github.com/driangle/taskmd / Name

Method Name

apps/cli/internal/sync/source.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// Source defines the interface that external task providers must implement.
21type Source interface {
22 Name() string
23 ValidateConfig(cfg SourceConfig) error
24 FetchTasks(cfg SourceConfig) ([]ExternalTask, error)
25}

Callers 13

collectFilesFunction · 0.65
addRecursiveMethod · 0.65
loadFromDirFunction · 0.65
TestEngine_DryRunFunction · 0.65
RegisterFunction · 0.65
walkDirectoryFunction · 0.65
ScanMethod · 0.65
ScanArchiveMethod · 0.65

Implementers 4

cliMockSourceapps/cli/internal/cli/sync_test.go
mockSourceapps/cli/internal/sync/engine_test.go
GitHubSourceapps/cli/internal/sync/github/github.g
JiraSourceapps/cli/internal/sync/jira/jira.go

Calls

no outgoing calls