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

Method Delete

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

Delete 删除 API Key

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

19
20 // Delete 删除 API Key
21 Delete(ctx context.Context, key string) error
22
23 // List 列出用户的所有 API Keys
24 List(ctx context.Context, userID string) ([]*APIKeyInfo, error)

Callers 14

DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
handleUnregisterMethod · 0.65
cleanupConnectionMethod · 0.65
DeleteEvalMethod · 0.65
DeleteBenchmarkMethod · 0.65
DeleteWorkingMemoryMethod · 0.65
ClearWorkingMemoryMethod · 0.65
DeleteMethod · 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