publish

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dashboard

type Dashboard struct {
	Name          string `json:"name"`
	Label         string `json:"label"`
	Commit        string `json:"commit"`
	OutURL        string `json:"out_url"`
	CoverageURL   string `json:"coverage_url"`
	TextSizeArm64 int64  `json:"text_size_arm64"`
	ResSize       int64  `json:"res_size"`
	Logs          []*Log `json:"logs"`
	Extra         string `json:"extra"`
}

Dashboard for dashboard.

type Log

type Log struct {
	Level string `json:"level"`
	Msg   string `json:"msg"`
}

Log from Dashboard.

Jump to

Keyboard shortcuts

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