This repository has been archived by the owner on May 29, 2024. It is now read-only.
[WIP]Change alert manager's 'Transit' method to 'Ingress' #447
Annotations
5 errors and 1 warning
Run Unit Tests:
internal/app/init.go#L112
alerting.Transit undefined (type alert.Manager has no field or method Transit)
|
Run Unit Tests:
internal/app/init.go#L112
alerting.Transit undefined (type alert.Manager has no field or method Transit)
|
Run Unit Tests:
internal/app/init.go#L112
alerting.Transit undefined (type alert.Manager has no field or method Transit)
|
Run Unit Tests:
internal/subsystem/manager_test.go#L40
cannot use alrtMock (variable of type *mocks.AlertManager) as alert.Manager value in argument to subsystem.NewManager: *mocks.AlertManager does not implement alert.Manager (missing method Ingress)
|
Run Unit Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading