workspaces добавлено

This commit is contained in:
Artem Tsyrulnikov
2026-01-20 13:40:24 +03:00
parent 5d6aa99880
commit 4269b9ae67
15 changed files with 255 additions and 343 deletions

View File

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