annotations

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package annotations provides an API for writing annotation lines that annotee can parse and turn into LogDog annotations.

See https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/master/chromium_step.py and https://chromium.googlesource.com/infra/luci/luci-go/+/master/logdog/client/annotee/annotation/annotation.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildStep

func BuildStep(w io.Writer, name string) (int, error)

BuildStep prints a BUILD_STEP annotation.

func SeedStep

func SeedStep(w io.Writer, name string) (int, error)

SeedStep prints a SEED_STEP annotation.

func StepClosed

func StepClosed(w io.Writer) (int, error)

StepClosed prints a STEP_CLOSED annotation.

func StepCursor

func StepCursor(w io.Writer, name string) (int, error)

StepCursor prints a STEP_CURSOR annotation.

func StepException

func StepException(w io.Writer) (int, error)

StepException prints a STEP_EXCEPTION annotation.

func StepFailure

func StepFailure(w io.Writer) (int, error)

StepFailure prints a STEP_FAILURE annotation.

func StepLink(w io.Writer, label, url string) (int, error)

StepLink prints a STEP_LINK annotation.

func StepNestLevel

func StepNestLevel(w io.Writer, n int) (int, error)

StepNestLevel prints a STEP_NEST_LEVEL annotation.

func StepStarted

func StepStarted(w io.Writer) (int, error)

StepStarted prints a STEP_STARTED annotation.

Types

This section is empty.

Jump to

Keyboard shortcuts

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