mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 17:05:48 +00:00
6 lines
145 B
Go
6 lines
145 B
Go
package hooks
|
|
|
|
// version a structure for checking the version of a hook configuration.
|
|
type version struct {
|
|
Version string `json:"version"`
|
|
}
|