package natsio var AllStreams = struct { Selly string User string HelpCenter string Order string Withdrawal string Jobs string Auth string Chat string Product string Supplier string }{ Selly: "selly", User: "user", HelpCenter: "help_center", Order: "order", Withdrawal: "withdrawal", Jobs: "jobs", Auth: "auth", Chat: "chat", Product: "product", Supplier: "supplier", } var AllServers = struct { Shared string App string Admin string SMS string Chat string Supplier string }{ Shared: "shared", App: "app", Admin: "admin", SMS: "sms", Chat: "chat", Supplier: "supplier", }