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

Method Update

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

Update 更新会话

(ctx context.Context, req *UpdateRequest)

Source from the content-addressed store, hash-verified

184
185 // Update 更新会话
186 Update(ctx context.Context, req *UpdateRequest) error
187
188 // Delete 删除会话
189 Delete(ctx context.Context, sessionID string) error

Callers 6

ExecuteMethod · 0.65
ExecuteMethod · 0.65
AppendEventMethod · 0.65
AppendEventMethod · 0.65
TestServiceFunction · 0.65
mainFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestServiceFunction · 0.52