service: remove quit method (#7293)

This commit is contained in:
Sam Kleinman
2021-11-19 11:49:51 -05:00
committed by GitHub
parent 6ab62fe7b6
commit 7e58f02eb8
3 changed files with 44 additions and 34 deletions
-3
View File
@@ -30,9 +30,6 @@ type Service interface {
// Return true if the service is running
IsRunning() bool
// Quit returns a channel, which is closed once service is stopped.
Quit() <-chan struct{}
// String representation of the service
String() string