We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1757a42 commit 30128d3Copy full SHA for 30128d3
internal/session/interact.go
@@ -136,6 +136,8 @@ func (m *Manager) refreshTimer(username string) error {
136
return nil
137
}
138
139
+/* TODO: toDashoardView must be completed changes to fetch data from Redis only */
140
+
141
/* convert session information into frontend safe structure */
142
func (m *Manager) toDashboardView(username string) (SessionView, error) {
143
/* thread safety for the manager */
0 commit comments