1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-11 16:58:23 +03:00
traefik/pkg/server/server_signals_windows.go
Ludovic Fernandez f1b085fa36 Move code to pkg
2019-03-15 09:42:03 +01:00

8 lines
125 B
Go

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