Documentation
¶
Overview ¶
Package mockschemaclientbound is a generated GoMock package.
Index ¶
- type MockSchemaClientBound
- func (m *MockSchemaClientBound) EXPECT() *MockSchemaClientBoundMockRecorder
- func (m *MockSchemaClientBound) GetSchemaElements(ctx context.Context, p *schema_server.Path, done chan struct{}) (chan *schema_server.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) GetSchemaSdcpbPath(ctx context.Context, path *schema_server.Path) (*schema_server.GetSchemaResponse, 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) 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) GetSchemaSdcpbPath ¶ added in v0.0.54
func (m *MockSchemaClientBound) GetSchemaSdcpbPath(ctx context.Context, path *schema_server.Path) (*schema_server.GetSchemaResponse, error)
GetSchemaSdcpbPath mocks base method.
type MockSchemaClientBoundMockRecorder ¶
type MockSchemaClientBoundMockRecorder struct {
// contains filtered or unexported fields
}
MockSchemaClientBoundMockRecorder is the mock recorder for MockSchemaClientBound.
func (*MockSchemaClientBoundMockRecorder) GetSchemaElements ¶
func (mr *MockSchemaClientBoundMockRecorder) GetSchemaElements(ctx, p, done any) *gomock.Call
GetSchemaElements indicates an expected call of GetSchemaElements.
func (*MockSchemaClientBoundMockRecorder) GetSchemaSdcpbPath ¶ added in v0.0.54
func (mr *MockSchemaClientBoundMockRecorder) GetSchemaSdcpbPath(ctx, path any) *gomock.Call
GetSchemaSdcpbPath indicates an expected call of GetSchemaSdcpbPath.
Click to show internal directories.
Click to hide internal directories.