feat(handlers): Implement barcode generation
This commit is contained in:
@@ -31,7 +31,7 @@ func idToEan13(id string, prefix string) (string, error) {
|
||||
}
|
||||
|
||||
func (t *DefaultTemplater) GenerateBarcode(code string, format string, prefix string) (string, error) {
|
||||
gen := &DefaultBarcodeGenerator{}
|
||||
gen := &DefaultBarcodeService{}
|
||||
var err error
|
||||
|
||||
if format == "ean13" {
|
||||
|
||||
Reference in New Issue
Block a user