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"`
DatasetID string `json:"datasetId"`
DisplayFileName string `json:"displayFileName"`
FilePath string `json:"filePath"`
FileName string `json:"fileName"`
FileSize int `json:"fileSize"`
DecryptedFileSize int `json:"decryptedFileSize"`
DecryptedFileChecksum string `json:"decryptedFileChecksum"`
DecryptedFileChecksumType string `json:"decryptedFileChecksumType"`
FileStatus string `json:"fileStatus"`
CreatedAt string `json:"createdAt"`
LastModified string `json:"lastModified"`
}
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.