Versions in this module Expand all Collapse all v3 v3.4.6 Mar 19, 2020 Changes in this version + type MockServer struct + Address string + GrpcServer *grpc.Server + Network string + func (ms *MockServer) ResolverAddress() resolver.Address + type MockServers struct + Servers []*MockServer + func StartMockServers(count int) (ms *MockServers, err error) + func StartMockServersOnNetwork(count int, network string) (ms *MockServers, err error) + func (ms *MockServers) StartAt(idx int) (err error) + func (ms *MockServers) Stop() + func (ms *MockServers) StopAt(idx int)