bunker/commons/ids.go
Stanislav N. aka pztrn 2c13e3f380
Some checks failed
Linting and tests / Linting (push) Failing after 37s
Basic server app with WS connection.
2025-09-15 09:33:25 +05:00

8 lines
269 B
Go

// File "ids.go" stores all static identificators that is used across Bunker server.
package commons
const (
// SystemUserID is an UUID for "System" user. With this ID server's settings are stored in database.
SystemUserID = "00000001-0000-0000-0000-000000000000"
)