Documentation ¶
Overview ¶
Package recorder implements a binary that hosts luci.resultdb.v1.Recorder service.
Index ¶
Constants ¶
View Source
const UpdateTokenMetadataKey = "update-token"
UpdateTokenMetadataKey is the metadata.MD key for the secret update token required to mutate an invocation. It is returned by CreateInvocation RPC in response header metadata, and is required by all RPCs mutating an invocation.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Duration since invocation creation after which to delete expected test // results. ExpectedResultsExpiration time.Duration // ArtifactRBEInstance is the name of the RBE instance to use for artifact // storage. Example: "projects/luci-resultdb/instances/artifacts". ArtifactRBEInstance string }
Options is recorder server configuration.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.