mirror of
https://github.com/traefik/traefik.git
synced 2025-08-07 07:07:12 +02:00
11 lines
167 B
Go
11 lines
167 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package server
|
|
|
|
import "context"
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|