mock

package
Version: v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2019 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnlineClientMock

type OnlineClientMock struct {
	mock.Mock
}

OnlineClientMock can be used to unit test against the online.net client using testify/mock

func (*OnlineClientMock) BootNormalMode

func (o *OnlineClientMock) BootNormalMode(serverID int) error

BootNormalMode is a mock call

func (*OnlineClientMock) BootRescueMode

func (o *OnlineClientMock) BootRescueMode(serverID int, image string) (*online.RescueCredentials, error)

BootRescueMode is a mock call

func (*OnlineClientMock) DeleteMACFailoverIP

func (o *OnlineClientMock) DeleteMACFailoverIP(address string) error

DeleteMACFailoverIP is a mock call

func (*OnlineClientMock) DeleteRPNv2

func (o *OnlineClientMock) DeleteRPNv2(id int, wait time.Duration) error

DeleteRPNv2 is a mock call

func (*OnlineClientMock) EditFailoverIP

func (o *OnlineClientMock) EditFailoverIP(source, destination string) error

EditFailoverIP is a mock call

func (*OnlineClientMock) GenerateMACFailoverIP

func (o *OnlineClientMock) GenerateMACFailoverIP(address, macType string) (string, error)

GenerateMACFailoverIP is a mock call

func (*OnlineClientMock) GetRescueImages

func (o *OnlineClientMock) GetRescueImages(serverID int) ([]string, error)

GetRescueImages is a mock call

func (*OnlineClientMock) ListRPNv2

func (o *OnlineClientMock) ListRPNv2() ([]*online.RPNv2, error)

ListRPNv2 is a mock call

func (*OnlineClientMock) RPNv2

func (o *OnlineClientMock) RPNv2(id int) (*online.RPNv2, error)

RPNv2 is a mock call

func (*OnlineClientMock) RPNv2ByName

func (o *OnlineClientMock) RPNv2ByName(name string) (*online.RPNv2, error)

RPNv2ByName is a mock call

func (*OnlineClientMock) Server

func (o *OnlineClientMock) Server(id int) (*online.Server, error)

Server is a mock call

func (*OnlineClientMock) SetRPNv2

func (o *OnlineClientMock) SetRPNv2(r *online.RPNv2, wait time.Duration) error

SetRPNv2 is a mock call

func (*OnlineClientMock) SetServer

func (o *OnlineClientMock) SetServer(s *online.Server) error

SetServer is a mock call

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL