Documentation ¶ Index ¶ type CollectorSender type ScanMap Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CollectorSender ¶ type CollectorSender interface { // CollectAndSend collects and sends the measures to the backend. It returns the measures collected. CollectAndSend(context context.Context, runtime *runtime.Info, previousScans ScanMap) (ScanMap, error) } type ScanMap ¶ type ScanMap map[resource.ScannerID]resource.ScanConverter Source Files ¶ View all Source files interface.go Directories ¶ Show internal Expand all Path Synopsis edp unifiedmetering Click to show internal directories. Click to hide internal directories.