Documentation
¶
Index ¶
Constants ¶
View Source
const Logo = "" /* 168-byte string literal not displayed */
Logo is the logo.
Variables ¶
View Source
var ( // ErrScan means scan help. ErrScan = errors.New("malwatch scan [ PATH ]") // ErrHistory means history help. ErrHistory = errors.New("malwatch history { get | del } [ TARGET | PATH ]") // ErrActs means acts help. ErrActs = errors.New("malwatch actions { get | set | del } PATH SIGNATURE [ ACTION... ]") // ErrQuarantine means quarantine help. ErrQuarantine = errors.New("malwatch quarantine PATH") // ErrExile means exile help. ErrExile = errors.New("malwatch exile PATH") // ErrRestore means restore help. ErrRestore = errors.New("malwatch restore { PATH | SCAN_ID }") // ErrSubmit means submit help. ErrSubmit = errors.New("malwatch submit PATH") // ErrSigs means sig help. ErrSigs = errors.New("malwatch signatures { update | refresh }") // ErrInfo means info help. ErrInfo = errors.New("malwatch info") // ErrInstall means install help. ErrInstall = errors.New("malwatch install") )
https://developers.google.com/style/code-syntax
View Source
var ( // ErrMonitor means monitor help. ErrMonitor = errors.New("malwatch-monitor start") )
malwatch-monitor
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.