lib/app/document.go

14 lines
223 B
Go
Raw Permalink Normal View History

2021-01-27 23:11:19 +00:00
package app
// Document is an object type used for rendering
type Document struct {
ID string
Filename string
HTML string
ParentID string
PDF string
SagaType string
Title string
URI string
}