First working version. Can add Projects and Tasks
This commit is contained in:
7
model/project.go
Normal file
7
model/project.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Project struct {
|
||||
ID int64 `storm:"id,increment",json:"id"`
|
||||
Title string `storm:"index",json:"title"`
|
||||
UUID string `storm:"unique",json:"uuid,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user