We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf837 commit 40a8390Copy full SHA for 40a8390
cns/restserver/restserver.go
@@ -73,7 +73,7 @@ type HTTPRestService struct {
73
EndpointStateStore store.KeyValueStore
74
cniConflistGenerator CNIConflistGenerator
75
generateCNIConflistOnce sync.Once
76
- SWIFTv2Middleware cns.IPConfigsHandlerMiddleware
+ SWIFTv2Middleware *middlewares.SWIFTv2Middleware
77
}
78
79
type CNIConflistGenerator interface {
0 commit comments