# Packages
Package message_bus provides primitives to interact with the openapi HTTP API.
# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
# Constants
No description provided by the author
# Structs
BaseResponse defines model for BaseResponse.
ChangePortResponseOK defines model for ChangePortResponseOK.
GetPortsResponseOK defines model for GetPortsResponseOK.
GetStateResponseOK defines model for GetStateResponseOK.
GetVersionResponseOK defines model for GetVersionResponseOK.
Port defines model for Port.
ServerInterfaceWrapper converts echo contexts to parameters.
# Interfaces
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.
# Type aliases
OpenOrClosePortJSONRequestBody defines body for OpenOrClosePort for application/json ContentType.
ResponseBadRequest defines model for ResponseBadRequest.
ResponseServiceUnavailable defines model for ResponseServiceUnavailable.