Add a basic CLI

This commit is contained in:
Gabriel Adrian Samfira 2022-05-02 17:55:29 +00:00
parent 7ec937a138
commit 475d424f32
26 changed files with 930 additions and 102 deletions

View file

@ -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