Documentation ¶
Overview ¶
Package resultdb provides implementation for luci.resultdb.v1.ResultDB service.
Index ¶
Constants ¶
View Source
const ( // RunTestVerdictsResponseLimitBytes is the default soft limit on the number of bytes // that should be returned by a run test verdicts query. RunTestVerdictsResponseLimitBytes = 20 * 1000 * 1000 // 20 MB )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // InsecureSelfURLs is set to true to use http:// (not https://) for URLs // pointing back to ResultDB. InsecureSelfURLs bool // ContentHostnameMap maps a Host header of GetArtifact request to a host name // to use for all user-content URLs. // // Special key "*" indicates a fallback. ContentHostnameMap map[string]string // ArtifactRBEInstance is the name of the RBE instance to use for artifact // storage. Example: "projects/luci-resultdb/instances/artifacts". ArtifactRBEInstance string }
Options is resultdb server configuration.
Source Files ¶
- batch_get_test_variants.go
- get_artifact.go
- get_instruction.go
- get_invocation.go
- get_test_exoneration.go
- get_test_result.go
- list_artifact_lines.go
- list_artifacts.go
- list_test_exonerations.go
- list_test_results.go
- metrics.go
- query_artifact_failure_only_lines.go
- query_artifacts.go
- query_instruction.go
- query_invocation_variant_artifact_groups.go
- query_invocation_variant_artifacts.go
- query_new_test_variants.go
- query_root_invocation_names.go
- query_run_test_verdicts.go
- query_test_exonerations.go
- query_test_metadata.go
- query_test_result_statistics.go
- query_test_results.go
- query_test_variant_artifact_groups.go
- query_test_variant_artifacts.go
- query_test_variants.go
- resultdb.go
Click to show internal directories.
Click to hide internal directories.