Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type SchemaService
- func (m *SchemaService) CreateSchema(arg0 context.Context, arg1 pconnutils.CreateSchemaRequest) (pconnutils.CreateSchemaResponse, error)
- func (m *SchemaService) EXPECT() *SchemaServiceMockRecorder
- func (m *SchemaService) GetSchema(arg0 context.Context, arg1 pconnutils.GetSchemaRequest) (pconnutils.GetSchemaResponse, error)
- type SchemaServiceCreateSchemaCall
- type SchemaServiceGetSchemaCall
- type SchemaServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaService ¶
type SchemaService struct {
// contains filtered or unexported fields
}
SchemaService is a mock of SchemaService interface.
func NewSchemaService ¶
func NewSchemaService(ctrl *gomock.Controller) *SchemaService
NewSchemaService creates a new mock instance.
func (*SchemaService) CreateSchema ¶
func (m *SchemaService) CreateSchema(arg0 context.Context, arg1 pconnutils.CreateSchemaRequest) (pconnutils.CreateSchemaResponse, error)
CreateSchema mocks base method.
func (*SchemaService) EXPECT ¶
func (m *SchemaService) EXPECT() *SchemaServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*SchemaService) GetSchema ¶
func (m *SchemaService) GetSchema(arg0 context.Context, arg1 pconnutils.GetSchemaRequest) (pconnutils.GetSchemaResponse, error)
GetSchema mocks base method.
type SchemaServiceCreateSchemaCall ¶
SchemaServiceCreateSchemaCall wrap *gomock.Call
func (*SchemaServiceCreateSchemaCall) Do ¶
func (c *SchemaServiceCreateSchemaCall) Do(f func(context.Context, pconnutils.CreateSchemaRequest) (pconnutils.CreateSchemaResponse, error)) *SchemaServiceCreateSchemaCall
Do rewrite *gomock.Call.Do
func (*SchemaServiceCreateSchemaCall) DoAndReturn ¶
func (c *SchemaServiceCreateSchemaCall) DoAndReturn(f func(context.Context, pconnutils.CreateSchemaRequest) (pconnutils.CreateSchemaResponse, error)) *SchemaServiceCreateSchemaCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*SchemaServiceCreateSchemaCall) Return ¶
func (c *SchemaServiceCreateSchemaCall) Return(arg0 pconnutils.CreateSchemaResponse, arg1 error) *SchemaServiceCreateSchemaCall
Return rewrite *gomock.Call.Return
type SchemaServiceGetSchemaCall ¶
SchemaServiceGetSchemaCall wrap *gomock.Call
func (*SchemaServiceGetSchemaCall) Do ¶
func (c *SchemaServiceGetSchemaCall) Do(f func(context.Context, pconnutils.GetSchemaRequest) (pconnutils.GetSchemaResponse, error)) *SchemaServiceGetSchemaCall
Do rewrite *gomock.Call.Do
func (*SchemaServiceGetSchemaCall) DoAndReturn ¶
func (c *SchemaServiceGetSchemaCall) DoAndReturn(f func(context.Context, pconnutils.GetSchemaRequest) (pconnutils.GetSchemaResponse, error)) *SchemaServiceGetSchemaCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*SchemaServiceGetSchemaCall) Return ¶
func (c *SchemaServiceGetSchemaCall) Return(arg0 pconnutils.GetSchemaResponse, arg1 error) *SchemaServiceGetSchemaCall
Return rewrite *gomock.Call.Return
type SchemaServiceMockRecorder ¶
type SchemaServiceMockRecorder struct {
// contains filtered or unexported fields
}
SchemaServiceMockRecorder is the mock recorder for SchemaService.
func (*SchemaServiceMockRecorder) CreateSchema ¶
func (mr *SchemaServiceMockRecorder) CreateSchema(arg0, arg1 any) *SchemaServiceCreateSchemaCall
CreateSchema indicates an expected call of CreateSchema.
func (*SchemaServiceMockRecorder) GetSchema ¶
func (mr *SchemaServiceMockRecorder) GetSchema(arg0, arg1 any) *SchemaServiceGetSchemaCall
GetSchema indicates an expected call of GetSchema.