From fad6743150ff33ed44e7a64f1cdf632b78ad0781 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Thu, 25 Aug 2016 13:54:42 +0200 Subject: [PATCH] added hooks hint message --- go/base/context.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/base/context.go b/go/base/context.go index f1c3111..7a7a0a2 100644 --- a/go/base/context.go +++ b/go/base/context.go @@ -79,6 +79,7 @@ type MigrationContext struct { CutOverLockTimeoutSeconds int64 PanicFlagFile string HooksPath string + HooksHintMessage string DropServeSocket bool ServeSocketFile string