Documentation ¶
Overview ¶
Package prpctest is a package to facilitate pRPC testing by wrapping httptest with a pRPC Server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { prpc.Server // HTTP is the active HTTP test server. It will be valid when the Server is // running. HTTP *httptest.Server // Host is the server address ("addr:port") if it is running. Host string }
Server is a pRPC test server.
func (*Server) Close ¶
func (s *Server) Close()
Close closes the Server, releasing any retained resources.
func (*Server) NewClientWithOptions ¶
NewClientWithOptions returns a prpc.Client configured to use the Server.
Click to show internal directories.
Click to hide internal directories.