Versions in this module Expand all Collapse all v0 v0.4.1 Mar 14, 2022 Changes in this version + const ScanType + type ScanResult struct + Host string + Indexes map[string]interface{} + Info map[string]interface{} + Proto string + ScanType string + func (r *ScanResult) ID() string + func (r *ScanResult) MarshalJSON() ([]byte, error) + func (r *ScanResult) String() string + type Scanner struct + func NewScanner(proto string, opts ...ScannerOption) *Scanner + func (s *Scanner) Scan(ctx context.Context, r *scan.Request) (result scan.Result, err error) + type ScannerOption func(*Scanner) + func WithDataTimeout(timeout time.Duration) ScannerOption