Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClamavWrapper ¶ added in v0.4.0
type ClamavWrapper struct {
// contains filtered or unexported fields
}
func (*ClamavWrapper) ScanReader ¶ added in v0.4.0
func (c *ClamavWrapper) ScanReader(r io.ReaderAt) *controller.APIError
type DummyAntivirus ¶ added in v0.4.0
type DummyAntivirus struct{}
func (*DummyAntivirus) ScanReader ¶ added in v0.4.0
func (d *DummyAntivirus) ScanReader(_ io.ReaderAt) *controller.APIError
Click to show internal directories.
Click to hide internal directories.