Basic server app with WS connection.
Some checks failed
Linting and tests / Linting (push) Failing after 37s
Some checks failed
Linting and tests / Linting (push) Failing after 37s
This commit is contained in:
7
commons/ids.go
Normal file
7
commons/ids.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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"
|
||||
)
|
Reference in New Issue
Block a user