Skip to content
Snippets Groups Projects
instance.go 119 B
Newer Older
  • Learn to ignore specific revisions
  • package tables
    
    type Instance struct {
    	ID          uint `gorm:"primaryKey"`
    	Name        string
    	Description string
    }