github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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  }