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 *sdcpb.Path, done chan struct{}) (chan *sdcpb.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) GetSchemaSdcpbPath(ctx context.Context, path *sdcpb.Path) (*sdcpb.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) GetSchemaSlicePath(ctx context.Context, path []string) (*sdcpb.GetSchemaResponse, error)
- func (m *MockSchemaClientBound) ToPath(ctx context.Context, path []string) (*sdcpb.Path, error)
- type MockSchemaClientBoundMockRecorder
- func (mr *MockSchemaClientBoundMockRecorder) GetSchemaElements(ctx, p, done any) *gomock.Call
- func (mr *MockSchemaClientBoundMockRecorder) GetSchemaSdcpbPath(ctx, path any) *gomock.Call
- func (mr *MockSchemaClientBoundMockRecorder) GetSchemaSlicePath(ctx, path any) *gomock.Call
- func (mr *MockSchemaClientBoundMockRecorder) ToPath(ctx, path any) *gomock.Call
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 *sdcpb.Path, done chan struct{}) (chan *sdcpb.GetSchemaResponse, error)
GetSchemaElements mocks base method.
func (*MockSchemaClientBound) GetSchemaSdcpbPath ¶ added in v0.0.54
func (m *MockSchemaClientBound) GetSchemaSdcpbPath(ctx context.Context, path *sdcpb.Path) (*sdcpb.GetSchemaResponse, error)
GetSchemaSdcpbPath mocks base method.
func (*MockSchemaClientBound) GetSchemaSlicePath ¶ added in v0.0.54
func (m *MockSchemaClientBound) GetSchemaSlicePath(ctx context.Context, path []string) (*sdcpb.GetSchemaResponse, error)
GetSchemaSlicePath 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.
func (*MockSchemaClientBoundMockRecorder) GetSchemaSlicePath ¶ added in v0.0.54
func (mr *MockSchemaClientBoundMockRecorder) GetSchemaSlicePath(ctx, path any) *gomock.Call
GetSchemaSlicePath indicates an expected call of GetSchemaSlicePath.