24 Star 39 Fork 29

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"`
}
Go
1
https://gitee.com/codog/shipyard.git
git@gitee.com:codog/shipyard.git
codog
shipyard
shipyard
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891