mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
10 lines
148 B
Go
10 lines
148 B
Go
// +build windows
|
|
|
|
package server
|
|
|
|
import "context"
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|