Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { Id uint64 `json:"id"` Name string `json:"name"` Size uint64 `json:"size"` ModTime time.Time `json:"modTime"` Author security.Identity `json:"author"` ContentType string `json:"contentType"` Hash []byte `json:"hash"` // LocalPath is the location on the local storage where the document LocalPath string `json:"localPath"` // TmpPath is the location for temporary readonly documents TmpPath string `json:"tmpPath"` // HasChanges is true when the location on the local storage is different than the last available on the exchange HasChanged bool `json:"hasChanged"` }
Document includes information about a file stored on the library. Most information refers on the synchronized state with the exchange
Click to show internal directories.
Click to hide internal directories.