summaryrefslogtreecommitdiff
path: root/pkg/hooks/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/hooks/version.go')
-rw-r--r--pkg/hooks/version.go6
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"`
+}