// Code generated by mockery v0.0.0-dev. DO NOT EDIT. package mocks import mock "github.com/stretchr/testify/mock" // Detector is an autogenerated mock type for the Detector type type Detector struct { mock.Mock } // GetName provides a mock function with given fields: func (_m *Detector) GetName() string { ret := _m.Called() var r0 string if rf, ok := ret.Get(0).(func() string); ok { r0 = rf() } else { r0 = ret.Get(0).(string) } return r0 } // IsEc2 provides a mock function with given fields: func (_m *Detector) IsEc2() bool { ret := _m.Called() var r0 bool if rf, ok := ret.Get(0).(func() bool); ok { r0 = rf() } else { r0 = ret.Get(0).(bool) } return r0 }