1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-22 22:03:51 +03:00
traefik/pkg/server/server_signals_windows.go

11 lines
167 B
Go
Raw Normal View History

//go:build windows
// +build windows
package server
import "context"
2018-03-14 13:14:03 +01:00
func (s *Server) configureSignals() {}
func (s *Server) listenSignals(ctx context.Context) {}