bug1267

package
v0.36.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL