Documentation
¶
Overview ¶
Package catalogdservice is a generated GoMock package.
Index ¶
- type MockGraphQLService
- func (m *MockGraphQLService) EXPECT() *MockGraphQLServiceMockRecorder
- func (m *MockGraphQLService) ExecuteQuery(ctx context.Context, catalog, query string) (*graphql.Result, error)
- func (m *MockGraphQLService) GetSchema(ctx context.Context, catalog string) (*graphql0.DynamicSchema, error)
- func (m *MockGraphQLService) InvalidateCache(catalog string)
- type MockGraphQLServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGraphQLService ¶
type MockGraphQLService struct {
// contains filtered or unexported fields
}
MockGraphQLService is a mock of GraphQLService interface.
func NewMockGraphQLService ¶
func NewMockGraphQLService(ctrl *gomock.Controller) *MockGraphQLService
NewMockGraphQLService creates a new mock instance.
func (*MockGraphQLService) EXPECT ¶
func (m *MockGraphQLService) EXPECT() *MockGraphQLServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGraphQLService) ExecuteQuery ¶
func (m *MockGraphQLService) ExecuteQuery(ctx context.Context, catalog, query string) (*graphql.Result, error)
ExecuteQuery mocks base method.
func (*MockGraphQLService) GetSchema ¶
func (m *MockGraphQLService) GetSchema(ctx context.Context, catalog string) (*graphql0.DynamicSchema, error)
GetSchema mocks base method.
func (*MockGraphQLService) InvalidateCache ¶
func (m *MockGraphQLService) InvalidateCache(catalog string)
InvalidateCache mocks base method.
type MockGraphQLServiceMockRecorder ¶
type MockGraphQLServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockGraphQLServiceMockRecorder is the mock recorder for MockGraphQLService.
func (*MockGraphQLServiceMockRecorder) ExecuteQuery ¶
func (mr *MockGraphQLServiceMockRecorder) ExecuteQuery(ctx, catalog, query any) *gomock.Call
ExecuteQuery indicates an expected call of ExecuteQuery.
func (*MockGraphQLServiceMockRecorder) GetSchema ¶
func (mr *MockGraphQLServiceMockRecorder) GetSchema(ctx, catalog any) *gomock.Call
GetSchema indicates an expected call of GetSchema.
func (*MockGraphQLServiceMockRecorder) InvalidateCache ¶
func (mr *MockGraphQLServiceMockRecorder) InvalidateCache(catalog any) *gomock.Call
InvalidateCache indicates an expected call of InvalidateCache.
Click to show internal directories.
Click to hide internal directories.