bunker/commons/appids.go
Stanislav N. aka pztrn e3b9c9ae40
Some checks failed
Linting and tests / Linting (push) Failing after 5s
Linting and tests / Tests (push) Failing after 4s
The very basic client app, not adapted for mobiles.
2025-09-10 19:34:49 +05:00

9 lines
255 B
Go

package commons
var (
// ClientAppID это идентификатор для клиента.
ClientAppID = "name.pztrn.bunker.client"
// ServerAppID это идентификатор для сервера.
ServerAppID = "name.pztrn.bunker.server"
)