Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCAAccountsServiceWrapper ¶
type MockCAAccountsServiceWrapper struct {
// contains filtered or unexported fields
}
MockCAAccountsServiceWrapper is a mock of CAAccountsServiceWrapper interface.
func NewMockCAAccountsServiceWrapper ¶
func NewMockCAAccountsServiceWrapper(ctrl *gomock.Controller) *MockCAAccountsServiceWrapper
NewMockCAAccountsServiceWrapper creates a new mock instance.
func (*MockCAAccountsServiceWrapper) EXPECT ¶
func (m *MockCAAccountsServiceWrapper) EXPECT() *MockCAAccountsServiceWrapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCAAccountsServiceWrapper) ListCAAccounts ¶
func (m *MockCAAccountsServiceWrapper) ListCAAccounts(ctx context.Context) (*service.ListCAAccountsResponse, error)
ListCAAccounts mocks base method.
type MockCAAccountsServiceWrapperMockRecorder ¶
type MockCAAccountsServiceWrapperMockRecorder struct {
// contains filtered or unexported fields
}
MockCAAccountsServiceWrapperMockRecorder is the mock recorder for MockCAAccountsServiceWrapper.
func (*MockCAAccountsServiceWrapperMockRecorder) ListCAAccounts ¶
func (mr *MockCAAccountsServiceWrapperMockRecorder) ListCAAccounts(ctx any) *gomock.Call
ListCAAccounts indicates an expected call of ListCAAccounts.
type MockCAOperationsServiceWrapper ¶
type MockCAOperationsServiceWrapper struct {
// contains filtered or unexported fields
}
MockCAOperationsServiceWrapper is a mock of CAOperationsServiceWrapper interface.
func NewMockCAOperationsServiceWrapper ¶
func NewMockCAOperationsServiceWrapper(ctrl *gomock.Controller) *MockCAOperationsServiceWrapper
NewMockCAOperationsServiceWrapper creates a new mock instance.
func (*MockCAOperationsServiceWrapper) EXPECT ¶
func (m *MockCAOperationsServiceWrapper) EXPECT() *MockCAOperationsServiceWrapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCAOperationsServiceWrapper) RevokeCertificateRequest ¶
func (m *MockCAOperationsServiceWrapper) RevokeCertificateRequest(ctx context.Context, fingerprint string, certificateAuthorityAccountId *string, revocationReason service.RevocationReason, revocationComment *string) (*service.RevokeCertificateRequestResponse, error)
RevokeCertificateRequest mocks base method.
type MockCAOperationsServiceWrapperMockRecorder ¶
type MockCAOperationsServiceWrapperMockRecorder struct {
// contains filtered or unexported fields
}
MockCAOperationsServiceWrapperMockRecorder is the mock recorder for MockCAOperationsServiceWrapper.
func (*MockCAOperationsServiceWrapperMockRecorder) RevokeCertificateRequest ¶
func (mr *MockCAOperationsServiceWrapperMockRecorder) RevokeCertificateRequest(ctx, fingerprint, certificateAuthorityAccountId, revocationReason, revocationComment any) *gomock.Call
RevokeCertificateRequest indicates an expected call of RevokeCertificateRequest.