mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03: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) {}
|