Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RouteExtender ¶ added in v0.3.0
func RouteExtender(v1 *echo.Group, handler *handler.ExtenderHandler)
RouteExtender routes request for extender to 4 endpoints.
Types ¶
type SimulatorServer ¶
type SimulatorServer struct {
// contains filtered or unexported fields
}
SimulatorServer is server for simulator.
func NewSimulatorServer ¶
func NewSimulatorServer(cfg *config.Config, dic *di.Container) *SimulatorServer
NewSimulatorServer initialize SimulatorServer.
func (*SimulatorServer) Start ¶
func (s *SimulatorServer) Start(port int) ( func(), error, )
Start starts SimulatorServer.
Click to show internal directories.
Click to hide internal directories.