Skip to content

Commit 0304e07

Browse files
committed
Add notification center use cases
1 parent 95abee6 commit 0304e07

File tree

8 files changed

+967
-190
lines changed

8 files changed

+967
-190
lines changed

go/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Golang SDK for Coralogix uses (mostly) GRPC for interacting with the SaaS pl
77
- `make build` - builds the binary in the default architecture
88
- `make proto-clean` - clean the Go files created from protobuf
99
- `make proto-compile` - compile the Go files from protobuf
10-
- `make test` - run examples/tests
10+
- `make test` - run examples/tests. NB: if you wish to run a single example test, run `go test -run < NAME_OF_TEST > ./examples`.
1111

1212
# Troubleshooting
1313

go/alerts-client.go

+3
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ type LogsUniqueCountCondition = alerts.LogsUniqueCountCondition
341341
// AlertDefType is a type of alert type
342342
type AlertDefType = alerts.AlertDefType
343343

344+
// NotificationRouter represents a NC Router.
345+
type NotificationRouter = alerts.NotificationRouter
346+
344347
const alertsFeatureGroupID = "alerts"
345348

346349
// AlertDefType values.

0 commit comments

Comments
 (0)