package tables

type Instance struct {
	ID          uint `gorm:"primaryKey"`
	Name        string
	Description string
	Apikey      string
}