Skip to content

Commit de76d9f

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

File tree

21 files changed

+915
-510
lines changed

21 files changed

+915
-510
lines changed

go/README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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)