правки

This commit is contained in:
Artem Tsyrulnikov
2026-02-01 14:36:09 +03:00
parent b212b6c22f
commit a92f33c22f
10 changed files with 235 additions and 43 deletions

View File

@@ -18,7 +18,8 @@ type State interface {
}
type Session struct {
FirstName string
JWT string
WorkspaceID string
FirstName string
JWT string
WorkspaceID string
WasRestarted bool
}