mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
consolidate example tests; grpc fail fast
This commit is contained in:
@ -4,13 +4,15 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
. "github.com/tendermint/go-common"
|
||||
"github.com/tendermint/tmsp/types"
|
||||
)
|
||||
|
||||
type Client interface {
|
||||
Service
|
||||
|
||||
SetResponseCallback(Callback)
|
||||
Error() error
|
||||
Stop() bool
|
||||
|
||||
FlushAsync() *ReqRes
|
||||
EchoAsync(msg string) *ReqRes
|
||||
|
Reference in New Issue
Block a user