Sync from Azure to LF
[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 }