Versions in this module Expand all Collapse all v1 v1.2.0 Oct 1, 2024 Changes in this version + type DefaultTestBufconnConnectionFactory struct + func NewDefaultTestBufconnConnectionFactory(lis *bufconn.Listener) *DefaultTestBufconnConnectionFactory + func (f *DefaultTestBufconnConnectionFactory) Create(opts ...grpc.DialOption) (*grpc.ClientConn, error) + type TestBufconnConnectionFactory interface + Create func(opts ...grpc.DialOption) (*grpc.ClientConn, error) v1.1.0 Mar 14, 2024 v1.0.0 Feb 20, 2024 Changes in this version + func NewBufconnListener(size int) *bufconn.Listener