From baa6fdc7c9cc04924f89b529d4e3a8061e652a2c Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Thu, 17 Apr 2025 20:22:36 +0000 Subject: [PATCH] Remove unused file Signed-off-by: Prabhjot Singh Sethi --- reconciler/notifier.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 reconciler/notifier.go diff --git a/reconciler/notifier.go b/reconciler/notifier.go deleted file mode 100644 index 86e38fe..0000000 --- a/reconciler/notifier.go +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright © 2025 Prabhjot Singh Sethi, All Rights reserved -// Author: Prabhjot Singh Sethi - -package reconciler - -type ReconcilerFunc func(k any) (*Result, error)