mirror of
				https://github.com/traefik/traefik.git
				synced 2025-11-04 02:11:15 +01:00 
			
		
		
		
	Co-authored-by: OmarElawady <omarelawady1998@gmail.com> Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com> Co-authored-by: Romain <rtribotte@users.noreply.github.com>
		
			
				
	
	
		
			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) {}
 |