Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockExecutableSchema
- func (m *MockExecutableSchema) Complexity(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 map[string]interface{}) (int, bool)
- func (m *MockExecutableSchema) EXPECT() *MockExecutableSchemaMockRecorder
- func (m *MockExecutableSchema) Exec(arg0 context.Context) graphql.ResponseHandler
- func (m *MockExecutableSchema) Schema() *ast.Schema
- type MockExecutableSchemaMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExecutableSchema ¶
type MockExecutableSchema struct {
// contains filtered or unexported fields
}
MockExecutableSchema is a mock of ExecutableSchema interface.
func NewMockExecutableSchema ¶
func NewMockExecutableSchema(ctrl *gomock.Controller) *MockExecutableSchema
NewMockExecutableSchema creates a new mock instance.
func (*MockExecutableSchema) Complexity ¶
func (m *MockExecutableSchema) Complexity(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 map[string]interface{}) (int, bool)
Complexity mocks base method.
func (*MockExecutableSchema) EXPECT ¶
func (m *MockExecutableSchema) EXPECT() *MockExecutableSchemaMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecutableSchema) Exec ¶
func (m *MockExecutableSchema) Exec(arg0 context.Context) graphql.ResponseHandler
Exec mocks base method.
func (*MockExecutableSchema) Schema ¶
func (m *MockExecutableSchema) Schema() *ast.Schema
Schema mocks base method.
type MockExecutableSchemaMockRecorder ¶
type MockExecutableSchemaMockRecorder struct {
// contains filtered or unexported fields
}
MockExecutableSchemaMockRecorder is the mock recorder for MockExecutableSchema.
func (*MockExecutableSchemaMockRecorder) Complexity ¶
func (mr *MockExecutableSchemaMockRecorder) Complexity(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Complexity indicates an expected call of Complexity.
func (*MockExecutableSchemaMockRecorder) Exec ¶
func (mr *MockExecutableSchemaMockRecorder) Exec(arg0 interface{}) *gomock.Call
Exec indicates an expected call of Exec.
func (*MockExecutableSchemaMockRecorder) Schema ¶
func (mr *MockExecutableSchemaMockRecorder) Schema() *gomock.Call
Schema indicates an expected call of Schema.
Click to show internal directories.
Click to hide internal directories.