We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5635dc8 commit 3567f17Copy full SHA for 3567f17
servicemanager/service.go
@@ -9,6 +9,7 @@ import (
9
"syscall"
10
)
11
12
+// ErrServiceCanceled is the error returned when the service is canceled
13
var ErrServiceCanceled = errors.New("service canceled")
14
15
// WaitShutdown waits until is going to die
0 commit comments