Movatterモバイル変換


[0]ホーム

URL:


dash

package
v0.0.0-...-35ef07fLatest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License:BSD-3-ClauseImports:9Imported by:0

Details

Repository

cs.opensource.google/go/x/build

Links

Documentation

Overview

Package dash reads build.golang.org's dashboards.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeBoard

type Board struct {Repostring// repo being displayed: "go", "arch", and so onBranchstring// branch in repoBuilders  []string// builder columnsRevisions []*Line// commit lines, newest to oldest}

A Board is a single dashboard.

funcRead

func Read(limittime.Time) ([]*Board,error)

Read reads and returns all the dashboards on build.golang.org(for the main repo, the main repo release branches, and subrepos),including all results up to the given time limit.It guarantees that all the returned boards will have the same b.Builders slices,so that any line.Results[i] even for different boards refers to a consistentbuilder for a given i.

funcUpdate

func Update(old []*Board, limittime.Time) ([]*Board,error)

Update is like Read but takes a starting set of boards froma previous call to Read or Update and avoids redownloadinginformation from those boards.It does not modify the boards passed in as input.

typeLine

type Line struct {Repostring// same as b.RepoBranchstring// same as b.BranchRevisionstring// revision of RepoGoRevisionstring// for Repo != "go", revision of go repo being usedGoBranchstring// for Repo != "go", branch of go repo being usedDatetime.Time// date of commitAuthorstring// author of commitDescstring// commit description// // Results[i] reports b.Builders[i]'s result:// "" (not run), "ok" (passed), or the URL of the failure log// ("https://build.golang.org/log/...")Results []string}

A Line is a single commit line on a Board b.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp