1 Star 0 Fork 0

ichub / go-factroy2024

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ichub_ruledata.go 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
leijmdas 提交于 2024-02-01 12:27 . add
package ruleengine
import (
"fmt"
"gitee.com/ichub/go-factroy2024/common/base/utils/jsonutils"
)
/*
@Title 文件名称: ichub_ruledata.go
@Description 描述: 有芯规则引擎执行的数据值对象
@Author 作者: leijianming@163.com 时间(2024-01-31 22:38:21)
@Update 作者: leijianming@163.com 时间(2024-01-31 22:38:21)
*/
type RuleData struct {
Rule string
Param string
Exp string
Result string
}
// Log 打印规则引擎入参数据
func (rf *RuleData) Log() *RuleData {
fmt.Println(jsonutils.ToJsonPretty(rf))
return rf
}
Go
1
https://gitee.com/ichub/go-factroy2024.git
git@gitee.com:ichub/go-factroy2024.git
ichub
go-factroy2024
go-factroy2024
v1.2.0

搜索帮助