Skip to content
Snippets Groups Projects
instance.go 139 B
Newer Older
package tables

type Instance struct {
	ID          uint `gorm:"primaryKey"`
	Name        string
	Description string
Jonas Leder's avatar
Jonas Leder committed
	Apikey      string