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

Method SetKnowledgeID

internal/sync/interface.go:12–12  ·  view source on GitHub ↗
(knowledgeID string)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected