mock

package
v0.17.10 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock provides mock implementations for testing Cloudflare client operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientFactory

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

MockClientFactory is a factory that creates mock CloudflareClient instances.

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new MockClientFactory.

func (*MockClientFactory) GetMockClient

func (f *MockClientFactory) GetMockClient() *MockCloudflareClient

GetMockClient returns the underlying mock client for setting up expectations.

func (*MockClientFactory) NewClient

NewClient returns the mock client.

type MockClientFactoryWithCustomClient

type MockClientFactoryWithCustomClient struct {
	Client cf.CloudflareClient
}

MockClientFactoryWithCustomClient is a factory that returns a custom mock client.

func (*MockClientFactoryWithCustomClient) NewClient

NewClient returns the custom client.

type MockClientFactoryWithError

type MockClientFactoryWithError struct {
	Err error
}

MockClientFactoryWithError is a factory that returns an error.

func (*MockClientFactoryWithError) NewClient

NewClient returns the configured error.

type MockCloudflareClient

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

MockCloudflareClient is a mock of CloudflareClient interface.

func NewMockCloudflareClient

func NewMockCloudflareClient(ctrl *gomock.Controller) *MockCloudflareClient

NewMockCloudflareClient creates a new mock instance.

func (*MockCloudflareClient) CreateAccessApplication

func (m *MockCloudflareClient) CreateAccessApplication(params cf.AccessApplicationParams) (*cf.AccessApplicationResult, error)

CreateAccessApplication mocks base method.

func (*MockCloudflareClient) CreateAccessGroup

func (m *MockCloudflareClient) CreateAccessGroup(params cf.AccessGroupParams) (*cf.AccessGroupResult, error)

CreateAccessGroup mocks base method.

func (*MockCloudflareClient) CreateAccessIdentityProvider

func (m *MockCloudflareClient) CreateAccessIdentityProvider(params cf.AccessIdentityProviderParams) (*cf.AccessIdentityProviderResult, error)

CreateAccessIdentityProvider mocks base method.

func (*MockCloudflareClient) CreateAccessServiceToken

func (m *MockCloudflareClient) CreateAccessServiceToken(name, duration string) (*cf.AccessServiceTokenResult, error)

CreateAccessServiceToken mocks base method.

func (*MockCloudflareClient) CreateDNSRecord

func (m *MockCloudflareClient) CreateDNSRecord(params cf.DNSRecordParams) (*cf.DNSRecordResult, error)

CreateDNSRecord mocks base method.

func (*MockCloudflareClient) CreateDevicePostureRule

func (m *MockCloudflareClient) CreateDevicePostureRule(params cf.DevicePostureRuleParams) (*cf.DevicePostureRuleResult, error)

CreateDevicePostureRule mocks base method.

func (*MockCloudflareClient) CreateGatewayList

func (m *MockCloudflareClient) CreateGatewayList(params cf.GatewayListParams) (*cf.GatewayListResult, error)

CreateGatewayList mocks base method.

func (*MockCloudflareClient) CreateGatewayRule

func (m *MockCloudflareClient) CreateGatewayRule(params cf.GatewayRuleParams) (*cf.GatewayRuleResult, error)

CreateGatewayRule mocks base method.

func (*MockCloudflareClient) CreateTunnel

func (m *MockCloudflareClient) CreateTunnel() (string, string, error)

CreateTunnel mocks base method.

func (*MockCloudflareClient) CreateTunnelRoute

func (m *MockCloudflareClient) CreateTunnelRoute(params cf.TunnelRouteParams) (*cf.TunnelRouteResult, error)

CreateTunnelRoute mocks base method.

func (*MockCloudflareClient) CreateVirtualNetwork

func (m *MockCloudflareClient) CreateVirtualNetwork(params cf.VirtualNetworkParams) (*cf.VirtualNetworkResult, error)

CreateVirtualNetwork mocks base method.

func (*MockCloudflareClient) CreateWARPConnector

func (m *MockCloudflareClient) CreateWARPConnector(name string) (*cf.WARPConnectorResult, error)

CreateWARPConnector mocks base method.

func (*MockCloudflareClient) DeleteAccessApplication

func (m *MockCloudflareClient) DeleteAccessApplication(applicationID string) error

DeleteAccessApplication mocks base method.

func (*MockCloudflareClient) DeleteAccessGroup

func (m *MockCloudflareClient) DeleteAccessGroup(groupID string) error

DeleteAccessGroup mocks base method.

func (*MockCloudflareClient) DeleteAccessIdentityProvider

