github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/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 }