package response type BarcodeResponse struct { ImageBase64 string `json:"image_base64"` Content string `json:"content"` }