3 Star 2 Fork 0

info-superbahn-ict / superbahn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
log.go 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangshibo 提交于 2022-01-07 18:14 . update
package log
import "time"
type ContainerLog struct {
Type string `json:"type"`
Timestamp time.Time `json:"timestamp"`
Msg interface{} `json:"msg"`
}
type LogsInfo struct {
Level string `json:"type"`
Time time.Time `json:"time"`
Msg string `json:"msg"`
Prefix string `json:"prefix"`
}
type ContainerLogRes struct {
Type string `json:"type"`
Timestamp string `json:"timestamp"`
Msg interface{} `json:"msg"`
}
func (r *ContainerLog) DeepCopy() *ContainerLog {
c := *r
return &c
}
Go
1
https://gitee.com/info-superbahn-ict/superbahn.git
git@gitee.com:info-superbahn-ict/superbahn.git
info-superbahn-ict
superbahn
superbahn
5fda629dab96

搜索帮助

53164aa7 5694891 3bd8fe86 5694891