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) DeleteCertificate(arg0 string) error + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) ImportCertificate(arg0, arg1, arg2 []byte) (string, error) + func (m *MockClient) InflateCertificate(arg0 *acm.Certificate) error + func (m *MockClient) ListCertificates() (acm.Certificates, error) + func (m *MockClient) RequestCertificate(arg0 string, arg1 []string) (string, error) + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) DeleteCertificate(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) ImportCertificate(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) InflateCertificate(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) ListCertificates() *gomock.Call + func (mr *MockClientMockRecorder) RequestCertificate(arg0, arg1 interface{}) *gomock.Call