6a66569e3c6a9434cc3f41196cfd963f2f1e8ab7
[ric-plt/resource-status-manager.git] / RSM / mocks / controller_mock.go
1 package mocks
2
3 import (
4         "github.com/stretchr/testify/mock"
5 )
6
7 type ControllerMock struct {
8         mock.Mock
9 }