package mocks import ( "github.com/stretchr/testify/mock" ) type ControllerMock struct { mock.Mock }