package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 27, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Download downloads a sample via the API. It is triggered by the `get` command and returns an
error on failure
type Item struct {
FileName string `json:"file_name"`
FileType string `json:"file_type"`
FileSize uint `json:"file_size"`
Signature string `json:"signature"`
FirstSeen string `json:"first_seen"`
Sha256Hash string `json:"sha256_hash"`
}
type Response struct {
QueryStatus string `json:"query_status"`
Data []Item `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.