Virustotal arguments

This commit is contained in:
Remco
2017-03-22 23:14:01 +01:00
parent 7471990ef5
commit d6f225e232
2 changed files with 16 additions and 0 deletions

View File

@ -66,6 +66,12 @@ func ClamavHost(s string) OptionFn {
}
}
func VirustotalKey(s string) OptionFn {
return func(srvr *Server) {
srvr.VirusTotalKey = s
}
}
func Listener(s string) OptionFn {
return func(srvr *Server) {
srvr.ListenerString = s