Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var URL string
Functions ¶
func GetDatasets ¶ added in v0.1.3
func GetURLsFile ¶
Types ¶
type File ¶ added in v0.1.3
type File struct {
FileID string `json:"fileId"`
DisplayFileName string `json:"displayFileName"`
FilePath string `json:"filePath"`
DecryptedFileSize int `json:"decryptedFileSize"`
DecryptedFileChecksum string `json:"decryptedFileChecksum"`
DecryptedFileChecksumType string `json:"decryptedFileChecksumType"`
}
File struct represents the file metadata
func GetFilesInfo ¶ added in v0.1.3
GetFilesInfo gets the files of the dataset by using the dataset ID
Click to show internal directories.
Click to hide internal directories.