func (m *MockCloudflareClient) DeleteAccessIdentityProvider(idpID string) error

DeleteAccessIdentityProvider mocks base method.

func (*MockCloudflareClient) DeleteAccessServiceToken

func (m *MockCloudflareClient) DeleteAccessServiceToken(tokenID string) error

DeleteAccessServiceToken mocks base method.

func (*MockCloudflareClient) DeleteDNSId

func (m *MockCloudflareClient) DeleteDNSId(fqdn, dnsID string, created bool) error

DeleteDNSId mocks base method.

func (*MockCloudflareClient) DeleteDNSRecord

func (m *MockCloudflareClient) DeleteDNSRecord(zoneID, recordID string) error

DeleteDNSRecord mocks base method.

func (*MockCloudflareClient) DeleteDevicePostureRule

func (m *MockCloudflareClient) DeleteDevicePostureRule(ruleID string) error

DeleteDevicePostureRule mocks base method.

func (*MockCloudflareClient) DeleteGatewayList

func (m *MockCloudflareClient) DeleteGatewayList(listID string) error

DeleteGatewayList mocks base method.

func (*MockCloudflareClient) DeleteGatewayRule

func (m *MockCloudflareClient) DeleteGatewayRule(ruleID string) error

DeleteGatewayRule mocks base method.

func (*MockCloudflareClient) DeleteTunnel

func (m *MockCloudflareClient) DeleteTunnel() error

DeleteTunnel mocks base method.

func (*MockCloudflareClient) DeleteTunnelRoute

func (m *MockCloudflareClient) DeleteTunnelRoute(network, virtualNetworkID string) error

DeleteTunnelRoute mocks base method.

func (*MockCloudflareClient) DeleteVirtualNetwork

func (m *MockCloudflareClient) DeleteVirtualNetwork(virtualNetworkID string) error

DeleteVirtualNetwork mocks base method.

func (*MockCloudflareClient) DeleteWARPConnector

func (m *MockCloudflareClient) DeleteWARPConnector(connectorID string) error

DeleteWARPConnector mocks base method.

func (*MockCloudflareClient) EXPECT

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

func (*MockCloudflareClient) GetAccessApplication

func (m *MockCloudflareClient) GetAccessApplication(applicationID string) (*cf.AccessApplicationResult, error)

GetAccessApplication mocks base method.

func (*MockCloudflareClient) GetAccessGroup

func (m *MockCloudflareClient) GetAccessGroup(groupID string) (*cf.AccessGroupResult, error)

GetAccessGroup mocks base method.

func (*MockCloudflareClient) GetAccessIdentityProvider

func (m *MockCloudflareClient) GetAccessIdentityProvider(idpID string) (*cf.AccessIdentityProviderResult, error)

GetAccessIdentityProvider mocks base method.

func (*MockCloudflareClient) GetAccessServiceTokenByName added in v0.17.3

func (m *MockCloudflareClient) GetAccessServiceTokenByName(name string) (*cf.AccessServiceTokenResult, error)

GetAccessServiceTokenByName mocks base method.

func (*MockCloudflareClient) GetAccountId

func (m *MockCloudflareClient) GetAccountId() (string, error)

GetAccountId mocks base method.

func (*MockCloudflareClient) GetDNSCNameId

func (m *MockCloudflareClient) GetDNSCNameId(fqdn string) (string, error)

GetDNSCNameId mocks base method.

func (*MockCloudflareClient) GetDNSRecord

func (m *MockCloudflareClient) GetDNSRecord(zoneID, recordID string) (*cf.DNSRecordResult, error)

GetDNSRecord mocks base method.

func (*MockCloudflareClient) GetDevicePostureRule

func (m *MockCloudflareClient) GetDevicePostureRule(ruleID string) (*cf.DevicePostureRuleResult, error)

GetDevicePostureRule mocks base method.

func (*MockCloudflareClient) GetFallbackDomains

func (m *MockCloudflareClient) GetFallbackDomains() ([]cf.FallbackDomainEntry, error)

GetFallbackDomains mocks base method.

func (*MockCloudflareClient) GetGatewayList

func (m *MockCloudflareClient) GetGatewayList(listID string) (*cf.GatewayListResult, error)

GetGatewayList mocks base method.

func (*MockCloudflareClient) GetGatewayRule

func (m *MockCloudflareClient) GetGatewayRule(ruleID string) (*cf.GatewayRuleResult, error)

GetGatewayRule mocks base method.

func (*MockCloudflareClient) GetManagedDnsTxt

