Documentation ¶
Overview ¶
Package testmetadataupdator implements a task which ingest test metadata from invocations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestMetadataTask = tq.RegisterTaskClass(tq.TaskClass{ ID: "update-test-metadata", Prototype: &taskspb.UpdateTestMetadata{}, Kind: tq.Transactional, Queue: "testmetadataupdator", RoutingPrefix: "/internal/tasks/testmetadataupdator", })
TestMetadataTask describes how to route update test metadata task.
Functions ¶
func InitServer ¶
InitServer initializes a testmetadataupdator server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.