traefik/pkg/server/server_signals_windows.go
Tom Moulard d578ed7327
Add traffic size metrics
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>
2022-09-12 17:10:09 +02:00

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) {}