Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSAPI ¶
DNSAPI is an autogenerated mock type for the DNSAPI type
func (*DNSAPI) LookupDNSEntry ¶
func (_m *DNSAPI) LookupDNSEntry(ctx context.Context, project string, zone string, name string, address string, recordType string, recordTTL int64) (*dns.ResourceRecordSet, error)
LookupDNSEntry provides a mock function with given fields: ctx, project, zone, name, address, recordType, recordTTL
func (*DNSAPI) RemoveDNSEntry ¶
func (_m *DNSAPI) RemoveDNSEntry(ctx context.Context, project string, zone string, record *dns.ResourceRecordSet) error
RemoveDNSEntry provides a mock function with given fields: ctx, project, zone, record
Click to show internal directories.
Click to hide internal directories.