dashboard

package
v0.0.0-...-d8ff00b Latest Latest
Warning

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

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

Documentation

Overview

package dashboard defines data structures used in dashboard communication and provides client interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crash

type Crash struct {
	Tag    string
	Desc   string
	Log    []byte
	Report []byte
}

type Dashboard

type Dashboard struct {
	Addr   string
	Client string
	Key    string
}

func (*Dashboard) GetPatches

func (dash *Dashboard) GetPatches() ([]Patch, error)

func (*Dashboard) PollPatches

func (dash *Dashboard) PollPatches() (string, error)

func (*Dashboard) ReportCrash

func (dash *Dashboard) ReportCrash(crash *Crash) error

func (*Dashboard) ReportRepro

func (dash *Dashboard) ReportRepro(repro *Repro) error

type Patch

type Patch struct {
	Title string
	Diff  []byte
}

type Repro

type Repro struct {
	Crash      Crash
	Reproduced bool
	Opts       string
	Prog       []byte
	CProg      []byte
}

Jump to

Keyboard shortcuts

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