github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/pkg/hooks/version.go (about) 1 package hooks 2 3 // version a structure for checking the version of a hook configuration. 4 type version struct { 5 Version string `json:"version"` 6 }