func (m *MockCloudflareClient) GetManagedDnsTxt(fqdn string) (string, cf.DnsManagedRecordTxt, bool, error)

GetManagedDnsTxt mocks base method.

func (*MockCloudflareClient) GetSplitTunnelExclude

func (m *MockCloudflareClient) GetSplitTunnelExclude() ([]cf.SplitTunnelEntry, error)

GetSplitTunnelExclude mocks base method.

func (*MockCloudflareClient) GetSplitTunnelInclude

func (m *MockCloudflareClient) GetSplitTunnelInclude() ([]cf.SplitTunnelEntry, error)

GetSplitTunnelInclude mocks base method.

func (*MockCloudflareClient) GetTunnelCreds

func (m *MockCloudflareClient) GetTunnelCreds(tunnelSecret string) (string, error)

GetTunnelCreds mocks base method.

func (*MockCloudflareClient) GetTunnelId

func (m *MockCloudflareClient) GetTunnelId() (string, error)

GetTunnelId mocks base method.

func (*MockCloudflareClient) GetTunnelRoute

func (m *MockCloudflareClient) GetTunnelRoute(network, virtualNetworkID string) (*cf.TunnelRouteResult, error)

GetTunnelRoute mocks base method.

func (*MockCloudflareClient) GetVirtualNetwork

func (m *MockCloudflareClient) GetVirtualNetwork(virtualNetworkID string) (*cf.VirtualNetworkResult, error)

GetVirtualNetwork mocks base method.

func (*MockCloudflareClient) GetVirtualNetworkByName

func (m *MockCloudflareClient) GetVirtualNetworkByName(name string) (*cf.VirtualNetworkResult, error)

GetVirtualNetworkByName mocks base method.

func (*MockCloudflareClient) GetWARPConnectorToken

func (m *MockCloudflareClient) GetWARPConnectorToken(connectorID string) (*cf.WARPConnectorTokenResult, error)

GetWARPConnectorToken mocks base method.

func (*MockCloudflareClient) GetZoneId

func (m *MockCloudflareClient) GetZoneId() (string, error)

GetZoneId mocks base method.

func (*MockCloudflareClient) InsertOrUpdateCName

func (m *MockCloudflareClient) InsertOrUpdateCName(fqdn, dnsID string) (string, error)

InsertOrUpdateCName mocks base method.

func (*MockCloudflareClient) InsertOrUpdateTXT

func (m *MockCloudflareClient) InsertOrUpdateTXT(fqdn, txtID, dnsID string) error

InsertOrUpdateTXT mocks base method.

func (*MockCloudflareClient) ListAccessApplicationsByName

func (m *MockCloudflareClient) ListAccessApplicationsByName(name string) (*cf.AccessApplicationResult, error)

ListAccessApplicationsByName mocks base method.

func (*MockCloudflareClient) ListAccessGroupsByName added in v0.17.3

func (m *MockCloudflareClient) ListAccessGroupsByName(name string) (*cf.AccessGroupResult, error)

ListAccessGroupsByName mocks base method.

func (*MockCloudflareClient) ListAccessIdentityProvidersByName added in v0.17.3

func (m *MockCloudflareClient) ListAccessIdentityProvidersByName(name string) (*cf.AccessIdentityProviderResult, error)

ListAccessIdentityProvidersByName mocks base method.

func (*MockCloudflareClient) ListDevicePostureRulesByName added in v0.17.3

func (m *MockCloudflareClient) ListDevicePostureRulesByName(name string) (*cf.DevicePostureRuleResult, error)

ListDevicePostureRulesByName mocks base method.

func (*MockCloudflareClient) ListGatewayListsByName

func (m *MockCloudflareClient) ListGatewayListsByName(name string) (*cf.GatewayListResult, error)

ListGatewayListsByName mocks base method.

func (*MockCloudflareClient) ListGatewayRulesByName

func (m *MockCloudflareClient) ListGatewayRulesByName(name string) (*cf.GatewayRuleResult, error)

ListGatewayRulesByName mocks base method.

func (*MockCloudflareClient) RefreshAccessServiceToken

func (m *MockCloudflareClient) RefreshAccessServiceToken(tokenID string) (*cf.AccessServiceTokenResult, error)

RefreshAccessServiceToken mocks base method.

func (*MockCloudflareClient) UpdateAccessApplication

func (m *MockCloudflareClient) UpdateAccessApplication(applicationID string, params cf.AccessApplicationParams) (*cf.AccessApplicationResult, error)

UpdateAccessApplication mocks base method.

