This repository has been archived by the owner on May 29, 2024. It is now read-only.
Add alert routing #209
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
17 errors
go-test:
internal/alert/manager_test.go#L22
too many arguments in call to alert.NewManager
|
go-test:
internal/alert/manager_test.go#L35
unknown field 'Dest' in struct literal of type core.Alert
|
go-test:
internal/alert/manager_test.go#L60
unknown field 'Dest' in struct literal of type core.Alert
|
go-test:
internal/app/app_test.go#L30
cannot use &alert.Config{…} (value of type *alert.Config) as type *alert_client.Config in struct literal
|
go-test:
internal/app/app_test.go#L31
unknown field 'SlackConfig' in struct literal of type alert.Config
|
go-test:
internal/app/app_test.go#L32
unknown field 'MediumPagerDutyCfg' in struct literal of type alert.Config
|
go-test:
internal/app/app_test.go#L33
unknown field 'HighPagerDutyCfg' in struct literal of type alert.Config
|
go-test
Process completed with exit code 1.
|
e2e-test:
e2e/e2e.go#L74
appCfg.AlertConfig.SlackConfig undefined (type *alert_client.Config has no field or method SlackConfig)
|
e2e-test:
e2e/e2e.go#L77
appCfg.AlertConfig.MediumPagerDutyCfg undefined (type *alert_client.Config has no field or method MediumPagerDutyCfg)
|
e2e-test:
e2e/e2e.go#L131
appCfg.AlertConfig.SlackConfig undefined (type *alert_client.Config has no field or method SlackConfig)
|
e2e-test:
e2e/e2e.go#L134
appCfg.AlertConfig.MediumPagerDutyCfg undefined (type *alert_client.Config has no field or method MediumPagerDutyCfg)
|
e2e-test:
e2e/e2e.go#L188
cannot use &alert.Config{…} (value of type *alert.Config) as type *alert_client.Config in struct literal
|
e2e-test:
e2e/e2e.go#L189
unknown field 'SlackConfig' in struct literal of type alert.Config
|
e2e-test:
e2e/e2e.go#L193
unknown field 'MediumPagerDutyCfg' in struct literal of type alert.Config
|
e2e-test:
e2e/e2e.go#L196
unknown field 'HighPagerDutyCfg' in struct literal of type alert.Config
|
e2e-test
Process completed with exit code 2.
|