package model import ( "github.com/jinzhu/gorm" ) // GitLog GIT日志 type GitLog struct { gorm.Model ProjectID uint Hash string }