Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { DebuglnCall struct { sync.Mutex CallCount int Receives struct { Message string } Stub func(string) } PrintfCall struct { sync.Mutex CallCount int Receives struct { Message string A []interface { } } Stub func(string, ...interface { }) } PromptWithDetailsCall struct { sync.Mutex CallCount int Receives struct { ResourceType string ResourceName string } Returns struct { Proceed bool } Stub func(string, string) bool } }
type ManagedZonesClient ¶
type ManagedZonesClient struct { DeleteManagedZoneCall struct { sync.Mutex CallCount int Receives struct { Zone string } Returns struct { Error error } Stub func(string) error } ListManagedZonesCall struct { sync.Mutex CallCount int Returns struct { ManagedZonesListResponse *gcpdns.ManagedZonesListResponse Error error } Stub func() (*gcpdns.ManagedZonesListResponse, error) } }
func (*ManagedZonesClient) DeleteManagedZone ¶
func (f *ManagedZonesClient) DeleteManagedZone(param1 string) error
func (*ManagedZonesClient) ListManagedZones ¶
func (f *ManagedZonesClient) ListManagedZones() (*gcpdns.ManagedZonesListResponse, error)
type RecordSets ¶
type RecordSets struct { DeleteCall struct { sync.Mutex CallCount int Receives struct { ManagedZone string } Returns struct { Error error } Stub func(string) error } }
func (*RecordSets) Delete ¶
func (f *RecordSets) Delete(param1 string) error
type RecordSetsClient ¶
type RecordSetsClient struct { DeleteRecordSetsCall struct { sync.Mutex CallCount int Receives struct { ManagedZone string Change *gcpdns.Change } Returns struct { Error error } Stub func(string, *gcpdns.Change) error } ListRecordSetsCall struct { sync.Mutex CallCount int Receives struct { ManagedZone string } Returns struct { ResourceRecordSetsListResponse *gcpdns.ResourceRecordSetsListResponse Error error } Stub func(string) (*gcpdns.ResourceRecordSetsListResponse, error) } }
func (*RecordSetsClient) DeleteRecordSets ¶
func (f *RecordSetsClient) DeleteRecordSets(param1 string, param2 *gcpdns.Change) error
func (*RecordSetsClient) ListRecordSets ¶
func (f *RecordSetsClient) ListRecordSets(param1 string) (*gcpdns.ResourceRecordSetsListResponse, error)
Click to show internal directories.
Click to hide internal directories.