8 lines
99 B
Go
Raw Normal View History

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