2 Star 4 Fork 6

联犀/中台模块

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
log.go 187 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨磊 提交于 2024-01-31 14:11 . feat: 初始化仓库
package domain
type ScriptLog struct {
Level string `json:"level"` //info warn error
Content string `json:"content"` //上下文
CreatedTime int64 `json:"createdTime"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/unitedrhino/core.git
git@gitee.com:unitedrhino/core.git
unitedrhino
core
中台模块
v1.2.4

搜索帮助