diff options
Diffstat (limited to 'pkg/hooks/version.go')
-rw-r--r-- | pkg/hooks/version.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/hooks/version.go b/pkg/hooks/version.go new file mode 100644 index 000000000..637d8e2f4 --- /dev/null +++ b/pkg/hooks/version.go @@ -0,0 +1,6 @@ +package hooks + +// version a structure for checking the version of a hook configuration. +type version struct { + Version string `json:"version"` +} |