MCPcopy Create free account
hub / github.com/danderson/netboot / commitInfo

Struct commitInfo

scripts/trigger_quay_build/main.go:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type commitInfo struct {
27 Commit string `json:"commit"`
28 Ref string `json:"ref"`
29 Branch string `json:"default_branch"`
30}
31
32func fatalf(msg string, args ...interface{}) {
33 fmt.Printf(msg+"\n", args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected