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

Method SaveInfo

pkg/store/interface.go:37–37  ·  view source on GitHub ↗

SaveInfo 保存Agent元信息

(ctx context.Context, agentID string, info types.AgentInfo)

Source from the content-addressed store, hash-verified

35
36 // SaveInfo 保存Agent元信息
37 SaveInfo(ctx context.Context, agentID string, info types.AgentInfo) error
38
39 // LoadInfo 加载Agent元信息
40 LoadInfo(ctx context.Context, agentID string) (*types.AgentInfo, error)

Callers 1

initializeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected