Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON struct {
Dir string `json:"dir"`
Files map[string]*cacheFile `json:"files"`
// contains filtered or unexported fields
}
JSON implements sts.FileCache for making a local cache of file info
Click to show internal directories.
Click to hide internal directories.