Documentation
¶
Index ¶
Constants ¶
View Source
const ( BOUNDARY = "; boundary=" UploadContentDisposition = "Content-Disposition: " UploadNAME = "name=\"" UploadFILENAME = "filename=\"" ContentType = "Content-Type: " ContentLength = "Content-Length: " )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Biz ¶
type Biz struct {
Info string `json:"info,omitempty" example:"input info here" default:"info"`
Id string `json:"id,omitempty" example:"id123zqqeeadg24qasd" default:"id123zqqeeadg24qasd"`
Offset int `json:"offset,omitempty" example:"0" default:"0"`
Limit int `json:"limit,omitempty" example:"10" default:"10"`
}
type FileHeader ¶
type FileRequest ¶
Click to show internal directories.
Click to hide internal directories.