rpc: decouple test fixtures from node implementation (#6533)

This commit is contained in:
Sam Kleinman
2021-06-04 09:10:38 -04:00
committed by GitHub
parent 618c945d54
commit 663c0bba9c
15 changed files with 366 additions and 229 deletions
+3
View File
@@ -50,6 +50,9 @@ type Service interface {
// SetLogger sets a logger.
SetLogger(log.Logger)
// Wait blocks until the service is stopped.
Wait()
}
/*