Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2021 Changes in this version + type Request struct + Err error + Req proto.Message + type Response struct + Err error + Resp proto.Message + type Server struct + Address string + LRSRequestChan *testutils.Channel + LRSResponseChan chan *Response + XDSRequestChan *testutils.Channel + XDSResponseChan chan *Response + func StartServer() (*Server, func(), error) + func (xdsS *Server) XDSClientConn() (*grpc.ClientConn, func(), error)