Skip to content

Commit 814108e

Browse files
committed
Bumped v0.12.2
Signed-off-by: Vishal Rana <[email protected]>
1 parent d1988b5 commit 814108e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

barcode.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ type (
44
BarcodeGenerateRequest struct {
55
Format string `json:"format"`
66
Content string `json:"content"`
7-
Size string `json:"size"`
7+
Width int `json:"width"`
8+
Height int `json:"height"`
89
}
910

1011
BarcodeGenerateResponse struct {

0 commit comments

Comments
 (0)