Go generate stuff

Make types more compatible with stringer and include generate commands
This commit is contained in:
Melody Becker 2024-09-18 10:54:04 +02:00
parent 0bfbf0f672
commit c16a4c061d
3 changed files with 7 additions and 142 deletions

View file

@ -7,7 +7,7 @@ import (
// Auto-generate string names for the various constants
//go:generate stringer -type InboundJobSource
type InboundJobSource uint8
type InboundJobSource int
// TODO: Adjust and expand these constants later, depending on sources
const (