8 lines
99 B
Go
8 lines
99 B
Go
package model
|
|
|
|
type Project struct {
|
|
ID string
|
|
Name string
|
|
Description string
|
|
}
|