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

Method Create

pkg/session/session.go:180–180  ·  view source on GitHub ↗

Create 创建新会话

(ctx context.Context, req *CreateRequest)

Source from the content-addressed store, hash-verified

178type Service interface {
179 // Create 创建新会话
180 Create(ctx context.Context, req *CreateRequest) (Session, error)
181
182 // Get 获取会话
183 Get(ctx context.Context, req *GetRequest) (Session, error)

Callers 15

handleToolsListMethod · 0.65
handleToolsCallMethod · 0.65
SaveSnapshotMethod · 0.65
TestPostgresService_ListFunction · 0.65
CreateMethod · 0.65
AppendEventMethod · 0.65
TestMySQLService_CreateFunction · 0.65

Implementers 2

InMemoryServicepkg/session/inmemory.go
Servicepkg/session/sqlite/store.go

Calls

no outgoing calls