Files
Daniel J Walsh f67ab1eb20 Vendor in containers/(storage,image, common, buildah)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-07-18 10:42:04 -04:00

7 lines
145 B
Go

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