Versions in this module Expand all Collapse all v0 v0.2.0 Jan 15, 2019 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) Close() error + func (m *MockClient) CreateDomain(arg0 client.CreateDomainInput) error + func (m *MockClient) CreateVolume(arg0 client.CreateVolumeInput) error + func (m *MockClient) DeleteDomain(name string) error + func (m *MockClient) DeleteVolume(name string) error + func (m *MockClient) DomainExists(name string) (bool, error) + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) LookupDomainByName(name string) (*libvirt_go.Domain, error) + func (m *MockClient) VolumeExists(name string) (bool, error) + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) Close() *gomock.Call + func (mr *MockClientMockRecorder) CreateDomain(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) DeleteDomain(name interface{}) *gomock.Call + func (mr *MockClientMockRecorder) DeleteVolume(name interface{}) *gomock.Call + func (mr *MockClientMockRecorder) DomainExists(name interface{}) *gomock.Call + func (mr *MockClientMockRecorder) LookupDomainByName(name interface{}) *gomock.Call + func (mr *MockClientMockRecorder) VolumeExists(name interface{}) *gomock.Call