func (*MockCloudflareClient) UpdateAccessGroup

func (m *MockCloudflareClient) UpdateAccessGroup(groupID string, params cf.AccessGroupParams) (*cf.AccessGroupResult, error)

UpdateAccessGroup mocks base method.

func (*MockCloudflareClient) UpdateAccessIdentityProvider

func (m *MockCloudflareClient) UpdateAccessIdentityProvider(idpID string, params cf.AccessIdentityProviderParams) (*cf.AccessIdentityProviderResult, error)

UpdateAccessIdentityProvider mocks base method.

func (*MockCloudflareClient) UpdateAccessServiceToken

func (m *MockCloudflareClient) UpdateAccessServiceToken(tokenID, name, duration string) (*cf.AccessServiceTokenResult, error)

UpdateAccessServiceToken mocks base method.

func (*MockCloudflareClient) UpdateDNSRecord

func (m *MockCloudflareClient) UpdateDNSRecord(zoneID, recordID string, params cf.DNSRecordParams) (*cf.DNSRecordResult, error)

UpdateDNSRecord mocks base method.

func (*MockCloudflareClient) UpdateDevicePostureRule

func (m *MockCloudflareClient) UpdateDevicePostureRule(ruleID string, params cf.DevicePostureRuleParams) (*cf.DevicePostureRuleResult, error)

UpdateDevicePostureRule mocks base method.

func (*MockCloudflareClient) UpdateFallbackDomains

func (m *MockCloudflareClient) UpdateFallbackDomains(entries []cf.FallbackDomainEntry) error

UpdateFallbackDomains mocks base method.

func (*MockCloudflareClient) UpdateGatewayConfiguration

func (m *MockCloudflareClient) UpdateGatewayConfiguration(params cf.GatewayConfigurationParams) (*cf.GatewayConfigurationResult, error)

UpdateGatewayConfiguration mocks base method.

func (*MockCloudflareClient) UpdateGatewayList

func (m *MockCloudflareClient) UpdateGatewayList(listID string, params cf.GatewayListParams) (*cf.GatewayListResult, error)

UpdateGatewayList mocks base method.

func (*MockCloudflareClient) UpdateGatewayRule

func (m *MockCloudflareClient) UpdateGatewayRule(ruleID string, params cf.GatewayRuleParams) (*cf.GatewayRuleResult, error)

UpdateGatewayRule mocks base method.

func (*MockCloudflareClient) UpdateSplitTunnelExclude

func (m *MockCloudflareClient) UpdateSplitTunnelExclude(entries []cf.SplitTunnelEntry) error

UpdateSplitTunnelExclude mocks base method.

func (*MockCloudflareClient) UpdateSplitTunnelInclude

func (m *MockCloudflareClient) UpdateSplitTunnelInclude(entries []cf.SplitTunnelEntry) error

UpdateSplitTunnelInclude mocks base method.

func (*MockCloudflareClient) UpdateTunnelRoute

func (m *MockCloudflareClient) UpdateTunnelRoute(network string, params cf.TunnelRouteParams) (*cf.TunnelRouteResult, error)

UpdateTunnelRoute mocks base method.

func (*MockCloudflareClient) UpdateVirtualNetwork

func (m *MockCloudflareClient) UpdateVirtualNetwork(virtualNetworkID string, params cf.VirtualNetworkParams) (*cf.VirtualNetworkResult, error)

UpdateVirtualNetwork mocks base method.

func (*MockCloudflareClient) ValidateAll

func (m *MockCloudflareClient) ValidateAll() error

ValidateAll mocks base method.

type MockCloudflareClientMockRecorder

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

MockCloudflareClientMockRecorder is the mock recorder for MockCloudflareClient.

func (*MockCloudflareClientMockRecorder) CreateAccessApplication

func (mr *MockCloudflareClientMockRecorder) CreateAccessApplication(params any) *gomock.Call

CreateAccessApplication indicates an expected call of CreateAccessApplication.

func (*MockCloudflareClientMockRecorder) CreateAccessGroup

func (mr *MockCloudflareClientMockRecorder) CreateAccessGroup(params any) *gomock.Call

CreateAccessGroup indicates an expected call of CreateAccessGroup.

func (*MockCloudflareClientMockRecorder) CreateAccessIdentityProvider

func (mr *MockCloudflareClientMockRecorder) CreateAccessIdentityProvider(params any) *gomock.Call

CreateAccessIdentityProvider indicates an expected call of CreateAccessIdentityProvider.

func (*MockCloudflareClientMockRecorder) CreateAccessServiceToken

