This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
consul
mirror of
https://github.com/hashicorp/consul
Watch
1
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
dd831d5d4b
consul
/
agent
/
signal_windows.go
10 lines
99 B
Go
Raw
Blame
History
// +build windows
package
agent
import
(
"os"
)
var
forwardSignals
=
[
]
os
.
Signal
{
os
.
Interrupt
}
Reference in New Issue
View Git Blame
Copy Permalink