MCPcopy Create free account
hub / github.com/castai/openwebui-content-sync / SyncFiles

Method SyncFiles

internal/sync/interface.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, adapters []adapter.Adapter)

Source from the content-addressed store, hash-verified

9// ManagerInterface defines the interface for sync manager operations
10type ManagerInterface interface {
11 SyncFiles(ctx context.Context, adapters []adapter.Adapter) error
12 SetKnowledgeID(knowledgeID string)
13 InitializeFileIndex(ctx context.Context, adapters []adapter.Adapter) error
14}

Callers 1

RunSyncWithContextMethod · 0.65

Implementers 2

MockSyncManagerinternal/scheduler/scheduler_simple_te
Managerinternal/sync/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected