| 123456789101112131415161718192021 |
- // Code generated by go-swagger; DO NOT EDIT.
- // Package restapi Optimal power production allocation service
- //
- // This API exposes an algorithm that computes optimal power production allocation for a given power need and power plant capacity.
- // Schemes:
- // http
- // Host: localhost
- // BasePath: /
- // Version: 0.0.1
- //
- // Consumes:
- // - application/eu.reverservices.gem.spaas.v1+json
- // - application/json
- //
- // Produces:
- // - application/eu.reverservices.gem.spaas.v1+json
- // - application/json
- //
- // swagger:meta
- package restapi
|