Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderMock ¶
func NewProviderMock ¶
func NewProviderMock() *ProviderMock
func NewProviderMockWithStoppedInstancesEvents ¶
func NewProviderMockWithStoppedInstancesEvents(stoppedInstances []string) *ProviderMock
func (*ProviderMock) Add ¶
func (provider *ProviderMock) Add(count int)
func (*ProviderMock) GetState ¶
func (provider *ProviderMock) GetState(name string) (instance.State, error)
func (*ProviderMock) NotifyInsanceStopped ¶
func (provider *ProviderMock) NotifyInsanceStopped(ctx context.Context, instance chan<- string)
func (*ProviderMock) Wait ¶
func (provider *ProviderMock) Wait()
Click to show internal directories.
Click to hide internal directories.