Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ListSessions
Method · 0.65
getSessionNameSuggestions
Method · 0.65
handleListSessions
Method · 0.65
List
Method · 0.65
ListSessions
Method · 0.65
Implementers
6
Client
client/remote/remote_client.go
chatCLIServiceClient
proto/chatcli/v1/chatcli_grpc.pb.go
UnimplementedChatCLIServiceServer
proto/chatcli/v1/chatcli_grpc.pb.go
SessionManager
cli/session_manager.go
Handler
server/handler.go
mockSessionStore
server/handler_test.go
Calls
no outgoing calls
Tested by
no test coverage detected