Documentation ¶
Overview ¶
Package mockschemaclientbound is a generated GoMock package.
Index ¶
- type MockSchemaClientBound
- func (m *MockSchemaClientBound) EXPECT() *MockSchemaClientBoundMockRecorder
- func (m *MockSchemaClientBound) GetSchema(ctx context.Context, path *schema_server.Path) (*schema_server.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) GetSchemaElements(ctx context.Context, p *schema_server.Path, done chan struct{}) (chan *schema_server.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) ToPath(ctx context.Context, path []string) (*schema_server.Path, error)
- type MockSchemaClientBoundMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSchemaClientBound ¶
type MockSchemaClientBound struct {
// contains filtered or unexported fields
}
MockSchemaClientBound is a mock of SchemaClientBound interface.
func NewMockSchemaClientBound ¶
func NewMockSchemaClientBound(ctrl *gomock.Controller) *MockSchemaClientBound
NewMockSchemaClientBound creates a new mock instance.
func (*MockSchemaClientBound) EXPECT ¶
func (m *MockSchemaClientBound) EXPECT() *MockSchemaClientBoundMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSchemaClientBound) GetSchema ¶
func (m *MockSchemaClientBound) GetSchema(ctx context.Context, path *schema_server.Path) (*schema_server.GetSchemaResponse, error)
GetSchema mocks base method.
func (*MockSchemaClientBound) GetSchemaElements ¶
func (m *MockSchemaClientBound) GetSchemaElements(ctx context.Context, p *schema_server.Path, done chan struct{}) (chan *schema_server.GetSchemaResponse, error)
GetSchemaElements mocks base method.
func (*MockSchemaClientBound) ToPath ¶
func (m *MockSchemaClientBound) ToPath(ctx context.Context, path []string) (*schema_server.Path, error)
ToPath mocks base method.
type MockSchemaClientBoundMockRecorder ¶
type MockSchemaClientBoundMockRecorder struct {
// contains filtered or unexported fields
}
MockSchemaClientBoundMockRecorder is the mock recorder for MockSchemaClientBound.
func (*MockSchemaClientBoundMockRecorder) GetSchema ¶
func (mr *MockSchemaClientBoundMockRecorder) GetSchema(ctx, path any) *gomock.Call
GetSchema indicates an expected call of GetSchema.
func (*MockSchemaClientBoundMockRecorder) GetSchemaElements ¶
func (mr *MockSchemaClientBoundMockRecorder) GetSchemaElements(ctx, p, done any) *gomock.Call
GetSchemaElements indicates an expected call of GetSchemaElements.
Click to show internal directories.
Click to hide internal directories.