Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *_Client
Functions ¶
func NewClient ¶
func NewClient(fsID string, c *core.PaddleFlowClient, token string) (*_Client, error)
func ToDirEntryList ¶
Types ¶
type FileInfo ¶
type FileInfo struct { Name string // relative path of file Path string // full path of file Size int64 Mtime uint64 IsDir bool Owner string Group string Mode os.FileMode // file mode, not stat mode Sys interface{} // underlying data source (can return nil) }
func (*FileInfo) FixLinkPrefix ¶
Click to show internal directories.
Click to hide internal directories.