mirror of
https://github.com/traefik/traefik
synced 2026-02-03 10:00:33 +00:00
10 lines
149 B
Go
10 lines
149 B
Go
//go:build windows
|
|
|
|
package server
|
|
|
|
import "context"
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|