func (mr *MockCloudflareClientMockRecorder) CreateAccessServiceToken(name, duration any) *gomock.Call

CreateAccessServiceToken indicates an expected call of CreateAccessServiceToken.

func (*MockCloudflareClientMockRecorder) CreateDNSRecord

func (mr *MockCloudflareClientMockRecorder) CreateDNSRecord(params any) *gomock.Call

CreateDNSRecord indicates an expected call of CreateDNSRecord.

func (*MockCloudflareClientMockRecorder) CreateDevicePostureRule

func (mr *MockCloudflareClientMockRecorder) CreateDevicePostureRule(params any) *gomock.Call

CreateDevicePostureRule indicates an expected call of CreateDevicePostureRule.

func (*MockCloudflareClientMockRecorder) CreateGatewayList

func (mr *MockCloudflareClientMockRecorder) CreateGatewayList(params any) *gomock.Call

CreateGatewayList indicates an expected call of CreateGatewayList.

func (*MockCloudflareClientMockRecorder) CreateGatewayRule

func (mr *MockCloudflareClientMockRecorder) CreateGatewayRule(params any) *gomock.Call

CreateGatewayRule indicates an expected call of CreateGatewayRule.

func (*MockCloudflareClientMockRecorder) CreateTunnel

func (mr *MockCloudflareClientMockRecorder) CreateTunnel() *gomock.Call

CreateTunnel indicates an expected call of CreateTunnel.

func (*MockCloudflareClientMockRecorder) CreateTunnelRoute

func (mr *MockCloudflareClientMockRecorder) CreateTunnelRoute(params any) *gomock.Call

CreateTunnelRoute indicates an expected call of CreateTunnelRoute.

func (*MockCloudflareClientMockRecorder) CreateVirtualNetwork

func (mr *MockCloudflareClientMockRecorder) CreateVirtualNetwork(params any) *gomock.Call

CreateVirtualNetwork indicates an expected call of CreateVirtualNetwork.

func (*MockCloudflareClientMockRecorder) CreateWARPConnector

func (mr *MockCloudflareClientMockRecorder) CreateWARPConnector(name any) *gomock.Call

CreateWARPConnector indicates an expected call of CreateWARPConnector.

func (*MockCloudflareClientMockRecorder) DeleteAccessApplication

func (mr *MockCloudflareClientMockRecorder) DeleteAccessApplication(applicationID any) *gomock.Call

DeleteAccessApplication indicates an expected call of DeleteAccessApplication.

func (*MockCloudflareClientMockRecorder) DeleteAccessGroup

func (mr *MockCloudflareClientMockRecorder) DeleteAccessGroup(groupID any) *gomock.Call

DeleteAccessGroup indicates an expected call of DeleteAccessGroup.

func (*MockCloudflareClientMockRecorder) DeleteAccessIdentityProvider

func (mr *MockCloudflareClientMockRecorder) DeleteAccessIdentityProvider(idpID any) *gomock.Call

DeleteAccessIdentityProvider indicates an expected call of DeleteAccessIdentityProvider.

func (*MockCloudflareClientMockRecorder) DeleteAccessServiceToken

func (mr *MockCloudflareClientMockRecorder) DeleteAccessServiceToken(tokenID any) *gomock.Call

DeleteAccessServiceToken indicates an expected call of DeleteAccessServiceToken.

func (*MockCloudflareClientMockRecorder) DeleteDNSId

func (mr *MockCloudflareClientMockRecorder) DeleteDNSId(fqdn, dnsID, created any) *gomock.Call

DeleteDNSId indicates an expected call of DeleteDNSId.

func (*MockCloudflareClientMockRecorder) DeleteDNSRecord

func (mr *MockCloudflareClientMockRecorder) DeleteDNSRecord(zoneID, recordID any) *gomock.Call

DeleteDNSRecord indicates an expected call of DeleteDNSRecord.

func (*MockCloudflareClientMockRecorder) DeleteDevicePostureRule

func (mr *MockCloudflareClientMockRecorder) DeleteDevicePostureRule(ruleID any) *gomock.Call

DeleteDevicePostureRule indicates an expected call of DeleteDevicePostureRule.

func (*MockCloudflareClientMockRecorder) DeleteGatewayList

func (mr *MockCloudflareClientMockRecorder) DeleteGatewayList(listID any) *gomock.Call

DeleteGatewayList indicates an expected call of DeleteGatewayList.

func (*MockCloudflareClientMockRecorder) DeleteGatewayRule

