goweb/service/build/info.go

8 lines
105 B
Go
Raw Normal View History

package build
type Info struct {
ProjectVersion string
GitRef string
BuildDate string
}