textualize/core/Document/Document.go
2022-12-13 13:03:26 -06:00

10 lines
131 B
Go

package document
type Entity struct {
Id string
GroupId string
Name string
Path string
ProjectId string
}