mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 09:24:30 +00:00
service: remove quit method (#7293)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user