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

Method ListSessions

server/handler.go:81–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 SaveSession(name string, history []models.Message) error
80 LoadSession(name string) ([]models.Message, error)
81 ListSessions() ([]string, error)
82 DeleteSession(name string) error
83}
84

Callers 5

ListSessionsMethod · 0.65
handleListSessionsMethod · 0.65
ListMethod · 0.65
ListSessionsMethod · 0.65

Implementers 6

Clientclient/remote/remote_client.go
chatCLIServiceClientproto/chatcli/v1/chatcli_grpc.pb.go
UnimplementedChatCLIServiceServerproto/chatcli/v1/chatcli_grpc.pb.go
SessionManagercli/session_manager.go
Handlerserver/handler.go
mockSessionStoreserver/handler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected