Versions in this module Expand all Collapse all v0 v0.3.1 May 9, 2019 v0.3.0 Mar 14, 2019 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) CreateAlias(arg0 route53.CreateAliasInput) (string, error) + func (m *MockClient) CreateResourceRecord(arg0 route53.CreateResourceRecordInput) (string, error) + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) ListHostedZones() (route53.HostedZones, error) + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) CreateResourceRecord(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) ListHostedZones() *gomock.Call