mirror of
https://github.com/traefik/traefik.git
synced 2025-05-22 23:51:24 +00: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) {}
|