Go generate stuff
Make types more compatible with stringer and include generate commands
This commit is contained in:
parent
0bfbf0f672
commit
c16a4c061d
3 changed files with 7 additions and 142 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue