Documentation ¶ Index ¶ type Dashboard func New() (*Dashboard, error) func (d *Dashboard) LoadJSONL(path string) error func (d *Dashboard) Run(ctx context.Context, cancel context.CancelFunc) error func (d *Dashboard) Update(results []probe.Result) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dashboard ¶ type Dashboard struct { // contains filtered or unexported fields } func New ¶ func New() (*Dashboard, error) func (*Dashboard) LoadJSONL ¶ func (d *Dashboard) LoadJSONL(path string) error func (*Dashboard) Run ¶ func (d *Dashboard) Run(ctx context.Context, cancel context.CancelFunc) error func (*Dashboard) Update ¶ func (d *Dashboard) Update(results []probe.Result) Source Files ¶ View all Source files dashboard.go Click to show internal directories. Click to hide internal directories.