podman-build/vendor/github.com/containers/common/pkg/hooks/version.go
2025-10-11 12:30:35 +09: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"`
}