Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 30, 2022 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/4417789df3da567ad18e3f9789461564 to your computer and use it in GitHub Desktop.
Save parzibyte/4417789df3da567ad18e3f9789461564 to your computer and use it in GitHub Desktop.
type ImpresionConNombre struct {
Operaciones []OperacionEscpos `json:"operaciones"`
NombreImpresora string `json:"nombreImpresora"`
Serial string `json:"serial"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment