add server shared

This commit is contained in:
namhq1989 2022-12-27 17:06:49 +07:00
parent 2d8a669a40
commit 2f57766b03
1 changed files with 10 additions and 8 deletions

View File

@ -17,11 +17,13 @@ var AllStreams = struct {
} }
var AllServers = struct { var AllServers = struct {
Shared string
App string App string
Admin string Admin string
SMS string SMS string
Chat string Chat string
}{ }{
Shared: "shared",
App: "app", App: "app",
Admin: "admin", Admin: "admin",
SMS: "sms", SMS: "sms",