mirror of
https://github.com/alibaba/higress.git
synced 2026-06-10 05:07:30 +08:00
@@ -33,7 +33,7 @@ var (
|
|||||||
loggingOptions = log.DefaultOptions()
|
loggingOptions = log.DefaultOptions()
|
||||||
|
|
||||||
serverProvider = func(args *bootstrap.ServerArgs) (bootstrap.ServerInterface, error) {
|
serverProvider = func(args *bootstrap.ServerArgs) (bootstrap.ServerInterface, error) {
|
||||||
return bootstrap.NewServer(serverArgs)
|
return bootstrap.NewServer(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
waitForMonitorSignal = func(stop chan struct{}) {
|
waitForMonitorSignal = func(stop chan struct{}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user