7 lines
67 B
Go

package model
type Project struct {
ID string
Label string
}