Files
hammond/server/models/files.go
Akhil Gupta d25c30a7b2 first commit
2021-05-29 15:20:50 +05:30

6 lines
105 B
Go

package models
type CreateQuickEntryModel struct {
Comments string `json:"comments" form:"comments"`
}