Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCallRpcHandler ¶
func BatchCallRpcConsoleMiddleware ¶
func BatchCallRpcConsoleMiddleware(handler BatchCallRpcHandler) BatchCallRpcHandler
type BatchCallRpcHandlerFunc ¶
type BatchCallRpcMiddleware ¶
type BatchCallRpcMiddleware func(BatchCallRpcHandler) BatchCallRpcHandler
type CallRpcHandler ¶
type CallRpcHandler interface {
Handle(result interface{}, method string, args ...interface{}) error
}
func CallRpcConsoleMiddleware ¶
func CallRpcConsoleMiddleware(handler CallRpcHandler) CallRpcHandler
type CallRpcHandlerFunc ¶
func (CallRpcHandlerFunc) Handle ¶
func (c CallRpcHandlerFunc) Handle(result interface{}, method string, args ...interface{}) error
type CallRpcMiddleware ¶
type CallRpcMiddleware func(CallRpcHandler) CallRpcHandler
Click to show internal directories.
Click to hide internal directories.