Implement web-server
This commit is contained in:
9
web/types.go
Normal file
9
web/types.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package web
|
||||
|
||||
type BarcodeRequest struct {
|
||||
BarcodeType string `json:"barcode_type"`
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
ECCLevel int `json:"ecc_level"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user