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

Method List

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

List 列出会话

(ctx context.Context, req *ListRequest)

Source from the content-addressed store, hash-verified

190
191 // List 列出会话
192 List(ctx context.Context, req *ListRequest) ([]*Session, error)
193
194 // AppendEvent 添加事件
195 AppendEvent(ctx context.Context, sessionID string, event *Event) error

Callers 5

TestPostgresService_ListFunction · 0.65
TestMySQLService_ListFunction · 0.65
TestServiceFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3

TestPostgresService_ListFunction · 0.52
TestMySQLService_ListFunction · 0.52
TestServiceFunction · 0.52