Documentation
¶
Index ¶
- type Driver
- func (_m *Driver) ApplyTask(ctx context.Context) error
- func (_m *Driver) DestroyTask(ctx context.Context)
- func (_m *Driver) InitTask(ctx context.Context) error
- func (_m *Driver) InspectTask(ctx context.Context) (driver.InspectPlan, error)
- func (_m *Driver) OverrideNotifier()
- func (_m *Driver) RenderTemplate(ctx context.Context) (bool, error)
- func (_m *Driver) SetBufferPeriod()
- func (_m *Driver) Task() *driver.Task
- func (_m *Driver) TemplateIDs() []string
- func (_m *Driver) UpdateTask(ctx context.Context, task driver.PatchTask) (driver.InspectPlan, error)
- func (_m *Driver) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
Driver is an autogenerated mock type for the Driver type
func (*Driver) DestroyTask ¶ added in v0.5.0
DestroyTask provides a mock function with given fields: ctx
func (*Driver) InspectTask ¶
InspectTask provides a mock function with given fields: ctx
func (*Driver) OverrideNotifier ¶ added in v0.5.0
func (_m *Driver) OverrideNotifier()
OverrideNotifier provides a mock function with given fields:
func (*Driver) RenderTemplate ¶
RenderTemplate provides a mock function with given fields: ctx
func (*Driver) SetBufferPeriod ¶
func (_m *Driver) SetBufferPeriod()
SetBufferPeriod provides a mock function with given fields:
func (*Driver) TemplateIDs ¶ added in v0.5.0
TemplateIDs provides a mock function with given fields:
func (*Driver) UpdateTask ¶
func (_m *Driver) UpdateTask(ctx context.Context, task driver.PatchTask) (driver.InspectPlan, error)
UpdateTask provides a mock function with given fields: ctx, task
Click to show internal directories.
Click to hide internal directories.