Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VirusTotal ¶
type VirusTotal struct {
// contains filtered or unexported fields
}
func New ¶
func New(apiKey string) *VirusTotal
func NewForTest ¶
func NewForTest(client *http.Client, baseURL string) *VirusTotal
func (*VirusTotal) UploadFile ¶
func (v *VirusTotal) UploadFile(fileName string, content []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.