mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
refactor: add platform
This commit is contained in:
parent
8b887fc35d
commit
2b2997ce49
5 changed files with 17 additions and 14 deletions
8
internal/platform/signals_windows.go
Normal file
8
internal/platform/signals_windows.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package platform
|
||||
|
||||
func SetupSignals() {
|
||||
// NOOP: Windows doesn't have signals equivalent to the Unix world.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue