We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
icinga-go-library
1 parent c50bf27 commit 1281dc0Copy full SHA for 1281dc0
notifications/plugin/plugin.go
@@ -4,10 +4,10 @@ import (
4
"encoding/json"
5
"errors"
6
"fmt"
7
+ "github.com/icinga/icinga-go-library/types"
8
"github.com/icinga/icinga-notifications/internal/event"
9
"github.com/icinga/icinga-notifications/internal/utils"
10
"github.com/icinga/icinga-notifications/pkg/rpc"
- "github.com/icinga/icingadb/pkg/types"
11
"io"
12
"log"
13
"os"
0 commit comments