1 Star 0 Fork 29

与速/shipyard

forked from CODOG.CN/shipyard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
event.go 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan Hazlett 提交于 2015-04-28 11:12 . initial api logging
package shipyard
import (
"time"
"github.com/samalba/dockerclient"
)
type Event struct {
Type string `json:"type,omitempty"`
ContainerInfo *dockerclient.ContainerInfo `json:"container_info,omitempty"`
Time time.Time `json:"time,omitempty"`
Message string `json:"message,omitempty"`
Username string `json:"username,omitempty"`
Tags []string `json:"tags,omitempty"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linecodecloud/shipyard.git
[email protected]:linecodecloud/shipyard.git
linecodecloud
shipyard
shipyard
master

搜索帮助