ing
This commit is contained in:
parent
83215a8fd2
commit
f9912b5cf0
|
@ -6,5 +6,5 @@ import (
|
||||||
|
|
||||||
type RPCInvoker interface {
|
type RPCInvoker interface {
|
||||||
HasMethod(method string) bool
|
HasMethod(method string) bool
|
||||||
Invoke(codec protocol.RegistryCodec) (result interface{}, err error)
|
Invoke(codec protocol.RegistryCodec, leadingParams ...interface{}) (result interface{}, err error)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user