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 ¶
- func BuildStep(w io.Writer, name string) (int, error)
- func SeedStep(w io.Writer, name string) (int, error)
- func StepClosed(w io.Writer) (int, error)
- func StepCursor(w io.Writer, name string) (int, error)
- func StepException(w io.Writer) (int, error)
- func StepFailure(w io.Writer) (int, error)
- func StepLink(w io.Writer, label, url string) (int, error)
- func StepNestLevel(w io.Writer, n int) (int, error)
- func StepStarted(w io.Writer) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StepClosed ¶
StepClosed prints a STEP_CLOSED annotation.
func StepCursor ¶
StepCursor prints a STEP_CURSOR annotation.
func StepException ¶
StepException prints a STEP_EXCEPTION annotation.
func StepFailure ¶
StepFailure prints a STEP_FAILURE annotation.
func StepNestLevel ¶
StepNestLevel prints a STEP_NEST_LEVEL annotation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.