func (mr *MockCloudflareClientMockRecorder) DeleteGatewayRule(ruleID any) *gomock.Call

DeleteGatewayRule indicates an expected call of DeleteGatewayRule.

func (*MockCloudflareClientMockRecorder) DeleteTunnel

func (mr *MockCloudflareClientMockRecorder) DeleteTunnel() *gomock.Call

DeleteTunnel indicates an expected call of DeleteTunnel.

func (*MockCloudflareClientMockRecorder) DeleteTunnelRoute

func (mr *MockCloudflareClientMockRecorder) DeleteTunnelRoute(network, virtualNetworkID any) *gomock.Call

DeleteTunnelRoute indicates an expected call of DeleteTunnelRoute.

func (*MockCloudflareClientMockRecorder) DeleteVirtualNetwork

func (mr *MockCloudflareClientMockRecorder) DeleteVirtualNetwork(virtualNetworkID any) *gomock.Call

DeleteVirtualNetwork indicates an expected call of DeleteVirtualNetwork.

func (*MockCloudflareClientMockRecorder) DeleteWARPConnector

func (mr *MockCloudflareClientMockRecorder) DeleteWARPConnector(connectorID any) *gomock.Call

DeleteWARPConnector indicates an expected call of DeleteWARPConnector.

func (*MockCloudflareClientMockRecorder) GetAccessApplication

func (mr *MockCloudflareClientMockRecorder) GetAccessApplication(applicationID any) *gomock.Call

GetAccessApplication indicates an expected call of GetAccessApplication.

func (*MockCloudflareClientMockRecorder) GetAccessGroup

func (mr *MockCloudflareClientMockRecorder) GetAccessGroup(groupID any) *gomock.Call

GetAccessGroup indicates an expected call of GetAccessGroup.

func (*MockCloudflareClientMockRecorder) GetAccessIdentityProvider

func (mr *MockCloudflareClientMockRecorder) GetAccessIdentityProvider(idpID any) *gomock.Call

GetAccessIdentityProvider indicates an expected call of GetAccessIdentityProvider.

func (*MockCloudflareClientMockRecorder) GetAccessServiceTokenByName added in v0.17.3

func (mr *MockCloudflareClientMockRecorder) GetAccessServiceTokenByName(name any) *gomock.Call

GetAccessServiceTokenByName indicates an expected call of GetAccessServiceTokenByName.

func (*MockCloudflareClientMockRecorder) GetAccountId

func (mr *MockCloudflareClientMockRecorder) GetAccountId() *gomock.Call

GetAccountId indicates an expected call of GetAccountId.

func (*MockCloudflareClientMockRecorder) GetDNSCNameId

func (mr *MockCloudflareClientMockRecorder) GetDNSCNameId(fqdn any) *gomock.Call

GetDNSCNameId indicates an expected call of GetDNSCNameId.

func (*MockCloudflareClientMockRecorder) GetDNSRecord

func (mr *MockCloudflareClientMockRecorder) GetDNSRecord(zoneID, recordID any) *gomock.Call

GetDNSRecord indicates an expected call of GetDNSRecord.

func (*MockCloudflareClientMockRecorder) GetDevicePostureRule

func (mr *MockCloudflareClientMockRecorder) GetDevicePostureRule(ruleID any) *gomock.Call

GetDevicePostureRule indicates an expected call of GetDevicePostureRule.

func (*MockCloudflareClientMockRecorder) GetFallbackDomains

func (mr *MockCloudflareClientMockRecorder) GetFallbackDomains() *gomock.Call

GetFallbackDomains indicates an expected call of GetFallbackDomains.

func (*MockCloudflareClientMockRecorder) GetGatewayList

func (mr *MockCloudflareClientMockRecorder) GetGatewayList(listID any) *gomock.Call

GetGatewayList indicates an expected call of GetGatewayList.

func (*MockCloudflareClientMockRecorder) GetGatewayRule

func (mr *MockCloudflareClientMockRecorder) GetGatewayRule(ruleID any) *gomock.Call

GetGatewayRule indicates an expected call of GetGatewayRule.

func (*MockCloudflareClientMockRecorder) GetManagedDnsTxt

func (mr *MockCloudflareClientMockRecorder) GetManagedDnsTxt(fqdn any) *gomock.Call

GetManagedDnsTxt indicates an expected call of GetManagedDnsTxt.

func (*MockCloudflareClientMockRecorder) GetSplitTunnelExclude

func (mr *MockCloudflareClientMockRecorder) GetSplitTunnelExclude() *gomock.Call

