Files
open-im-server/pkg/common/discovery/etcd/const.go
T

10 lines
220 B
Go
Raw Normal View History

package etcd
const (
ConfigKeyPrefix = "/open-im/config/"
RestartKey = "restart"
EnableConfigCenterKey = "enable-config-center"
Enable = "enable"
Disable = "disable"
)