Versions in this module Expand all Collapse all v2 v2.1.4 Oct 1, 2025 Changes in this version + type FakeConnectionsTracker struct + GetConnectionStub func(string) grpc.Connection + RemoveConnectionStub func(string) + SetInstanceIDStub func(string, string) + TrackStub func(string, grpc.Connection) + func (fake *FakeConnectionsTracker) GetConnection(arg1 string) grpc.Connection + func (fake *FakeConnectionsTracker) GetConnectionArgsForCall(i int) string + func (fake *FakeConnectionsTracker) GetConnectionCallCount() int + func (fake *FakeConnectionsTracker) GetConnectionCalls(stub func(string) grpc.Connection) + func (fake *FakeConnectionsTracker) GetConnectionReturns(result1 grpc.Connection) + func (fake *FakeConnectionsTracker) GetConnectionReturnsOnCall(i int, result1 grpc.Connection) + func (fake *FakeConnectionsTracker) Invocations() map[string][][]interface{} + func (fake *FakeConnectionsTracker) RemoveConnection(arg1 string) + func (fake *FakeConnectionsTracker) RemoveConnectionArgsForCall(i int) string + func (fake *FakeConnectionsTracker) RemoveConnectionCallCount() int + func (fake *FakeConnectionsTracker) RemoveConnectionCalls(stub func(string)) + func (fake *FakeConnectionsTracker) SetInstanceID(arg1 string, arg2 string) + func (fake *FakeConnectionsTracker) SetInstanceIDArgsForCall(i int) (string, string) + func (fake *FakeConnectionsTracker) SetInstanceIDCallCount() int + func (fake *FakeConnectionsTracker) SetInstanceIDCalls(stub func(string, string)) + func (fake *FakeConnectionsTracker) Track(arg1 string, arg2 grpc.Connection) + func (fake *FakeConnectionsTracker) TrackArgsForCall(i int) (string, grpc.Connection) + func (fake *FakeConnectionsTracker) TrackCallCount() int + func (fake *FakeConnectionsTracker) TrackCalls(stub func(string, grpc.Connection))