Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestHealerIaaS ¶
type TestHealerIaaS struct { sync.Mutex Addr string Err error DelErr error Addrs []string Ports []int AddrId int UniqueID int }
func NewHealerIaaSConstructorWithInst ¶
func NewHealerIaaSConstructorWithInst(addr string) (func(string) iaas.IaaS, *TestHealerIaaS)
func (*TestHealerIaaS) CreateMachine ¶
func (*TestHealerIaaS) DeleteMachine ¶
func (t *TestHealerIaaS) DeleteMachine(m *iaas.Machine) error
func (*TestHealerIaaS) Describe ¶
func (t *TestHealerIaaS) Describe() string
Click to show internal directories.
Click to hide internal directories.