dashboard_reporter

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reporter

type Reporter struct {
	APIKey    string
	APISecret string
}

func (*Reporter) AddScanLogs

func (r *Reporter) AddScanLogs(id int, scanLogs []ScanLog) error

type ScanLog

type ScanLog struct {
	Log_type             string `json:"log_type"`
	Text                 string `json:"text"`
	Additional_text_type string `json:"additional_text_type"`
	Additional_text      string `json:"additional_text"`
}

type ScanLogEntries

type ScanLogEntries struct {
	Scan_log_entries []ScanLog `json:"scan_log_entries"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL