package
Version:
v0.36.2
Opens a new window with list of versions in this module.
Published: Aug 1, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateOrder creates an order.
swagger:route POST /orders orders createOrder
Creates an order.
Responses:
200: order
type Order struct {
Body struct {
Name string `json:"name"`
}
}
Order is used to foobar.
swagger:response order
Source Files
¶
Click to show internal directories.
Click to hide internal directories.