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:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user