mocks

package
v0.0.0-...-edb7ed8 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2023 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCertificateClient

type MockCertificateClient struct {
	// contains filtered or unexported fields
}

MockCertificateClient is a mock of CertificateClient interface.

func NewMockCertificateClient

func NewMockCertificateClient(ctrl *gomock.Controller) *MockCertificateClient

NewMockCertificateClient creates a new mock instance.

func (*MockCertificateClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCertificateClient) ListCertificates

func (m *MockCertificateClient) ListCertificates() ([]certificate.CertificateType, error)

ListCertificates mocks base method.

func (*MockCertificateClient) ListPackages

func (m *MockCertificateClient) ListPackages() ([]certificate.Package, error)

ListPackages mocks base method.

type MockCertificateClientMockRecorder

type MockCertificateClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockCertificateClientMockRecorder is the mock recorder for MockCertificateClient.

func (*MockCertificateClientMockRecorder) ListCertificates

func (mr *MockCertificateClientMockRecorder) ListCertificates() *gomock.Call

ListCertificates indicates an expected call of ListCertificates.

func (*MockCertificateClientMockRecorder) ListPackages

func (mr *MockCertificateClientMockRecorder) ListPackages() *gomock.Call

ListPackages indicates an expected call of ListPackages.

type MockDomainClient

type MockDomainClient struct {
	// contains filtered or unexported fields
}

MockDomainClient is a mock of DomainClient interface.

func NewMockDomainClient

func NewMockDomainClient(ctrl *gomock.Controller) *MockDomainClient

NewMockDomainClient creates a new mock instance.

func (*MockDomainClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDomainClient) GetDomain

func (m *MockDomainClient) GetDomain(arg0 string) (domain.Details, error)

GetDomain mocks base method.

func (*MockDomainClient) GetLiveDNS

func (m *MockDomainClient) GetLiveDNS(arg0 string) (domain.LiveDNS, error)

GetLiveDNS mocks base method.

func (*MockDomainClient) ListDNSSECKeys

func (m *MockDomainClient) ListDNSSECKeys(arg0 string) ([]domain.DNSSECKey, error)

ListDNSSECKeys mocks base method.

func (*MockDomainClient) ListDomains

func (m *MockDomainClient) ListDomains() ([]domain.ListResponse, error)

ListDomains mocks base method.

func (*MockDomainClient) ListGlueRecords

func (m *MockDomainClient) ListGlueRecords(arg0 string) ([]domain.GlueRecord, error)

ListGlueRecords mocks base method.

func (*MockDomainClient) ListWebRedirections

func (m *MockDomainClient) ListWebRedirections(arg0 string) ([]domain.WebRedirection, error)

ListWebRedirections mocks base method.

type MockDomainClientMockRecorder

type MockDomainClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDomainClientMockRecorder is the mock recorder for MockDomainClient.

func (*MockDomainClientMockRecorder) GetDomain

func (mr *MockDomainClientMockRecorder) GetDomain(arg0 interface{}) *gomock.Call

GetDomain indicates an expected call of GetDomain.

func (*MockDomainClientMockRecorder) GetLiveDNS

func (mr *MockDomainClientMockRecorder) GetLiveDNS(arg0 interface{}) *gomock.Call

GetLiveDNS indicates an expected call of GetLiveDNS.

func (*MockDomainClientMockRecorder) ListDNSSECKeys

func (mr *MockDomainClientMockRecorder) ListDNSSECKeys(arg0 interface{}) *gomock.Call

ListDNSSECKeys indicates an expected call of ListDNSSECKeys.

func (*MockDomainClientMockRecorder) ListDomains

func (mr *MockDomainClientMockRecorder) ListDomains() *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockDomainClientMockRecorder) ListGlueRecords

func (mr *MockDomainClientMockRecorder) ListGlueRecords(arg0 interface{}) *gomock.Call

ListGlueRecords indicates an expected call of ListGlueRecords.

func (*MockDomainClientMockRecorder) ListWebRedirections

func (mr *MockDomainClientMockRecorder) ListWebRedirections(arg0 interface{}) *gomock.Call

ListWebRedirections indicates an expected call of ListWebRedirections.

type MockLiveDNSClient

type MockLiveDNSClient struct {
	// contains filtered or unexported fields
}

MockLiveDNSClient is a mock of LiveDNSClient interface.

func NewMockLiveDNSClient

func NewMockLiveDNSClient(ctrl *gomock.Controller) *MockLiveDNSClient

NewMockLiveDNSClient creates a new mock instance.

func (*MockLiveDNSClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLiveDNSClient) ListDomains

func (m *MockLiveDNSClient) ListDomains() ([]livedns.Domain, error)

ListDomains mocks base method.

func (*MockLiveDNSClient) ListSnapshots

func (m *MockLiveDNSClient) ListSnapshots(arg0 string) ([]livedns.Snapshot, error)

ListSnapshots mocks base method.

type MockLiveDNSClientMockRecorder

type MockLiveDNSClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockLiveDNSClientMockRecorder is the mock recorder for MockLiveDNSClient.

func (*MockLiveDNSClientMockRecorder) ListDomains

func (mr *MockLiveDNSClientMockRecorder) ListDomains() *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockLiveDNSClientMockRecorder) ListSnapshots

func (mr *MockLiveDNSClientMockRecorder) ListSnapshots(arg0 interface{}) *gomock.Call

ListSnapshots indicates an expected call of ListSnapshots.

type MockSimpleHostingClient

type MockSimpleHostingClient struct {
	// contains filtered or unexported fields
}

MockSimpleHostingClient is a mock of SimpleHostingClient interface.

func NewMockSimpleHostingClient

func NewMockSimpleHostingClient(ctrl *gomock.Controller) *MockSimpleHostingClient

NewMockSimpleHostingClient creates a new mock instance.

func (*MockSimpleHostingClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSimpleHostingClient) ListInstances

func (m *MockSimpleHostingClient) ListInstances() ([]simplehosting.Instance, error)

ListInstances mocks base method.

func (*MockSimpleHostingClient) ListVhosts

func (m *MockSimpleHostingClient) ListVhosts(arg0 string) ([]simplehosting.Vhost, error)

ListVhosts mocks base method.

type MockSimpleHostingClientMockRecorder

type MockSimpleHostingClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSimpleHostingClientMockRecorder is the mock recorder for MockSimpleHostingClient.

func (*MockSimpleHostingClientMockRecorder) ListInstances

func (mr *MockSimpleHostingClientMockRecorder) ListInstances() *gomock.Call

ListInstances indicates an expected call of ListInstances.

func (*MockSimpleHostingClientMockRecorder) ListVhosts

func (mr *MockSimpleHostingClientMockRecorder) ListVhosts(arg0 interface{}) *gomock.Call

ListVhosts indicates an expected call of ListVhosts.

Jump to

Keyboard shortcuts

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