GetSplitTunnelExclude indicates an expected call of GetSplitTunnelExclude.

func (*MockCloudflareClientMockRecorder) GetSplitTunnelInclude

func (mr *MockCloudflareClientMockRecorder) GetSplitTunnelInclude() *gomock.Call

GetSplitTunnelInclude indicates an expected call of GetSplitTunnelInclude.

func (*MockCloudflareClientMockRecorder) GetTunnelCreds

func (mr *MockCloudflareClientMockRecorder) GetTunnelCreds(tunnelSecret any) *gomock.Call

GetTunnelCreds indicates an expected call of GetTunnelCreds.

func (*MockCloudflareClientMockRecorder) GetTunnelId

func (mr *MockCloudflareClientMockRecorder) GetTunnelId() *gomock.Call

GetTunnelId indicates an expected call of GetTunnelId.

func (*MockCloudflareClientMockRecorder) GetTunnelRoute

func (mr *MockCloudflareClientMockRecorder) GetTunnelRoute(network, virtualNetworkID any) *gomock.Call

GetTunnelRoute indicates an expected call of GetTunnelRoute.

func (*MockCloudflareClientMockRecorder) GetVirtualNetwork

func (mr *MockCloudflareClientMockRecorder) GetVirtualNetwork(virtualNetworkID any) *gomock.Call

GetVirtualNetwork indicates an expected call of GetVirtualNetwork.

func (*MockCloudflareClientMockRecorder) GetVirtualNetworkByName

func (mr *MockCloudflareClientMockRecorder) GetVirtualNetworkByName(name any) *gomock.Call

GetVirtualNetworkByName indicates an expected call of GetVirtualNetworkByName.

func (*MockCloudflareClientMockRecorder) GetWARPConnectorToken

func (mr *MockCloudflareClientMockRecorder) GetWARPConnectorToken(connectorID any) *gomock.Call

GetWARPConnectorToken indicates an expected call of GetWARPConnectorToken.

func (*MockCloudflareClientMockRecorder) GetZoneId

func (mr *MockCloudflareClientMockRecorder) GetZoneId() *gomock.Call

GetZoneId indicates an expected call of GetZoneId.

func (*MockCloudflareClientMockRecorder) InsertOrUpdateCName

func (mr *MockCloudflareClientMockRecorder) InsertOrUpdateCName(fqdn, dnsID any) *gomock.Call

InsertOrUpdateCName indicates an expected call of InsertOrUpdateCName.

func (*MockCloudflareClientMockRecorder) InsertOrUpdateTXT

func (mr *MockCloudflareClientMockRecorder) InsertOrUpdateTXT(fqdn, txtID, dnsID any) *gomock.Call

InsertOrUpdateTXT indicates an expected call of InsertOrUpdateTXT.

func (*MockCloudflareClientMockRecorder) ListAccessApplicationsByName

func (mr *MockCloudflareClientMockRecorder) ListAccessApplicationsByName(name any) *gomock.Call

ListAccessApplicationsByName indicates an expected call of ListAccessApplicationsByName.

func (*MockCloudflareClientMockRecorder) ListAccessGroupsByName added in v0.17.3

func (mr *MockCloudflareClientMockRecorder) ListAccessGroupsByName(name any) *gomock.Call

ListAccessGroupsByName indicates an expected call of ListAccessGroupsByName.

func (*MockCloudflareClientMockRecorder) ListAccessIdentityProvidersByName added in v0.17.3

func (mr *MockCloudflareClientMockRecorder) ListAccessIdentityProvidersByName(name any) *gomock.Call

ListAccessIdentityProvidersByName indicates an expected call of ListAccessIdentityProvidersByName.

func (*MockCloudflareClientMockRecorder) ListDevicePostureRulesByName added in v0.17.3

func (mr *MockCloudflareClientMockRecorder) ListDevicePostureRulesByName(name any) *gomock.Call

ListDevicePostureRulesByName indicates an expected call of ListDevicePostureRulesByName.

func (*MockCloudflareClientMockRecorder) ListGatewayListsByName

func (mr *MockCloudflareClientMockRecorder) ListGatewayListsByName(name any) *gomock.Call

ListGatewayListsByName indicates an expected call of ListGatewayListsByName.

func (*MockCloudflareClientMockRecorder) ListGatewayRulesByName

func (mr *MockCloudflareClientMockRecorder) ListGatewayRulesByName(name any) *gomock.Call

ListGatewayRulesByName indicates an expected call of ListGatewayRulesByName.

