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

Method List

server/auth/apikey.go:24–24  ·  view source on GitHub ↗

List 列出用户的所有 API Keys

(ctx context.Context, userID string)

Source from the content-addressed store, hash-verified

22
23 // List 列出用户的所有 API Keys
24 List(ctx context.Context, userID string) ([]*APIKeyInfo, error)
25}
26
27// APIKeyInfo API Key 信息

Callers 15

ListMethod · 0.65
GetExecutionsMethod · 0.65
ListSessionsMethod · 0.65
ListMethod · 0.65
ListMethod · 0.65
ListAgentsMethod · 0.65
ListMethod · 0.65
GetCheckpointsMethod · 0.65
ListMethod · 0.65
handleSubscribeMethod · 0.65
ListEvalsMethod · 0.65

Implementers 13

Poolpkg/core/pool.go
InMemoryServicepkg/session/inmemory.go
Servicepkg/session/postgres/service.go
Servicepkg/session/mysql/service.go
Servicepkg/session/sqlite/store.go
MemoryAPIKeyStoreserver/auth/apikey.go
WorkflowHandlerserver/handlers/workflow.go
ToolHandlerserver/handlers/tool.go
MiddlewareHandlerserver/handlers/middleware.go
SessionHandlerserver/handlers/session.go
RoomHandlerserver/handlers/room.go
MCPHandlerserver/handlers/mcp.go

Calls

no outgoing calls

Tested by

no test coverage detected