Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
FileCache is metadata for files cached at file system.
func NewFileCache ¶
NewFileCache initialize FileCache obj.
func (*FileCache) FileContent ¶
FileContent returns file with given experiment id and path.
func (*FileCache) FileTreeNested ¶
func (f *FileCache) FileTreeNested(expID int) ([]*experimentv1.FileNode, error)
FileTreeNested returns folder tree structure with given experiment id.
Click to show internal directories.
Click to hide internal directories.