Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DeltaURLsFileName is the name of the file containing delta token(s) for a // given endpoint. The endpoint granularity varies by service. DeltaURLsFileName = "delta" // PreviousPathFileName is the name of the file containing previous path(s) for a // given endpoint. PreviousPathFileName = "previouspath" PathKey = "path" DeltaKey = "delta" )
Variables ¶
This section is empty.
Functions ¶
func AllMetadataFileNames ¶
func AllMetadataFileNames() []string
AllMetadataFileNames produces the standard set of filenames used to store graph metadata such as delta tokens and folderID->path references.
Types ¶
type CatDeltaPaths ¶
type CatDeltaPaths map[path.CategoryType]DeltaPaths
type DeltaPaths ¶
func (DeltaPaths) AddDelta ¶
func (dps DeltaPaths) AddDelta(k, d string)
func (DeltaPaths) AddPath ¶
func (dps DeltaPaths) AddPath(k, p string)
Click to show internal directories.
Click to hide internal directories.