planner/service/project.go

7 lines
67 B
Go
Raw Normal View History

2024-08-16 14:25:06 +02:00
package service
type Project struct {
ID string
Name string
}