Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleMonitorRequest ¶
func HandleMonitorRequest(w http.ResponseWriter, r *http.Request)
HandleMonitorRequest handles the monitor http request. events are emitted to the monitor event channel.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer() *Server
type SimuRpcHandler ¶
type SimuRpcHandler struct {
// contains filtered or unexported fields
}
func NewSimuRpcHandler ¶
func NewSimuRpcHandler(simu *sim.Simulation) *SimuRpcHandler
func (SimuRpcHandler) HandleMessage ¶
func (s SimuRpcHandler) HandleMessage(r *rpc.Request) error
Click to show internal directories.
Click to hide internal directories.