package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Sep 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileNode struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
IsFolder bool `json:"isFolder"`
MimeType *string `json:"mimeType"`
File *string `json:"file"`
Children []FileNode `json:"children"`
}
type NewFileNode struct {
Name string `json:"name"`
Description string `json:"description"`
IsFolder bool `json:"isFolder"`
MimeType *string `json:"mimeType"`
File *string `json:"file"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.