1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

update mocks

This commit is contained in:
Darien Raymond
2018-12-27 16:37:13 +01:00
parent fc92b6295a
commit 5ba41e50ec
6 changed files with 38 additions and 0 deletions

View File

@@ -35,10 +35,12 @@ func (m *LogHandler) EXPECT() *LogHandlerMockRecorder {
// Handle mocks base method
func (m *LogHandler) Handle(arg0 log.Message) {
m.ctrl.T.Helper()
m.ctrl.Call(m, "Handle", arg0)
}
// Handle indicates an expected call of Handle
func (mr *LogHandlerMockRecorder) Handle(arg0 interface{}) *gomock.Call {
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Handle", reflect.TypeOf((*LogHandler)(nil).Handle), arg0)
}