Documentation
¶
Overview ¶
Package classification db-server
Documentation for db-server ¶
Schemes: http BasePath: / Version: 1.0.0
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 OrderResponse ¶
type OrderResponse struct {
// An order in the system
// in: body
Body *entity.Order `json:"body"`
}
OrderResponse represents the response for an order swagger:response orderResponse
Click to show internal directories.
Click to hide internal directories.