Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + type MockRequestHandler struct + func NewMockRequestHandler(ctrl *gomock.Controller) *MockRequestHandler + func (m *MockRequestHandler) EXPECT() *MockRequestHandlerMockRecorder + func (m *MockRequestHandler) Handle(arg0 *svc.Request) (svc.Result, error) + type MockRequestHandlerMockRecorder struct + func (mr *MockRequestHandlerMockRecorder) Handle(arg0 interface{}) *gomock.Call + type MockRoundTripper struct + func NewMockRoundTripper(ctrl *gomock.Controller) *MockRoundTripper + func (m *MockRoundTripper) EXPECT() *MockRoundTripperMockRecorder + func (m *MockRoundTripper) RoundTrip(arg0 context.Context, arg1 snet.PacketConn, arg2 *snet.SCIONPacket, ...) (*svc.Reply, error) + type MockRoundTripperMockRecorder struct + func (mr *MockRoundTripperMockRecorder) RoundTrip(arg0, arg1, arg2, arg3 interface{}) *gomock.Call