Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶
type Result struct {
Filename string `json:"filename"`
Data string `json:"data"`
MD5 string `json:"md5"`
SHA1 string `json:"sha1"`
SHA256 string `json:"sha256"`
ServiceName string `json:"service_name"`
Tags []string `json:"tags"`
Comment string `json:"comment"`
StartedDateTime time.Time `json:"started_date_time"`
FinishedDateTime time.Time `json:"finished_date_time"`
}
Click to show internal directories.
Click to hide internal directories.