Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Dir string
)
View Source
var Filename = "cache.json"
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type File ¶
type File struct {
ItemID string `json:"item_id"`
Filename string `json:"filename"`
Content string `json:"content"`
// original field
Path string `json:"path"`
}
func (*File) GetContent ¶
type Item ¶
Click to show internal directories.
Click to hide internal directories.