Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2026 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) Request(module string, object zbus.ObjectID, method string, args ...any) (*zbus.Response, error) + func (m *MockClient) RequestContext(ctx context.Context, module string, object zbus.ObjectID, method string, ...) (*zbus.Response, error) + func (m *MockClient) Status(ctx context.Context, module string) (zbus.Status, error) + func (m *MockClient) Stream(ctx context.Context, module string, object zbus.ObjectID, event string) (<-chan zbus.Event, error) + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) Request(module, object, method any, args ...any) *gomock.Call + func (mr *MockClientMockRecorder) RequestContext(ctx, module, object, method any, args ...any) *gomock.Call + func (mr *MockClientMockRecorder) Status(ctx, module any) *gomock.Call + func (mr *MockClientMockRecorder) Stream(ctx, module, object, event any) *gomock.Call + type MockConn struct + func NewMockConn(ctrl *gomock.Controller) *MockConn + func (m *MockConn) Close() error + func (m *MockConn) Do(commandName string, args ...any) (any, error) + func (m *MockConn) EXPECT() *MockConnMockRecorder + func (m *MockConn) Err() error + func (m *MockConn) Flush() error + func (m *MockConn) Receive() (any, error) + func (m *MockConn) Send(commandName string, args ...any) error + type MockConnMockRecorder struct + func (mr *MockConnMockRecorder) Close() *gomock.Call + func (mr *MockConnMockRecorder) Do(commandName any, args ...any) *gomock.Call + func (mr *MockConnMockRecorder) Err() *gomock.Call + func (mr *MockConnMockRecorder) Flush() *gomock.Call + func (mr *MockConnMockRecorder) Receive() *gomock.Call + func (mr *MockConnMockRecorder) Send(commandName any, args ...any) *gomock.Call