mv poster to common package

This commit is contained in:
Ulric Qin 2022-03-31 15:27:14 +08:00
parent 0f1148e096
commit a4158c476e
5 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@ import (
"github.com/didi/nightingale/v5/src/models"
"github.com/didi/nightingale/v5/src/pkg/ibex"
"github.com/didi/nightingale/v5/src/server/common/poster"
"github.com/didi/nightingale/v5/src/server/config"
"github.com/didi/nightingale/v5/src/server/memsto"
"github.com/didi/nightingale/v5/src/server/poster"
)
func callback(event *models.AlertCurEvent) {

View File

@ -4,7 +4,7 @@ import (
"strings"
"time"
"github.com/didi/nightingale/v5/src/server/poster"
"github.com/didi/nightingale/v5/src/server/common/poster"
"github.com/toolkits/pkg/logger"
)

View File

@ -3,7 +3,7 @@ package sender
import (
"time"
"github.com/didi/nightingale/v5/src/server/poster"
"github.com/didi/nightingale/v5/src/server/common/poster"
"github.com/toolkits/pkg/logger"
)

View File

@ -3,7 +3,7 @@ package sender
import (
"time"
"github.com/didi/nightingale/v5/src/server/poster"
"github.com/didi/nightingale/v5/src/server/common/poster"
"github.com/toolkits/pkg/logger"
)