mirror of
https://github.com/containers/podman.git
synced 2025-09-28 09:15:26 +08:00
7 lines
145 B
Go
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"`
|
|
}
|