Skip to content

Commit

Permalink
add alertmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jul 1, 2024
1 parent f00900c commit 8617c99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/manifest/v1alpha/examples/alert_method.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package v1alphaExamples

import v1alphaAlertMethod "github.com/nobl9/nobl9-go/manifest/v1alpha/alertmethod"

type AlertMethodVariant struct {
AlertMethod v1alphaAlertMethod.AlertMethod
}

func AlertMethod() {}

0 comments on commit 8617c99

Please sign in to comment.