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.
1 parent eeb0e12 commit 42ebd3cCopy full SHA for 42ebd3c
.aspell.yml
@@ -36,3 +36,4 @@ allowed:
36
- crl
37
- crt
38
- ocsp
39
+ - logrus
handlers/cluster.go
@@ -22,14 +22,13 @@ import (
22
"strings"
23
"time"
24
25
- log "github.com/sirupsen/logrus"
26
-
27
"github.com/go-openapi/runtime/middleware"
28
client_native "github.com/haproxytech/client-native/v6"
29
"github.com/haproxytech/client-native/v6/models"
30
31
"github.com/haproxytech/dataplaneapi/configuration"
32
"github.com/haproxytech/dataplaneapi/haproxy"
+ "github.com/haproxytech/dataplaneapi/log"
33
"github.com/haproxytech/dataplaneapi/operations/cluster"
34
"github.com/haproxytech/dataplaneapi/storagetype"
35
)
0 commit comments