From 8617c9947ddaa4b2c3f1c3f462427698d1282a2c Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus Date: Tue, 25 Jun 2024 15:50:28 +0200 Subject: [PATCH] add alertmethod --- internal/manifest/v1alpha/examples/alert_method.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 internal/manifest/v1alpha/examples/alert_method.go diff --git a/internal/manifest/v1alpha/examples/alert_method.go b/internal/manifest/v1alpha/examples/alert_method.go new file mode 100644 index 00000000..c128c102 --- /dev/null +++ b/internal/manifest/v1alpha/examples/alert_method.go @@ -0,0 +1,9 @@ +package v1alphaExamples + +import v1alphaAlertMethod "github.com/nobl9/nobl9-go/manifest/v1alpha/alertmethod" + +type AlertMethodVariant struct { + AlertMethod v1alphaAlertMethod.AlertMethod +} + +func AlertMethod() {}