mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Support for document versioning
This commit is contained in:
parent
bc2cab5721
commit
a7a82d9fe3
9 changed files with 158 additions and 110 deletions
|
@ -94,3 +94,9 @@ type SitemapDocument struct {
|
|||
Folder string
|
||||
Revised time.Time
|
||||
}
|
||||
|
||||
// Version points to a version of a document.
|
||||
type Version struct {
|
||||
VersionID string `json:"versionId"`
|
||||
DocumentID string `json:"documentId"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue