Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-05-26 14:03:47 +03:00
коммит произвёл GitHub
родитель 0dd1969bd5
Коммит 9985e22dab
3 изменённых файлов: 20 добавлений и 7 удалений

Просмотреть файл

@@ -86,13 +86,14 @@ var SentryDSN = "placeholder_sentry_dsn"
type ServiceKey string
const (
ChannelKey ServiceKey = "channel"
ConfigKey ServiceKey = "config"
LicenseKey ServiceKey = "license"
FilestoreKey ServiceKey = "filestore"
ClusterKey ServiceKey = "cluster"
PostKey ServiceKey = "post"
TeamKey ServiceKey = "team"
ChannelKey ServiceKey = "channel"
ConfigKey ServiceKey = "config"
LicenseKey ServiceKey = "license"
FilestoreKey ServiceKey = "filestore"
ClusterKey ServiceKey = "cluster"
PostKey ServiceKey = "post"
TeamKey ServiceKey = "team"
PermissionsKey ServiceKey = "permissions"
)
type Server struct {