42
43
// GetAllNamespaces mocks base method.
45
>
m.ctrl.T.Helper()
46
>
ret := m.ctrl.Call(m, "GetAllNamespaces")
47
>
ret0, _ := ret[0].([]*Namespace)
48
>
return ret0
49
>
}
50
51
// GetAllNamespaces indicates an expected call of GetAllNamespaces.
52
>
func (mr *MockRegistryMockRecorder) GetAllNamespaces() *gomock.Call {
registry_mock.go
53
>
mr.mock.ctrl.T.Helper()
54
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetAllNamespaces", reflect.TypeOf((*MockRegistry)(nil).GetAllNamespaces))
55
>
}
56
57
// GetCustomSearchAttributesMapper mocks base method.