use constants

This commit is contained in:
chrislu
2022-04-01 16:55:26 -07:00
parent bbbbbd70a4
commit 6d55716fc3
4 changed files with 16 additions and 12 deletions

View File

@@ -9,9 +9,10 @@ import (
)
const (
MasterType = "master"
FilerType = "filer"
BrokerType = "broker"
MasterType = "master"
VolumeServerType = "volumeServer"
FilerType = "filer"
BrokerType = "broker"
)
type ClusterNode struct {