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)