Add a basic CLI
This commit is contained in:
parent
7ec937a138
commit
475d424f32
26 changed files with 930 additions and 102 deletions
|
|
@ -88,8 +88,8 @@ type Address struct {
|
|||
type Instance struct {
|
||||
Base
|
||||
|
||||
ProviderID string `gorm:"uniqueIndex"`
|
||||
Name string `gorm:"uniqueIndex"`
|
||||
ProviderID *string `gorm:"uniqueIndex"`
|
||||
Name string `gorm:"uniqueIndex"`
|
||||
OSType config.OSType
|
||||
OSArch config.OSArch
|
||||
OSName string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue