Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Scope string `json:"scope"` CacheKey string `json:"cacheKey"` CacheVersion string `json:"cacheVersion"` CreationTime string `json:"creationTime"` // 2021-11-02T23:02:58.89Z ArchiveLocation string `json:"archiveLocation"` // Used to store path info so the archive url can be calculated StorageBackendType string `json:"-"` StorageBackendPath string `json:"-"` }
Click to show internal directories.
Click to hide internal directories.