Versions in this module Expand all Collapse all v0 v0.1.1 Aug 7, 2020 v0.1.0 Jul 24, 2019 Changes in this version + type Flags interface + ToIndexes func() ([]Index, error) + type Index interface + GetById func(int64) (Record, error) + type Probe interface + GetById func(int64) (ProbeResults, error) + type ProbeResults interface + RecordSet func() RecordSet + Timing func() time.Duration + type Record interface + Body func() interface{} + Hash func() string + Id func() int64 + LastModified func() int64 + Source func() string + Timing func() time.Duration + Type func() string + URI func() string + type RecordSet interface + Records func() []Record