chore: Rename module
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
9b239a556e
commit
2bc6ab0280
11 changed files with 18 additions and 18 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package notifier
|
||||
|
||||
import (
|
||||
"github.com/jouir/pgterminate/base"
|
||||
"github.com/jouir/pgterminate/log"
|
||||
"git.riou.xyz/jriou/pgterminate/base"
|
||||
"git.riou.xyz/jriou/pgterminate/log"
|
||||
)
|
||||
|
||||
// Console notifier structure
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jouir/pgterminate/base"
|
||||
"github.com/jouir/pgterminate/log"
|
||||
"git.riou.xyz/jriou/pgterminate/base"
|
||||
"git.riou.xyz/jriou/pgterminate/log"
|
||||
)
|
||||
|
||||
// File structure for file notifier
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package notifier
|
||||
|
||||
import (
|
||||
"github.com/jouir/pgterminate/base"
|
||||
"git.riou.xyz/jriou/pgterminate/base"
|
||||
)
|
||||
|
||||
// Notifier generic interface for implementing a notifier
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ package notifier
|
|||
import (
|
||||
"log/syslog"
|
||||
|
||||
"github.com/jouir/pgterminate/base"
|
||||
"github.com/jouir/pgterminate/log"
|
||||
"git.riou.xyz/jriou/pgterminate/base"
|
||||
"git.riou.xyz/jriou/pgterminate/log"
|
||||
)
|
||||
|
||||
// Syslog notifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue