Begin implementation of formatted barcodes
This commit is contained in:
@@ -7,3 +7,12 @@ type BarcodeRequest struct {
|
||||
ECCLevel int `json:"ecc_level"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type FormattedBarcodeRequest struct {
|
||||
BarcodeType string `json:"barcode_type"`
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
ECCLevel int `json:"ecc_level"`
|
||||
Format string `json:"format"`
|
||||
Content interface{} `json:"content"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user