Documentation ¶
Index ¶
- Variables
- type CheckFunc
- type Server
- func (s *Server) REST() *restCtx
- func (s *Server) RPC() *rpcCtx
- func (s *Server) RealEdge() *edge.Server
- func (s *Server) Scenario() *scenario
- func (s *Server) SetGlobalPostHandlers(h ...edge.Handler)
- func (s *Server) SetGlobalPreHandlers(h ...edge.Handler)
- func (s *Server) SetHandlers(constructor int64, h ...edge.Handler)
- func (s *Server) Shutdown()
- func (s *Server) Start()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTimeout = fmt.Errorf("timeout") ErrExpectationFailed = fmt.Errorf("expectation failed") )
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) SetGlobalPostHandlers ¶ added in v0.3.8
func (*Server) SetGlobalPreHandlers ¶ added in v0.3.18
Click to show internal directories.
Click to hide internal directories.