1 package api 2 3 type Project struct { 4 Name string `json:"name,omitempty"` 5 Active bool `json:"active"` 6 } 7
View as plain text