Create new type and remove un-used code
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 9s
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 9s
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"github.com/liamg/tml"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/config"
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/service"
|
||||
"uberbringer/config"
|
||||
"uberbringer/service"
|
||||
)
|
||||
|
||||
var rootCommand = &cobra.Command{
|
||||
|
||||
@@ -2,11 +2,11 @@ package service
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/config"
|
||||
fifo "github.com/foize/go.fifo"
|
||||
"github.com/justinmichaelvieira/escpos"
|
||||
"github.com/liamg/tml"
|
||||
"net"
|
||||
"uberbringer/config"
|
||||
)
|
||||
|
||||
func newPrintJob(input DataStruct, queue *fifo.Queue) {
|
||||
|
||||
@@ -12,8 +12,8 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/config"
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/snowflake"
|
||||
"uberbringer/config"
|
||||
"uberbringer/snowflake"
|
||||
)
|
||||
|
||||
type Queue struct {
|
||||
|
||||
@@ -5,10 +5,10 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/cmd"
|
||||
"git.anomalous.dev/57_Wolve/uberbringer/config"
|
||||
"github.com/getsentry/sentry-go"
|
||||
"github.com/liamg/tml"
|
||||
"uberbringer/cmd"
|
||||
"uberbringer/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user