1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-22 19:33:20 +03:00
Files
traefik/server/server_signals_windows.go
2018-09-06 14:24:03 +02:00

8 lines
125 B
Go

// +build windows
package server
func (s *Server) configureSignals() {}
func (s *Server) listenSignals(stop chan bool) {}