Commit 42d6de72 authored by hxzqlh's avatar hxzqlh Committed by 33cn

fix ci

parent 56585dee
......@@ -29,8 +29,8 @@ var (
}
// 定义本执行器的Log收据解析结构
logInfo = map[int64]*types.LogInfo{
TyLogPing: {reflect.TypeOf(PingLog{}), "PingLog"},
TyLogPang: {reflect.TypeOf(PangLog{}), "PangLog"},
TyLogPing: {Ty: reflect.TypeOf(PingLog{}), Name: "PingLog"},
TyLogPang: {Ty: reflect.TypeOf(PangLog{}), Name: "PangLog"},
}
)
var elog = log.New("module", EchoX)
......
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