traefik/pkg/server/socket_activation_windows.go

8 lines
141 B
Go

//go:build windows
package server
func populateSocketActivationListeners() *SocketActivation {
return &SocketActivation{enabled: false}
}