Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
Controller is an autogenerated mock type for the Controller type
func NewController ¶
func NewController(t interface { mock.TestingT Cleanup(func()) }) *Controller
NewController creates a new instance of Controller. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Controller) DeviceIDs ¶
func (_m *Controller) DeviceIDs() []powercycle.DeviceID
DeviceIDs provides a mock function with given fields:
func (*Controller) PowerCycle ¶
func (_m *Controller) PowerCycle(ctx context.Context, id powercycle.DeviceID, delayOverride time.Duration) error
PowerCycle provides a mock function with given fields: ctx, id, delayOverride
Click to show internal directories.
Click to hide internal directories.