# 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
Defines values for SetZerotierNetworkStatusJSONBodyStatus.
Defines values for SetZerotierNetworkStatusJSONBodyStatus.
# Structs
BaseResponse defines model for BaseResponse.
CheckUploadChunkParams defines parameters for CheckUploadChunk.
GetHealthPortsOK defines model for GetHealthPortsOK.
GetHealthServicesOK defines model for GetHealthServicesOK.
HealthPorts defines model for HealthPorts.
HealthServices defines model for HealthServices.
PostUploadFileMultipartBody defines parameters for PostUploadFile.
ServerInterfaceWrapper converts echo contexts to parameters.
SetZerotierNetworkStatusJSONBody defines parameters for SetZerotierNetworkStatus.
SuccessResponseString defines model for SuccessResponseString.
ZTInfo defines model for ZTInfo.
# 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
GetZTInfoOK defines model for GetZTInfoOK.
PostUploadFileMultipartRequestBody defines body for PostUploadFile for multipart/form-data ContentType.
ResponseClientError defines model for ResponseClientError.
ResponseInternalServerError defines model for ResponseInternalServerError.
ResponseOK defines model for ResponseOK.
ResponseStringOK defines model for ResponseStringOK.
SetZerotierNetworkStatusJSONBodyStatus defines parameters for SetZerotierNetworkStatus.
SetZerotierNetworkStatusJSONRequestBody defines body for SetZerotierNetworkStatus for application/json ContentType.