MCPcopy Create free account
hub / github.com/astercloud/aster / Delete

Method Delete

pkg/knowledge/knowledge.go:199–199  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

197 Get(ctx context.Context, id string) (*KnowledgeItem, error)
198 Update(ctx context.Context, item *KnowledgeItem) error
199 Delete(ctx context.Context, id string) error
200
201 // 搜索操作
202 Search(ctx context.Context, query *SearchQuery) ([]*SearchResult, error)

Callers 1

DeleteMethod · 0.65

Implementers 1

managerpkg/knowledge/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected