Ocean/Shutdown/Check.go

7 lines
90 B
Go
Raw Normal View History

package Shutdown
func IsDown() (result bool) {
result = stopAllRequests
return
}