2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 22:00:42 +00:00

8 lines
117 B
Go
Raw Normal View History

2018-06-18 14:49:59 -04:00
package service_os
2018-06-20 14:30:17 -04:00
var chanGraceExit = make(chan int)
func Shutdown_Channel() <-chan int {
return chanGraceExit
}