新增retire命令参数用于将置于服务退休状态,使得服务软关闭

This commit is contained in:
duanhf2012
2023-10-09 15:27:01 +08:00
parent ba019ac466
commit c0971a46a7
16 changed files with 504 additions and 203 deletions

View File

@@ -74,7 +74,7 @@ func (slf *PBProcessor) IsParse(param interface{}) bool {
}
func (slf *PBProcessor) GetProcessorType() RpcProcessorType{
return RpcProcessorGoGoPB
return RpcProcessorPB
}
func (slf *PBProcessor) Clone(src interface{}) (interface{},error){