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

Function NewRegistry

pkg/tools/interface.go:158–162  ·  view source on GitHub ↗

NewRegistry 创建工具注册表

()

Source from the content-addressed store, hash-verified

156
157// NewRegistry 创建工具注册表
158func NewRegistry() *Registry {
159 return &Registry{
160 factories: make(map[string]ToolFactory),
161 }
162}
163
164// Register 注册工具
165func (r *Registry) Register(name string, factory ToolFactory) {

Calls

no outgoing calls