UpdateSessionTitle updates only the title
(ctx context.Context, sessionID, title string)
| 126 | |
| 127 | // UpdateSessionTitle updates only the title |
| 128 | UpdateSessionTitle(ctx context.Context, sessionID, title string) error |
| 129 | |
| 130 | // Close releases any resources held by the store (e.g., database connections). |
| 131 | Close() error |
no outgoing calls
no test coverage detected