Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateRoute ¶
func CalculateRoute(ctx *fiber.Ctx) error
Types ¶
type CalculatedRouteResp ¶
type CalculatedRouteResp struct {
Steps []string `json:"steps"` // contains the steps between 2 squares as algebric annotations.
}
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewWebServer ¶
func NewWebServer(host, port string) *HTTPServer
func (*HTTPServer) Initialize ¶
func (server *HTTPServer) Initialize()
func (*HTTPServer) Run ¶
func (server *HTTPServer) Run() error
Click to show internal directories.
Click to hide internal directories.