mirror of
https://github.com/traefik/traefik.git
synced 2026-04-22 14:49:27 -04:00
9 lines
148 B
Go
9 lines
148 B
Go
// +build windows
|
|
|
|
package server
|
|
|
|
import "context"
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|