Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
- type 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) DeleteCertificate ¶
func (m *MockClient) DeleteCertificate(arg0 string) error
DeleteCertificate mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) ImportCertificate ¶
func (m *MockClient) ImportCertificate(arg0, arg1, arg2 []byte) (string, error)
ImportCertificate mocks base method
func (*MockClient) InflateCertificate ¶
func (m *MockClient) InflateCertificate(arg0 *acm.Certificate) error
InflateCertificate mocks base method
func (*MockClient) ListCertificates ¶
func (m *MockClient) ListCertificates() (acm.Certificates, error)
ListCertificates mocks base method
func (*MockClient) RequestCertificate ¶
func (m *MockClient) RequestCertificate(arg0 string, arg1 []string) (string, error)
RequestCertificate mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) DeleteCertificate ¶
func (mr *MockClientMockRecorder) DeleteCertificate(arg0 interface{}) *gomock.Call
DeleteCertificate indicates an expected call of DeleteCertificate
func (*MockClientMockRecorder) ImportCertificate ¶
func (mr *MockClientMockRecorder) ImportCertificate(arg0, arg1, arg2 interface{}) *gomock.Call
ImportCertificate indicates an expected call of ImportCertificate
func (*MockClientMockRecorder) InflateCertificate ¶
func (mr *MockClientMockRecorder) InflateCertificate(arg0 interface{}) *gomock.Call
InflateCertificate indicates an expected call of InflateCertificate
func (*MockClientMockRecorder) ListCertificates ¶
func (mr *MockClientMockRecorder) ListCertificates() *gomock.Call
ListCertificates indicates an expected call of ListCertificates
func (*MockClientMockRecorder) RequestCertificate ¶
func (mr *MockClientMockRecorder) RequestCertificate(arg0, arg1 interface{}) *gomock.Call
RequestCertificate indicates an expected call of RequestCertificate