Documentation
¶
Overview ¶
Package serve Powerlab API
Serves consolidated view of multiple IPMI/DRAC/iLO implementations.
Schemes: http, https Host: localhost BasePath: /api Version: 1.0 Contact: Andrew Jenkins <andrewjjenkins@gmail.com> Consumes: - application/json Produces: - application/json - text/plain
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
func Serve(inServer *http.Server, serverManager *serverServerModule.ServerManager, devMode bool)
Types ¶
type VersionResponseBody ¶
type VersionResponseBody struct { // Required: true Major int `json:"major"` // Required: true Minor int `json:"minor"` // Required: true Build string `json:"build"` }
VersionResponse describes the version of the server and API to clients swagger:model versionResponse
Click to show internal directories.
Click to hide internal directories.