Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Content string `json:"content" xml:"content" form:"content" bind:"required"` Level string `json:"level" xml:"level" form:"level" bind:"required"` Size int `json:"size" xml:"size" form:"size"` BackgroundColor string `json:"backColor" xml:"backColor" form:"backColor"` ForegroundColor string `json:"foreColor" xml:"foreColor" form:"foreColor"` LogoImage *multipart.FileHeader `json:"logoImage" xml:"logoImage" form:"logoImage"` LogoGifImage *multipart.FileHeader `json:"logoGifImage" xml:"logoGifImage" form:"logoGifImage"` BackgroundImage *multipart.FileHeader `json:"backgroundImage" xml:"backgroundImage" form:"backgroundImage"` }
Request /api/qr-code/create
Click to show internal directories.
Click to hide internal directories.