Commit 61b903f8 authored by harrylee2015's avatar harrylee2015

reset name for unfreeze

parent ee70751c
......@@ -43,6 +43,11 @@ type UnfreezeType struct {
types.ExecTypeBase
}
// GetName 获取执行器名称
func (u *UnfreezeType) GetName() string {
return UnfreezeX
}
// GetLogMap 获得日志类型列表
func (u *UnfreezeType) GetLogMap() map[int64]*types.LogInfo {
return map[int64]*types.LogInfo{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment