7 lines
129 B
Go
7 lines
129 B
Go
package response
|
|
|
|
type BarcodeResponse struct {
|
|
ImageBase64 string `json:"image_base64"`
|
|
Content string `json:"content"`
|
|
}
|