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