2022-09-12 17:10:09 +02:00
|
|
|
//go:build windows
|
2017-08-11 11:04:58 +01:00
|
|
|
// +build windows
|
|
|
|
|
|
|
|
package server
|
|
|
|
|
2020-02-03 17:56:04 +01:00
|
|
|
import "context"
|
|
|
|
|
2018-03-14 13:14:03 +01:00
|
|
|
func (s *Server) configureSignals() {}
|
2017-08-11 11:04:58 +01:00
|
|
|
|
2020-02-03 17:56:04 +01:00
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|