Versions in this module Expand all Collapse all v1 v1.2.0 Oct 30, 2019 Changes in this version + const HandlerName + func GetOnlyLogRejectedExecutionHandler() filterCommon.RejectedExecutionHandler + type MockRejectedExecutionHandler struct + func NewMockRejectedExecutionHandler(ctrl *gomock.Controller) *MockRejectedExecutionHandler + func (m *MockRejectedExecutionHandler) EXPECT() *MockRejectedExecutionHandlerMockRecorder + func (m *MockRejectedExecutionHandler) RejectedExecution(url common.URL, invocation protocol.Invocation) protocol.Result + type MockRejectedExecutionHandlerMockRecorder struct + func (mr *MockRejectedExecutionHandlerMockRecorder) RejectedExecution(url, invocation interface{}) *gomock.Call + type OnlyLogRejectedExecutionHandler struct + func (handler *OnlyLogRejectedExecutionHandler) RejectedExecution(url common.URL, invocation protocol.Invocation) protocol.Result v1.2.0-rc01 Oct 30, 2019