Documentation ¶
Overview ¶
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 MockCertificateGenerator ¶
type MockCertificateGenerator struct {
// contains filtered or unexported fields
}
MockCertificateGenerator is a mock of CertificateGenerator interface.
func NewMockCertificateGenerator ¶
func NewMockCertificateGenerator(ctrl *gomock.Controller) *MockCertificateGenerator
NewMockCertificateGenerator creates a new mock instance.
func (*MockCertificateGenerator) EXPECT ¶
func (m *MockCertificateGenerator) EXPECT() *MockCertificateGeneratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCertificateGenerator) GenerateIamAuthSelfSignCertKeyPair ¶
func (m *MockCertificateGenerator) GenerateIamAuthSelfSignCertKeyPair() ([]byte, []byte, error)
GenerateIamAuthSelfSignCertKeyPair mocks base method.
type MockCertificateGeneratorMockRecorder ¶
type MockCertificateGeneratorMockRecorder struct {
// contains filtered or unexported fields
}
MockCertificateGeneratorMockRecorder is the mock recorder for MockCertificateGenerator.
func (*MockCertificateGeneratorMockRecorder) GenerateIamAuthSelfSignCertKeyPair ¶
func (mr *MockCertificateGeneratorMockRecorder) GenerateIamAuthSelfSignCertKeyPair() *gomock.Call
GenerateIamAuthSelfSignCertKeyPair indicates an expected call of GenerateIamAuthSelfSignCertKeyPair.
Click to show internal directories.
Click to hide internal directories.