79
80
// NexusServiceProcessors indicates an expected call of NexusServiceProcessors.
81
>
func (mr *MockLibraryMockRecorder) NexusServiceProcessors() *gomock.Call {
library_mock.go
82
>
mr.mock.ctrl.T.Helper()
83
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NexusServiceProcessors", reflect.TypeOf((*MockLibrary)(nil).NexusServiceProcessors))
84
>
}
85
86
// NexusServices mocks base method.
87
>
func (m *MockLibrary) NexusServices() []*nexus.Service {
library_mock.go
88
>
m.ctrl.T.Helper()
89
>
ret := m.ctrl.Call(m, "NexusServices")
90
>
ret0, _ := ret[0].([]*nexus.Service)
91
>
return ret0
92
>
}
93
94
// NexusServices indicates an expected call of NexusServices.
95
>
func (mr *MockLibraryMockRecorder) NexusServices() *gomock.Call {
library_mock.go
96
>
mr.mock.ctrl.T.Helper()
97
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NexusServices", reflect.TypeOf((*MockLibrary)(nil).NexusServices))
98
>
}
99
100
// RegisterServices mocks base method.