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

This commit is contained in:
2025-01-12 19:20:02 -06:00
parent 04516e4e19
commit 434d3fed1b
2 changed files with 22 additions and 44 deletions

View File

@@ -16,6 +16,10 @@ import (
"git.anomalous.dev/57_Wolve/uberbringer/snowflake"
)
type Queue struct {
Data []Item `json:"data"`
}
type InputData struct {
Data []Item `json:"data"`
}