MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / AppConnQuery

Interface AppConnQuery

proxy/app_conn.go:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type AppConnQuery interface {
37 Error() error
38
39 EchoSync(string) (*types.ResponseEcho, error)
40 InfoSync(types.RequestInfo) (*types.ResponseInfo, error)
41 QuerySync(types.RequestQuery) (*types.ResponseQuery, error)
42
43 // SetOptionSync(key string, value string) (res types.Result)
44}
45
46type AppConnSnapshot interface {
47 Error() error

Callers 11

PingMethod · 0.65
TestLoadOrGenValidatorFunction · 0.65
TestSignVoteFunction · 0.65
TestSignProposalFunction · 0.65
dropConnectionMethod · 0.65
loadFilePVFunction · 0.65
EchoSyncMethod · 0.65
InfoSyncMethod · 0.65
QuerySyncMethod · 0.65

Implementers 6

localClientabci/client/local_client.go
grpcClientabci/client/grpc_client.go
socketClientabci/client/socket_client.go
Clientabci/client/mocks/client.go
appConnQueryproxy/app_conn.go
AppConnQueryproxy/mocks/app_conn_query.go

Calls

no outgoing calls

Tested by

no test coverage detected