Documentation ¶ Index ¶ func InitServer(srv *server.Server, opts Options) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitServer ¶ func InitServer(srv *server.Server, opts Options) InitServer initializes a finalizer server. Types ¶ type Options ¶ type Options struct { // Hostname of the luci.resultdb.v1.ResultDB service which can be // queried to fetch the details of invocations being sent via pubsub. // E.g. "results.api.cr.dev". ResultDBHostname string } Source Files ¶ View all Source files finalizer.go Click to show internal directories. Click to hide internal directories.