forked from JointCloud/pcm-coordinator
parent
04346b58bc
commit
91a3a9d7f8
|
@ -43,7 +43,7 @@ func (l *RegisterClusterLogic) RegisterCluster(req *types.RegisterClusterReq) (*
|
|||
participant.Token = req.Token
|
||||
participant.Name = req.Name
|
||||
participant.Address = req.Address
|
||||
participant.Type = "SEALOS"
|
||||
participant.Type = "CLOUD"
|
||||
participant.Id = utils.GenSnowflakeID()
|
||||
participant.MetricsUrl = req.MetricsUrl
|
||||
participant.CreatedTime = time.Now()
|
||||
|
|
Loading…
Reference in New Issue