Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LDSOCacheEntry ¶
type LDSOCacheExtensionSection ¶
type LDSOCacheExtensionSection struct { Header LDSOCacheExtensionSectionHeader Data []byte }
type LDSOCacheFile ¶
type LDSOCacheFile struct { Header LDSORawCacheHeader Entries []LDSOCacheEntry Extensions []LDSOCacheExtensionSection }
func LoadCacheFile ¶
func LoadCacheFile(path string) (*LDSOCacheFile, error)
LoadCacheFile attempts to load a cache file from disk. When successful, it returns an LDSOCacheFile pointer which contains all relevant information from the cache file.
func (*LDSOCacheFile) Write ¶
func (cf *LDSOCacheFile) Write(path string) error
Write writes a cache file to disk.
type LDSORawCacheEntry ¶
Click to show internal directories.
Click to hide internal directories.