Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a mock conduit server.
func (*Server) Close ¶
func (s *Server) Close()
Close shuts down the server. This should be called at the end of every test or by using defer.
func (*Server) RegisterCapabilities ¶
func (s *Server) RegisterCapabilities()
RegisterCapabilities adds a default handler for the `conduit.getcapabilities` API endpoint.
Click to show internal directories.
Click to hide internal directories.