Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCertServiceClient ¶
type MockCertServiceClient struct {
// contains filtered or unexported fields
}
MockCertServiceClient is a mock of CertServiceClient interface
func NewMockCertServiceClient ¶
func NewMockCertServiceClient(ctrl *gomock.Controller) *MockCertServiceClient
NewMockCertServiceClient creates a new mock instance
func (*MockCertServiceClient) EXPECT ¶
func (m *MockCertServiceClient) EXPECT() *MockCertServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCertServiceClient) Get ¶
func (m *MockCertServiceClient) Get(ctx context.Context, in *v1.CertRequest, opts ...grpc.CallOption) (*v1.CertResponse, error)
Get mocks base method
type MockCertServiceClientMockRecorder ¶
type MockCertServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCertServiceClientMockRecorder is the mock recorder for MockCertServiceClient
func (*MockCertServiceClientMockRecorder) Get ¶
func (mr *MockCertServiceClientMockRecorder) Get(ctx, in interface{}, opts ...interface{}) *gomock.Call
Get indicates an expected call of Get
type MockCertServiceServer ¶
type MockCertServiceServer struct {
// contains filtered or unexported fields
}
MockCertServiceServer is a mock of CertServiceServer interface
func NewMockCertServiceServer ¶
func NewMockCertServiceServer(ctrl *gomock.Controller) *MockCertServiceServer
NewMockCertServiceServer creates a new mock instance
func (*MockCertServiceServer) EXPECT ¶
func (m *MockCertServiceServer) EXPECT() *MockCertServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCertServiceServer) Get ¶
func (m *MockCertServiceServer) Get(arg0 context.Context, arg1 *v1.CertRequest) (*v1.CertResponse, error)
Get mocks base method
type MockCertServiceServerMockRecorder ¶
type MockCertServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockCertServiceServerMockRecorder is the mock recorder for MockCertServiceServer
func (*MockCertServiceServerMockRecorder) Get ¶
func (mr *MockCertServiceServerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get