This commit is contained in:
crusader 2018-04-06 16:59:25 +09:00
parent 83215a8fd2
commit f9912b5cf0

View File

@ -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)
} }