Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateExcel ¶
func GenerateExcel()
swagger:route GET /excel files generateExcel
Download excel.
produces:
- application/octet-stream
responses:
200: binary
Types ¶
type Binary ¶
type Binary struct {
// in: body
// swagger:strfmt binary
Payload string `json:"body"`
}
Binary is a file-download response (#1267): a binary body. The body field is declared with swagger:strfmt binary so the schema is {type:string, format:binary}; the operation sets produces: application/octet-stream.
swagger:response binary
Click to show internal directories.
Click to hide internal directories.