summaryrefslogtreecommitdiff
path: root/pkg/hooks/version.go
blob: 637d8e2f4765797d8e8c4b22ce1abd875951e5b7 (plain)
1
2
3
4
5
6
package hooks

// version a structure for checking the version of a hook configuration.
type version struct {
	Version string `json:"version"`
}