func (*MockCloudflareClientMockRecorder) RefreshAccessServiceToken

func (mr *MockCloudflareClientMockRecorder) RefreshAccessServiceToken(tokenID any) *gomock.Call

RefreshAccessServiceToken indicates an expected call of RefreshAccessServiceToken.

func (*MockCloudflareClientMockRecorder) UpdateAccessApplication

func (mr *MockCloudflareClientMockRecorder) UpdateAccessApplication(applicationID, params any) *gomock.Call

UpdateAccessApplication indicates an expected call of UpdateAccessApplication.

func (*MockCloudflareClientMockRecorder) UpdateAccessGroup

func (mr *MockCloudflareClientMockRecorder) UpdateAccessGroup(groupID, params any) *gomock.Call

UpdateAccessGroup indicates an expected call of UpdateAccessGroup.

func (*MockCloudflareClientMockRecorder) UpdateAccessIdentityProvider

func (mr *MockCloudflareClientMockRecorder) UpdateAccessIdentityProvider(idpID, params any) *gomock.Call

UpdateAccessIdentityProvider indicates an expected call of UpdateAccessIdentityProvider.

func (*MockCloudflareClientMockRecorder) UpdateAccessServiceToken

func (mr *MockCloudflareClientMockRecorder) UpdateAccessServiceToken(tokenID, name, duration any) *gomock.Call

UpdateAccessServiceToken indicates an expected call of UpdateAccessServiceToken.

func (*MockCloudflareClientMockRecorder) UpdateDNSRecord

func (mr *MockCloudflareClientMockRecorder) UpdateDNSRecord(zoneID, recordID, params any) *gomock.Call

UpdateDNSRecord indicates an expected call of UpdateDNSRecord.

func (*MockCloudflareClientMockRecorder) UpdateDevicePostureRule

func (mr *MockCloudflareClientMockRecorder) UpdateDevicePostureRule(ruleID, params any) *gomock.Call

UpdateDevicePostureRule indicates an expected call of UpdateDevicePostureRule.

func (*MockCloudflareClientMockRecorder) UpdateFallbackDomains

func (mr *MockCloudflareClientMockRecorder) UpdateFallbackDomains(entries any) *gomock.Call

UpdateFallbackDomains indicates an expected call of UpdateFallbackDomains.

func (*MockCloudflareClientMockRecorder) UpdateGatewayConfiguration

func (mr *MockCloudflareClientMockRecorder) UpdateGatewayConfiguration(params any) *gomock.Call

UpdateGatewayConfiguration indicates an expected call of UpdateGatewayConfiguration.

func (*MockCloudflareClientMockRecorder) UpdateGatewayList

func (mr *MockCloudflareClientMockRecorder) UpdateGatewayList(listID, params any) *gomock.Call

UpdateGatewayList indicates an expected call of UpdateGatewayList.

func (*MockCloudflareClientMockRecorder) UpdateGatewayRule

func (mr *MockCloudflareClientMockRecorder) UpdateGatewayRule(ruleID, params any) *gomock.Call

UpdateGatewayRule indicates an expected call of UpdateGatewayRule.

func (*MockCloudflareClientMockRecorder) UpdateSplitTunnelExclude

func (mr *MockCloudflareClientMockRecorder) UpdateSplitTunnelExclude(entries any) *gomock.Call

UpdateSplitTunnelExclude indicates an expected call of UpdateSplitTunnelExclude.

func (*MockCloudflareClientMockRecorder) UpdateSplitTunnelInclude

func (mr *MockCloudflareClientMockRecorder) UpdateSplitTunnelInclude(entries any) *gomock.Call

UpdateSplitTunnelInclude indicates an expected call of UpdateSplitTunnelInclude.

func (*MockCloudflareClientMockRecorder) UpdateTunnelRoute

func (mr *MockCloudflareClientMockRecorder) UpdateTunnelRoute(network, params any) *gomock.Call

UpdateTunnelRoute indicates an expected call of UpdateTunnelRoute.

func (*MockCloudflareClientMockRecorder) UpdateVirtualNetwork

func (mr *MockCloudflareClientMockRecorder) UpdateVirtualNetwork(virtualNetworkID, params any) *gomock.Call

UpdateVirtualNetwork indicates an expected call of UpdateVirtualNetwork.

func (*MockCloudflareClientMockRecorder) ValidateAll

func (mr *MockCloudflareClientMockRecorder) ValidateAll() *gomock.Call

ValidateAll indicates an expected call of ValidateAll.

Jump to

Keyboard shortcuts

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