MCPcopy Create free account
hub / github.com/diillson/chatcli / LoadSessionV2

Method LoadSessionV2

server/handler.go:89–89  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

87type SessionStoreV2 interface {
88 SaveSessionV2(name string, sd *models.SessionData) error
89 LoadSessionV2(name string) (*models.SessionData, error)
90}
91
92// AlertInfo represents a watcher alert exposed to the AIOps operator.

Callers 2

handleLoadSessionMethod · 0.65
LoadSessionMethod · 0.65

Implementers 3

Clientclient/remote/remote_client.go
SessionManagercli/session_manager.go
mockSessionStoreV2server/handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected