mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 23:43:01 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
// +build windows
|
|
|
|
package server
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(stop chan bool) {}
|