Documentation ¶
Overview ¶
Package doc provides data structures definitions used by swagger to generate documentation. AlgoreaBackend API. API for the Algorea backend.
Schemes: http, https Host: localhost BasePath: / Version: 0.0.1 License: MIT http://opensource.org/licenses/MIT Consumes: - application/json Produces: - application/json
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedResponse ¶
type CreatedResponse struct { // "created" // enum: created // required: true Message string `json:"message"` // true // required: true Success bool `json:"success"` }
swagger:model createdResponse
Click to show internal directories.
Click to hide internal directories.