7 lines
67 B
Go
Raw Normal View History

2025-02-22 09:42:15 +01:00
package model
type Project struct {
ID string
Label string
}