Add some worker code
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
7174e030e2
commit
6a5c309399
15 changed files with 1132 additions and 2 deletions
|
|
@ -96,6 +96,8 @@ type ScaleSet struct {
|
|||
|
||||
// ScaleSetID is the github ID of the scale set. This field may not be set if
|
||||
// the scale set was ceated in GARM but has not yet been created in GitHub.
|
||||
// The scale set ID is also not globally unique. It is only unique within the context
|
||||
// of an entity.
|
||||
ScaleSetID int `gorm:"index:idx_scale_set"`
|
||||
Name string `gorm:"index:idx_name"`
|
||||
DisableUpdate bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue