Documentation ¶
Index ¶
- type SyncDispatcher
- func (_m *SyncDispatcher) DispatchMsgSync(ctx context.Context, res http.ResponseWriter, req *http.Request, ...)
- func (_m *SyncDispatcher) GetBlock(res http.ResponseWriter, req *http.Request, params httprouter.Params)
- func (_m *SyncDispatcher) GetChainInfo(res http.ResponseWriter, req *http.Request, params httprouter.Params)
- func (_m *SyncDispatcher) GetTxById(res http.ResponseWriter, req *http.Request, params httprouter.Params)
- func (_m *SyncDispatcher) QueryChaincode(res http.ResponseWriter, req *http.Request, params httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncDispatcher ¶
SyncDispatcher is an autogenerated mock type for the SyncDispatcher type
func (*SyncDispatcher) DispatchMsgSync ¶
func (_m *SyncDispatcher) DispatchMsgSync(ctx context.Context, res http.ResponseWriter, req *http.Request, msg interface{})
DispatchMsgSync provides a mock function with given fields: ctx, res, req, msg
func (*SyncDispatcher) GetBlock ¶ added in v0.9.7
func (_m *SyncDispatcher) GetBlock(res http.ResponseWriter, req *http.Request, params httprouter.Params)
GetBlock provides a mock function with given fields: res, req, params
func (*SyncDispatcher) GetChainInfo ¶ added in v0.9.7
func (_m *SyncDispatcher) GetChainInfo(res http.ResponseWriter, req *http.Request, params httprouter.Params)
GetChainInfo provides a mock function with given fields: res, req, params
func (*SyncDispatcher) GetTxById ¶ added in v0.9.7
func (_m *SyncDispatcher) GetTxById(res http.ResponseWriter, req *http.Request, params httprouter.Params)
GetTxById provides a mock function with given fields: res, req, params
func (*SyncDispatcher) QueryChaincode ¶ added in v0.9.7
func (_m *SyncDispatcher) QueryChaincode(res http.ResponseWriter, req *http.Request, params httprouter.Params)
QueryChaincode provides a mock function with given fields: res, req, params
Click to show internal directories.
Click to hide internal directories.