Directories
¶
Path | Synopsis |
---|---|
analysis
|
|
app
Package app contains pub/sub handlers.
|
Package app contains pub/sub handlers. |
pbutil
Package pbutil contains methods for manipulating LUCI Analysis protos.
|
Package pbutil contains methods for manipulating LUCI Analysis protos. |
rpc
Package rpc contains implementations for remote proceedure calls exposed by LUCI Analysis.
|
Package rpc contains implementations for remote proceedure calls exposed by LUCI Analysis. |
server
Package server contains shared server initialisation logic for LUCI Analysis services.
|
Package server contains shared server initialisation logic for LUCI Analysis services. |
Package appengine contains helper packages targeting the GAE first-gen runtime.
|
Package appengine contains helper packages targeting the GAE first-gen runtime. |
bqlog
Package bqlog provides a mechanism to asynchronously log rows to BigQuery.
|
Package bqlog provides a mechanism to asynchronously log rows to BigQuery. |
gaeauth/client
Package client implements OAuth2 authentication for outbound connections from Appengine using the application services account.
|
Package client implements OAuth2 authentication for outbound connections from Appengine using the application services account. |
gaeauth/server
Package server implements authentication for inbound HTTP requests on GAE.
|
Package server implements authentication for inbound HTTP requests on GAE. |
gaeauth/server/gaesigner
Package gaesigner implements signing.Signer interface using GAE App Identity API.
|
Package gaesigner implements signing.Signer interface using GAE App Identity API. |
gaemiddleware
Package gaemiddleware provides a standard middleware for first-gen Appengine apps.
|
Package gaemiddleware provides a standard middleware for first-gen Appengine apps. |
gaemiddleware/standard
Package standard exposes a gaemiddleware Environment for Classic AppEngine.
|
Package standard exposes a gaemiddleware Environment for Classic AppEngine. |
gaesecrets
Package gaesecrets implements storage of secret blobs on top of datastore.
|
Package gaesecrets implements storage of secret blobs on top of datastore. |
gaesettings
Package gaesettings implements settings.Storage interface on top of GAE datastore.
|
Package gaesettings implements settings.Storage interface on top of GAE datastore. |
gaetesting
Package gaetesting is DEPRECATED.
|
Package gaetesting is DEPRECATED. |
tq
Package tq implements simple routing layer for task queue tasks.
|
Package tq implements simple routing layer for task queue tasks. |
tq/tqtesting
Package tqtesting can be used in unit tests to simulate task queue calls produced by tq.Dispatcher.
|
Package tqtesting can be used in unit tests to simulate task queue calls produced by tq.Dispatcher. |
tsmon
Package tsmon adapts common/tsmon library to GAE environment.
|
Package tsmon adapts common/tsmon library to GAE environment. |
Package auth implements a wrapper around golang.org/x/oauth2.
|
Package auth implements a wrapper around golang.org/x/oauth2. |
authctx
Package authctx allows to run subprocesses in an environment with ambient auth.
|
Package authctx allows to run subprocesses in an environment with ambient auth. |
client/authcli
Package authcli implements authentication related flags parsing and CLI subcommands.
|
Package authcli implements authentication related flags parsing and CLI subcommands. |
client/cmd/authdb-dump
Command authdb-dump can dump AuthDB proto served by an Auth Service.
|
Command authdb-dump can dump AuthDB proto served by an Auth Service. |
client/cmd/luci-auth
Command luci-auth can be used to interact with OAuth2 token cache on disk.
|
Command luci-auth can be used to interact with OAuth2 token cache on disk. |
identity
Package identity defines Identity type and related types and constants.
|
Package identity defines Identity type and related types and constants. |
integration/authtest
Package authtest implements authentication related test helpers.
|
Package authtest implements authentication related test helpers. |
integration/devshell
Package devshell implements Devshell protocol for locally getting auth token.
|
Package devshell implements Devshell protocol for locally getting auth token. |
integration/firebase
Package firebase implements an auth server that allows firebase-tools to use an exposed OAuth2 TokenSource for auth.
|
Package firebase implements an auth server that allows firebase-tools to use an exposed OAuth2 TokenSource for auth. |
integration/gcemeta
Package gcemeta implements a subset of GCE metadata server protocol.
|
Package gcemeta implements a subset of GCE metadata server protocol. |
integration/gsutil
Package gsutil implements a hacky shim that makes gsutil use LUCI local auth.
|
Package gsutil implements a hacky shim that makes gsutil use LUCI local auth. |
integration/localauth
Package localauth implements localhost HTTP server that hands out tokens to local LUCI-aware processes.
|
Package localauth implements localhost HTTP server that hands out tokens to local LUCI-aware processes. |
integration/localauth/rpcs
Package rpcs implements request/response used to get auth token via RPCs.
|
Package rpcs implements request/response used to get auth token via RPCs. |
jwt
Package jwt contains low-level utilities for verifying JSON Web Tokens.
|
Package jwt contains low-level utilities for verifying JSON Web Tokens. |
loginsessionspb
Package loginsessionspb contains protocol buffers for Login Sessions service.
|
Package loginsessionspb contains protocol buffers for Login Sessions service. |
auth_service
|
|
api/configspb
Package configspb defines configs that are used by auth service.
|
Package configspb defines configs that are used by auth service. |
api/internalspb
Package internalspb defines RPCs used internally by the auth service UI.
|
Package internalspb defines RPCs used internally by the auth service UI. |
api/rpcpb
Package rpcpb defines RPCs exposed by the auth service.
|
Package rpcpb defines RPCs exposed by the auth service. |
api/taskspb
Package taskspb defines tasks used by auth service.
|
Package taskspb defines tasks used by auth service. |
impl
Package impl contains code shared by `frontend` and `backend` services.
|
Package impl contains code shared by `frontend` and `backend` services. |
impl/info
Package info facilitates adding global application info to a context.
|
Package info facilitates adding global application info to a context. |
impl/model
Package model contains datastore model definitions.
|
Package model contains datastore model definitions. |
impl/model/graph
Package graph contains groups graph definitions and operations.
|
Package graph contains groups graph definitions and operations. |
impl/servers/accounts
Package accounts contains Accounts server implementation.
|
Package accounts contains Accounts server implementation. |
impl/servers/allowlists
Package allowlists contains Allowlists server implementation.
|
Package allowlists contains Allowlists server implementation. |
impl/servers/authdb
Package authdb contains methods to work with authdb.
|
Package authdb contains methods to work with authdb. |
impl/servers/changelogs
Package changelogs contains ChangeLogs server implementation.
|
Package changelogs contains ChangeLogs server implementation. |
impl/servers/groups
Package groups contains Groups server implementation.
|
Package groups contains Groups server implementation. |
impl/servers/imports
Package imports contains Imports endpoints implementation.
|
Package imports contains Imports endpoints implementation. |
impl/servers/internals
Package internals contains Internals server implementation.
|
Package internals contains Internals server implementation. |
impl/servers/oauth
Package oauth contains methods to work with oauth endpoint.
|
Package oauth contains methods to work with oauth endpoint. |
services/backend
Package main is the main point of entry for the backend module.
|
Package main is the main point of entry for the backend module. |
services/frontend
Package main is the main point of entry for the frontend module.
|
Package main is the main point of entry for the frontend module. |
testsupport
Package testsupport contains helper functions for testing auth service.
|
Package testsupport contains helper functions for testing auth service. |
Package main implements the App Engine based HTTP server to handle request to LUCI Bisection
|
Package main implements the App Engine based HTTP server to handle request to LUCI Bisection |
compilefailureanalysis
Package compilefailureanalysis is the component for analyzing compile failures.
|
Package compilefailureanalysis is the component for analyzing compile failures. |
compilefailureanalysis/cancelanalysis
Package cancelanalysis handles cancelation of existing analyses.
|
Package cancelanalysis handles cancelation of existing analyses. |
compilefailureanalysis/compilelog
Package compilelogs handles downloading logs for compile failures
|
Package compilelogs handles downloading logs for compile failures |
compilefailureanalysis/nthsection
Package nthsection performs nthsection analysis.
|
Package nthsection performs nthsection analysis. |
compilefailureanalysis/statusupdater
Package statusupdater updates analysis status based on the data in datastore.
|
Package statusupdater updates analysis status based on the data in datastore. |
compilefailuredetection
package failure_detection analyses a failed build and determines if it needs to trigger a new analysis for it
|
package failure_detection analyses a failed build and determines if it needs to trigger a new analysis for it |
culpritaction/revertculprit
Package revertculprit contains the logic to revert culprits
|
Package revertculprit contains the logic to revert culprits |
culpritverification
package culpritverification verifies if a suspect is a culprit.
|
package culpritverification verifies if a suspect is a culprit. |
frontend/handlers
package handlers contains the data structures and functions used for serving GoFindit HTTP routes, such as the GoFindit frontend
|
package handlers contains the data structures and functions used for serving GoFindit HTTP routes, such as the GoFindit frontend |
metrics
Package metrics handles sending metrics to tsmon.
|
Package metrics handles sending metrics to tsmon. |
model
package model contains the datastore model for GoFindit.
|
package model contains the datastore model for GoFindit. |
proto/config
Package configpb contains protos for service-wide configuration data for LUCI Bisection
|
Package configpb contains protos for service-wide configuration data for LUCI Bisection |
pubsub
Package pubsub handles pub/sub messages
|
Package pubsub handles pub/sub messages |
rerun
Package rerun handles rerun for a build.
|
Package rerun handles rerun for a build. |
server
package server implements the server to handle pRPC requests.
|
package server implements the server to handle pRPC requests. |
util
Package util contains utility functions
|
Package util contains utility functions |
util/changelogutil
Package changelogutil contains utility functions for changelogs.
|
Package changelogutil contains utility functions for changelogs. |
util/datastoreutil
Package datastoreutil contains utility functions related to datastore entities
|
Package datastoreutil contains utility functions related to datastore entities |
util/loggingutil
Package loggingutil contains utility functions for logging.
|
Package loggingutil contains utility functions for logging. |
util/testutil
Package testutil contains utility functions for test.
|
Package testutil contains utility functions for test. |
Package buildbucket is a client library for Buildbucket service.
|
Package buildbucket is a client library for Buildbucket service. |
appengine/frontend
Package main is the main entry point for the app.
|
Package main is the main entry point for the app. |
appengine/model
Package model contains datastore model implementation.
|
Package model contains datastore model implementation. |
appengine/monitor
Package main is the main entry point for the app.
|
Package main is the main entry point for the app. |
appengine/rpc
Package rpc contains rpc service implementation.
|
Package rpc contains rpc service implementation. |
appengine/rpc/testutil
Package testutil contains util functions for testing buildbucket RPCs.
|
Package testutil contains util functions for testing buildbucket RPCs. |
appengine/tasks
Package tasks contains task queue implementations.
|
Package tasks contains task queue implementations. |
appengine/tasks/defs
Package taskdefs contains task queue task definitions.
|
Package taskdefs contains task queue task definitions. |
bbperms
Package bbperms contains a list of registered buildbucket Realm permissions.
|
Package bbperms contains a list of registered buildbucket Realm permissions. |
cli
Package cli implements CLI client for buildbucket service.
|
Package cli implements CLI client for buildbucket service. |
cmd/bbagent
Command bbagent is Buildbucket's agent running in swarming.
|
Command bbagent is Buildbucket's agent running in swarming. |
cmd/dump_build
Command dump_build is a simple CLI debugging toolV which reads a binary Build message (with optional zlib compression) and then dumps the decoded build as JSONPB to stdout.
|
Command dump_build is a simple CLI debugging toolV which reads a binary Build message (with optional zlib compression) and then dumps the decoded build as JSONPB to stdout. |
metrics
Package bbmetrics contains metric related models shared between LUCI services.
|
Package bbmetrics contains metric related models shared between LUCI services. |
proto
Package buildbucketpb is generated from Buildbucket .proto files.
|
Package buildbucketpb is generated from Buildbucket .proto files. |
protoutil
Package protoutil provides utility functions for protobuf messages in ../proto package.
|
Package protoutil provides utility functions for protobuf messages in ../proto package. |
cipd
|
|
api/admin/v1
Package api contains CIPD backend API definitions.
|
Package api contains CIPD backend API definitions. |
api/cipd/v1
Package api contains CIPD backend API definitions.
|
Package api contains CIPD backend API definitions. |
api/config/v1
Package api contains CIPD backend API definitions.
|
Package api contains CIPD backend API definitions. |
appengine/backend
Binary backend implements HTTP server that handles task queues and crons.
|
Binary backend implements HTTP server that handles task queues and crons. |
appengine/frontend
Binary frontend implements HTTP server that handles requests to 'default' module.
|
Binary frontend implements HTTP server that handles requests to 'default' module. |
appengine/impl
Package impl instantiates the full implementation of the CIPD backend services.
|
Package impl instantiates the full implementation of the CIPD backend services. |
appengine/impl/accesslog
Package accesslog implements an gRPC interceptor that logs calls to a BigQuery table.
|
Package accesslog implements an gRPC interceptor that logs calls to a BigQuery table. |
appengine/impl/admin
Package admin contains implementation of cipd.Admin RPC service.
|
Package admin contains implementation of cipd.Admin RPC service. |
appengine/impl/bootstrap
Package bootstrap contains utilities for "bootstrap packages" feature.
|
Package bootstrap contains utilities for "bootstrap packages" feature. |
appengine/impl/cas
Package cas contains implementation of cipd.Storage service RPC service.
|
Package cas contains implementation of cipd.Storage service RPC service. |
appengine/impl/cas/tasks
Package tasks contains task queue tasks definitions.
|
Package tasks contains task queue tasks definitions. |
appengine/impl/gs
Package gs implement Google Storage API wrapper used by CIPD backend.
|
Package gs implement Google Storage API wrapper used by CIPD backend. |
appengine/impl/metadata
Package metadata implements handling of prefix metadata.
|
Package metadata implements handling of prefix metadata. |
appengine/impl/model
Package model contains core CIPD datastore entities.
|
Package model contains core CIPD datastore entities. |
appengine/impl/model/tasks
Package tasks contains task queue tasks definitions.
|
Package tasks contains task queue tasks definitions. |
appengine/impl/monitoring
Package monitoring implements monitoring used by CIPD backend.
|
Package monitoring implements monitoring used by CIPD backend. |
appengine/impl/repo
Package repo contains implementation of cipd.Repository service RPC service.
|
Package repo contains implementation of cipd.Repository service RPC service. |
appengine/impl/repo/processing
Package processing contains code related to post-registration instance processing.
|
Package processing contains code related to post-registration instance processing. |
appengine/impl/repo/tasks
Package tasks contains task queue tasks definitions.
|
Package tasks contains task queue tasks definitions. |
appengine/impl/rpcacl
Package rpcacl contains helpers for checking ACLs of individual RPCs.
|
Package rpcacl contains helpers for checking ACLs of individual RPCs. |
appengine/impl/settings
Package settings contains definition of global CIPD backend settings.
|
Package settings contains definition of global CIPD backend settings. |
appengine/impl/testutil
Package testutil contains helpers used from CIPD backend unit tests.
|
Package testutil contains helpers used from CIPD backend unit tests. |
appengine/ui
Package ui implements request handlers that serve user facing HTML pages.
|
Package ui implements request handlers that serve user facing HTML pages. |
appengine/verification
Binary verification implements HTTP server that handles verification tasks.
|
Binary verification implements HTTP server that handles verification tasks. |
client/cipd
Package cipd implements client side of Chrome Infra Package Deployer.
|
Package cipd implements client side of Chrome Infra Package Deployer. |
client/cipd/builder
Package builder holds functionality for building CIPD packages.
|
Package builder holds functionality for building CIPD packages. |
client/cipd/configpb
Package configpb contains definition of CIPD client config schema.
|
Package configpb contains definition of CIPD client config schema. |
client/cipd/deployer
Package deployer holds functionality for deploying CIPD packages.
|
Package deployer holds functionality for deploying CIPD packages. |
client/cipd/digests
Package digests holds types used by selfupdate mechanism to pin client hashes.
|
Package digests holds types used by selfupdate mechanism to pin client hashes. |
client/cipd/ensure
Package ensure contains methods and types for interacting with the 'ensure file format'.
|
Package ensure contains methods and types for interacting with the 'ensure file format'. |
client/cipd/fs
Package fs is file-system related utilities used internally by CIPD.
|
Package fs is file-system related utilities used internally by CIPD. |
client/cipd/pkg
Package pkg contains interfaces and struct related to CIPD package files.
|
Package pkg contains interfaces and struct related to CIPD package files. |
client/cipd/platform
Package platform contains definition of what ${os} and ${arch} mean for the current platform.
|
Package platform contains definition of what ${os} and ${arch} mean for the current platform. |
client/cipd/plugin
Package plugin contains public API of the plugin system.
|
Package plugin contains public API of the plugin system. |
client/cipd/plugin/host
Package host implements the plugin hosting functionality.
|
Package host implements the plugin hosting functionality. |
client/cipd/plugin/plugins
Package plugins contains shared plugin-side functionality.
|
Package plugins contains shared plugin-side functionality. |
client/cipd/plugin/plugins/admission
Package admission contains API for writing admission plugins.
|
Package admission contains API for writing admission plugins. |
client/cipd/plugin/protocol
Package protocol hosts protobuf messages for the CIPD plugin system.
|
Package protocol hosts protobuf messages for the CIPD plugin system. |
client/cipd/reader
Package reader implements reading contents of a CIPD package.
|
Package reader implements reading contents of a CIPD package. |
client/cipd/template
Package template implements handling of package name templates.
|
Package template implements handling of package name templates. |
client/cli
Package cli implements command line interface for CIPD client.
|
Package cli implements command line interface for CIPD client. |
client/cmd/cipd
Package main contains CIPD CLI implementation that uses Chrome Infrastructure defaults.
|
Package main contains CIPD CLI implementation that uses Chrome Infrastructure defaults. |
common/cipderr
Package cipderr contains an enumeration with possible CIPD error categories.
|
Package cipderr contains an enumeration with possible CIPD error categories. |
version
Package version provides a way for CIPD packaged Go binaries to discover their current package instance ID.
|
Package version provides a way for CIPD packaged Go binaries to discover their current package instance ID. |
client
|
|
casclient
Package casclient provides remote-apis-sdks client with luci integration.
|
Package casclient provides remote-apis-sdks client with luci integration. |
cmd/cas
Binary main is a CAS client.
|
Binary main is a CAS client. |
cmd/cas/casimpl
Package casimpl is used to implement the parent package main.
|
Package casimpl is used to implement the parent package main. |
cmd/docker-credential-luci
Command docker-credential-luci is a Docker credential helper.
|
Command docker-credential-luci is a Docker credential helper. |
cmd/git-credential-luci
Command git-credential-luci is a Git credential helper.
|
Command git-credential-luci is a Git credential helper. |
cmd/isolate
Package main is a .isolate compiler that compiles .isolate files into .isolated files and can also act as a client to an Isolate server.
|
Package main is a .isolate compiler that compiles .isolate files into .isolated files and can also act as a client to an Isolate server. |
cmd/isolate/isolateimpl
Package isolateimpl is used to implement the parent package main.
|
Package isolateimpl is used to implement the parent package main. |
cmd/swarming
Package main is a client to a Swarming server.
|
Package main is a client to a Swarming server. |
cmd/swarming/swarmingimpl
Package swarmingimpl is used to implement the parent package main.
|
Package swarmingimpl is used to implement the parent package main. |
flagpb
Package flagpb defines a flag format for protobuf messages, implements a parser and a formatter.
|
Package flagpb defines a flag format for protobuf messages, implements a parser and a formatter. |
isolate
Package isolate implements the code to process '.isolate' files to generate '.isolated' files.
|
Package isolate implements the code to process '.isolate' files to generate '.isolated' files. |
swarming
Package swarming provides similar command modification with run_isolated.py.
|
Package swarming provides similar command modification with run_isolated.py. |
versioncli
Package versioncli implements a subcommand for obtaining version with the CLI.
|
Package versioncli implements a subcommand for obtaining version with the CLI. |
common
|
|
api/buildbucket/buildbucket/v1
Package buildbucket provides access to the Build Bucket Service.
|
Package buildbucket provides access to the Build Bucket Service. |
api/buildbucket/swarmbucket/v1
Package swarmbucket provides access to the Buildbucket-Swarming integration.
|
Package swarmbucket provides access to the Buildbucket-Swarming integration. |
api/gitiles
Package gitiles implements GitilesClient in "go.chromium.org/common/proto/gitiles" package on top of Gitiles's REST API.
|
Package gitiles implements GitilesClient in "go.chromium.org/common/proto/gitiles" package on top of Gitiles's REST API. |
api/luci_config/config/v1
Package config provides access to the Configuration Service.
|
Package config provides access to the Configuration Service. |
api/swarming/swarming/v1
Package swarming provides access to the .
|
Package swarming provides access to the . |
bq
Package bq is a library for working with BigQuery.
|
Package bq is a library for working with BigQuery. |
bq/pb
Package pb contains helper protobuf messages used to define BQ schemas.
|
Package pb contains helper protobuf messages used to define BQ schemas. |
cli
Package cli is a helper package for "github.com/maruel/subcommands".
|
Package cli is a helper package for "github.com/maruel/subcommands". |
clock
Package clock is an interface to system time and timers which is easy to test.
|
Package clock is an interface to system time and timers which is easy to test. |
clock/testclock
Package testclock implements clocks for use in tests.
|
Package testclock implements clocks for use in tests. |
data/caching/cache
Package cache implements both in-memory and on-disk caching.
|
Package cache implements both in-memory and on-disk caching. |
data/caching/cacheContext
Package cacheContext implements a context.Context wrapper which caches the results of Value calls, speeding up subsequent calls for the same key.
|
Package cacheContext implements a context.Context wrapper which caches the results of Value calls, speeding up subsequent calls for the same key. |
data/caching/lazyslot
Package lazyslot implements a caching scheme for globally shared objects that take significant time to refresh.
|
Package lazyslot implements a caching scheme for globally shared objects that take significant time to refresh. |
data/caching/lru
Package lru provides least-recently-used (LRU) cache.
|
Package lru provides least-recently-used (LRU) cache. |
data/cmpbin
Package cmpbin provides binary serialization routines which ensure that the serialized objects maintain the same sort order of the original inputs when sorted bytewise (i.e.
|
Package cmpbin provides binary serialization routines which ensure that the serialized objects maintain the same sort order of the original inputs when sorted bytewise (i.e. |
data/disjointset
Package DisjointSet provides a disjoint-set data structure with fixed size.
|
Package DisjointSet provides a disjoint-set data structure with fixed size. |
data/lex64
Package lex64 is a base64 variant that preserves lexicographic ordering of bytestrings.
|
Package lex64 is a base64 variant that preserves lexicographic ordering of bytestrings. |
data/rand/cryptorand
Package cryptorand implements a mockable source or crypto strong randomness.
|
Package cryptorand implements a mockable source or crypto strong randomness. |
data/rand/mathrand
Package mathrand implements a mockable interface for math/rand.Rand.
|
Package mathrand implements a mockable interface for math/rand.Rand. |
data/recordio
Package recordio implements a basic RecordIO reader and writer.
|
Package recordio implements a basic RecordIO reader and writer. |
data/sortby
Package sortby provides a succinct way to generate correctly-behaved Less functions for use with the stdlib 'sort' package.
|
Package sortby provides a succinct way to generate correctly-behaved Less functions for use with the stdlib 'sort' package. |
data/stringset
Package stringset is an exceedingly simple 'set' implementation for strings.
|
Package stringset is an exceedingly simple 'set' implementation for strings. |
data/strpair
Package strpair implements parsing and formatting of lists of colon-delimited key-value pair strings.
|
Package strpair implements parsing and formatting of lists of colon-delimited key-value pair strings. |
data/text/pattern
Package pattern implements lightweight parsable string patterns.
|
Package pattern implements lightweight parsable string patterns. |
data/text/sanitizehtml
Package sanitizehtml implements a sanitizer of a very limited HTML.
|
Package sanitizehtml implements a sanitizer of a very limited HTML. |
data/text/sequence
Package sequence implements matching for sequences of strings.
|
Package sequence implements matching for sequences of strings. |
data/text/stringtemplate
Package stringtemplate implements Python string.Template-like substitution.
|
Package stringtemplate implements Python string.Template-like substitution. |
data/text/templateproto
Package templateproto defines a proto-based way to configure templates for JSON documents.
|
Package templateproto defines a proto-based way to configure templates for JSON documents. |
data/text/units
Package units provides common useful printable units.
|
Package units provides common useful printable units. |
data/treapstore
Package treapstore is a lightweight append-only in-memory key-value store built on top a treap (tree + heap) implementation.
|
Package treapstore is a lightweight append-only in-memory key-value store built on top a treap (tree + heap) implementation. |
errors
Package errors is an augmented replacement package for the stdlib "errors" package.
|
Package errors is an augmented replacement package for the stdlib "errors" package. |
flag
Package flag provides the utilities for implementing command line flags.
|
Package flag provides the utilities for implementing command line flags. |
flag/flagenum
Package flagenum is a utility package which facilitates implementation of flag.Value, json.Marshaler, and json.Unmarshaler interfaces via a string-to- value mapping.
|
Package flagenum is a utility package which facilitates implementation of flag.Value, json.Marshaler, and json.Unmarshaler interfaces via a string-to- value mapping. |
flag/multiflag
Package multiflag is a package providing a flag.Value implementation capable of switching between multiple registered sub-flags, each of which have their own set of parameter flags.
|
Package multiflag is a package providing a flag.Value implementation capable of switching between multiple registered sub-flags, each of which have their own set of parameter flags. |
flag/stringlistflag
Package stringlistflag provides a flag.Value implementation which resolves multiple args into a []string.
|
Package stringlistflag provides a flag.Value implementation which resolves multiple args into a []string. |
flag/stringmapflag
Package stringmapflag provides a flag.Value that, when parsed, augments a map[string]string with the supplied parameter.
|
Package stringmapflag provides a flag.Value that, when parsed, augments a map[string]string with the supplied parameter. |
flag/stringsetflag
Package stringsetflag provides a flag.Value implementation which resolves multiple args into a stringset.
|
Package stringsetflag provides a flag.Value implementation which resolves multiple args into a stringset. |
gcloud/gae
Package gae defines information about the AppEngine environment.
|
Package gae defines information about the AppEngine environment. |
gcloud/googleoauth
Package googleoauth contains some helpers related to Google OAuth2.
|
Package googleoauth contains some helpers related to Google OAuth2. |
gcloud/gs
Package gs implements a versatile Google Storage client on top of the standard Google Storage Go API.
|
Package gs implements a versatile Google Storage client on top of the standard Google Storage Go API. |
gcloud/iam
Package iam implements wrappers around some Google Cloud IAM APIs.
|
Package iam implements wrappers around some Google Cloud IAM APIs. |
git/footer
Package footer implements parsing logic for git footer and its predecessor (legacy `<KEY>=<arbitrary value>` style).
|
Package footer implements parsing logic for git footer and its predecessor (legacy `<KEY>=<arbitrary value>` style). |
iotools
Package iotools contains a collection of I/O-related utility structs and methods.
|
Package iotools contains a collection of I/O-related utility structs and methods. |
lhttp
Package lhttp implements HTTP client helper code (JSON, automatic retries, authentication, etc).
|
Package lhttp implements HTTP client helper code (JSON, automatic retries, authentication, etc). |
logging
Package logging defines Logger interface and context.Context helpers to put\get logger from context.Context.
|
Package logging defines Logger interface and context.Context helpers to put\get logger from context.Context. |
logging/gologger
Package gologger is a compatibility layer between go-logging library and luci-go/common/logging.
|
Package gologger is a compatibility layer between go-logging library and luci-go/common/logging. |
logging/sdlogger
Package sdlogger is a logger that formats entries as JSON understood by Stackdriver log collectors.
|
Package sdlogger is a logger that formats entries as JSON understood by Stackdriver log collectors. |
pagination
Package pagination contains a set of utilities that help performing common tasks associated with pagination.
|
Package pagination contains a set of utilities that help performing common tasks associated with pagination. |
pagination/dscursor
Package dscursor contains a set of utilities that help performing common tasks associated with datastore.Cursor.
|
Package dscursor contains a set of utilities that help performing common tasks associated with datastore.Cursor. |
proto
Package proto contains protobuf-related utilities.
|
Package proto contains protobuf-related utilities. |
proto/config
Package config contains luci-config protobuf definitions.
|
Package config contains luci-config protobuf definitions. |
proto/examples
Package examples shows how to design protos which adhere to the Google Cloud API design guide.
|
Package examples shows how to design protos which adhere to the Google Cloud API design guide. |
proto/gerrit
Package gerritpb contains Gerrit service definition.
|
Package gerritpb contains Gerrit service definition. |
proto/git
Package git contains Git-related protobuf definitions.
|
Package git contains Git-related protobuf definitions. |
proto/gitiles
Package gitiles contains Gitiles service definition.
|
Package gitiles contains Gitiles service definition. |
proto/gitiles/mock_gitiles
Package mock_gitiles is a generated GoMock package.
|
Package mock_gitiles is a generated GoMock package. |
proto/google/descutil
Package descutil contains utility functions for protobuf descriptor messages.
|
Package descutil contains utility functions for protobuf descriptor messages. |
proto/mask
Package mask provides utility functions for google protobuf field mask
|
Package mask provides utility functions for google protobuf field mask |
proto/msgpackpb
Package msgpackpb implements generic protobuf message serialization to msgpack.
|
Package msgpackpb implements generic protobuf message serialization to msgpack. |
proto/msgpackpb/luagen
Package luagen implements a lua code generator for proto code.
|
Package luagen implements a lua code generator for proto code. |
proto/msgpackpb/luagen/examplepb
Package examplepb serves as an example protobuf library which is structured similarly to how other protobuf libraries in this repo are structured, with the addition of a generated .lua file output.
|
Package examplepb serves as an example protobuf library which is structured similarly to how other protobuf libraries in this repo are structured, with the addition of a generated .lua file output. |
proto/paged
Package paged implements a helper for making paginated Datastore queries.
|
Package paged implements a helper for making paginated Datastore queries. |
proto/protoc
Package protoc contains helpers for running `protoc` using protos files stored in the Go source tree.
|
Package protoc contains helpers for running `protoc` using protos files stored in the Go source tree. |
proto/protowalk
Package protowalk contains routines for efficiently walking proto messages, focusing on the ability to react to field annotations.
|
Package protowalk contains routines for efficiently walking proto messages, focusing on the ability to react to field annotations. |
proto/realms
Package realms contains LUCI Realms protobuf definitions.
|
Package realms contains LUCI Realms protobuf definitions. |
proto/reflectutil
Package reflectutil has an arbitrary assortment of helpers for dealing with protobuf reflection including:
|
Package reflectutil has an arbitrary assortment of helpers for dealing with protobuf reflection including: |
proto/srcman
Package srcman contains source manifest protobuf definitions.
|
Package srcman contains source manifest protobuf definitions. |
proto/structmask
Package structmask implements a functionality similar to google.protobuf.FieldMask, but which applies only to google.protobuf.Struct.
|
Package structmask implements a functionality similar to google.protobuf.FieldMask, but which applies only to google.protobuf.Struct. |
proto/textpb
Package textpb can reformat text protos to be prettier.
|
Package textpb can reformat text protos to be prettier. |
retry/transient
Package transient allows you to tag and retry 'transient' errors (i.e.
|
Package transient allows you to tag and retry 'transient' errors (i.e. |
runtime/goroutine
Package goroutine is mostly to house a function for obtaining the current goroutine ID, but probably will eventually contain other naughty functions.
|
Package goroutine is mostly to house a function for obtaining the current goroutine ID, but probably will eventually contain other naughty functions. |
runtime/paniccatcher
Package paniccatcher package exposes a set of utility structures and methods that support standardized panic catching and handling.
|
Package paniccatcher package exposes a set of utility structures and methods that support standardized panic catching and handling. |
runtime/profiling
Package profiling provides a tool to profile various aspects of the process.
|
Package profiling provides a tool to profile various aspects of the process. |
spantest
Package spantest implements: * start/stop the Cloud Spanner Emulator, * creation/removal of a temporary gcloud config, * creation of a temporary Spanner instance, * creation/destruction of a temporary Spanner database.
|
Package spantest implements: * start/stop the Cloud Spanner Emulator, * creation/removal of a temporary gcloud config, * creation of a temporary Spanner instance, * creation/destruction of a temporary Spanner database. |
sync/dispatcher
Package dispatcher implements a super-charged version of a buffered channel connected to a (potentially) parallelized work dispatcher.
|
Package dispatcher implements a super-charged version of a buffered channel connected to a (potentially) parallelized work dispatcher. |
sync/dispatcher/buffer
Package buffer implements a batching buffer with batch lease and retry management.
|
Package buffer implements a batching buffer with batch lease and retry management. |
sync/mutexpool
Package mutexpool implements P, a pool of keyed mutexes.
|
Package mutexpool implements P, a pool of keyed mutexes. |
system/environ
Package environ is an environment variable manipulation library.
|
Package environ is an environment variable manipulation library. |
system/exec2
Package exec2 is like os/exec but supports timeout in Wait and process containment for unix using process group.
|
Package exec2 is like os/exec but supports timeout in Wait and process containment for unix using process group. |
system/exitcode
Package exitcode provides common methods to extract exit codes from errors returned by exec.Cmd.
|
Package exitcode provides common methods to extract exit codes from errors returned by exec.Cmd. |
system/pager
Package pager implements paging using commands "less" or "more", depending on availability.
|
Package pager implements paging using commands "less" or "more", depending on availability. |
system/prober
Package prober exports Probe, which implements logic to identify a wrapper's wrapped target.
|
Package prober exports Probe, which implements logic to identify a wrapper's wrapped target. |
system/shell
Package shell contains functions for quoting arguments to commands.
|
Package shell contains functions for quoting arguments to commands. |
system/signals
Package signals makes it easier to catch SIGTERM.
|
Package signals makes it easier to catch SIGTERM. |
system/terminal
Package terminal is just a way to forward
|
Package terminal is just a way to forward |
testing/assertions
Package assertions is designed to be a collection of `.` importable, goconvey compatible testing assertions, in the style of "github.com/smartystreets/assertions".
|
Package assertions is designed to be a collection of `.` importable, goconvey compatible testing assertions, in the style of "github.com/smartystreets/assertions". |
testing/mock
Package mock has utility functions for gomock.
|
Package mock has utility functions for gomock. |
testing/prpctest
Package prpctest is a package to facilitate pRPC testing by wrapping httptest with a pRPC Server.
|
Package prpctest is a package to facilitate pRPC testing by wrapping httptest with a pRPC Server. |
trace
Package trace provides support for collecting tracing spans.
|
Package trace provides support for collecting tracing spans. |
trace/tracetest
Package tracetest contains tracing system implementation useful in tests.
|
Package tracetest contains tracing system implementation useful in tests. |
tsmon
Package tsmon contains global state and utility functions for configuring and interacting with tsmon.
|
Package tsmon contains global state and utility functions for configuring and interacting with tsmon. |
tsmon/distribution
Package distribution contains distribution metrics, fixed width and geometric bucketers.
|
Package distribution contains distribution metrics, fixed width and geometric bucketers. |
tsmon/examples/beep
package dummy_project implements a demo application that populates monitoring data for a dummy_project.
|
package dummy_project implements a demo application that populates monitoring data for a dummy_project. |
tsmon/examples/beep/dummy_project
dummy_project implements a monitoring target interface for DummyProject.
|
dummy_project implements a monitoring target interface for DummyProject. |
tsmon/field
Package field contains constructors for metric field definitions.
|
Package field contains constructors for metric field definitions. |
tsmon/metric
Package metric is the API for defining metrics and updating their values.
|
Package metric is the API for defining metrics and updating their values. |
tsmon/monitor
Package monitor contains the code for sending metric data to monitoring endpoints.
|
Package monitor contains the code for sending metric data to monitoring endpoints. |
tsmon/registry
Package registry holds a map of all metrics registered by the process.
|
Package registry holds a map of all metrics registered by the process. |
tsmon/runtimestats
Package runtimestats exposes metrics related to the Go runtime.
|
Package runtimestats exposes metrics related to the Go runtime. |
tsmon/store
Package store contains code for storing and retrieving metrics.
|
Package store contains code for storing and retrieving metrics. |
tsmon/store/storetest
Package storetest is imported exclusively by tests for Store implementations.
|
Package storetest is imported exclusively by tests for Store implementations. |
tsmon/target
Package target contains information about the thing that is sending metrics - either a NetworkDevice (a machine) or a Task (a service).
|
Package target contains information about the thing that is sending metrics - either a NetworkDevice (a machine) or a Task (a service). |
tsmon/ts_mon_proto
Package ts_mon_proto contains ts_mon protobuf source and generated protobuf data.
|
Package ts_mon_proto contains ts_mon protobuf source and generated protobuf data. |
tsmon/types
Package types contains miscellaneous structs and interfaces used throughout tsmon.
|
Package types contains miscellaneous structs and interfaces used throughout tsmon. |
tsmon/versions
Package versions allows processes to report string-valued metrics with versions of various libraries they link with.
|
Package versions allows processes to report string-valued metrics with versions of various libraries they link with. |
Package config contains a client to access LUCI configuration service.
|
Package config contains a client to access LUCI configuration service. |
appengine/gaeconfig
Package gaeconfig implements LUCI-config service bindings backed by AppEngine storage and caching.
|
Package gaeconfig implements LUCI-config service bindings backed by AppEngine storage and caching. |
cfgclient
Package cfgclient contains glue code to use config.Interface client.
|
Package cfgclient contains glue code to use config.Interface client. |
impl/erroring
Package erroring implements a backend that always returns an error for all of its calls.
|
Package erroring implements a backend that always returns an error for all of its calls. |
impl/filesystem
Package filesystem implements a file system backend for the config client.
|
Package filesystem implements a file system backend for the config client. |
impl/memory
Package memory implements in-memory backend for the config client.
|
Package memory implements in-memory backend for the config client. |
impl/resolving
Package resolving implements an interface that resolves ${var} placeholders in config set names and file paths before forwarding calls to some other interface.
|
Package resolving implements an interface that resolves ${var} placeholders in config set names and file paths before forwarding calls to some other interface. |
server/cfgcache
Package cfgcache provides a datastore-based cache of individual config files.
|
Package cfgcache provides a datastore-based cache of individual config files. |
server/cfgmodule
Package cfgmodule provides a server module with a LUCI Config client.
|
Package cfgmodule provides a server module with a LUCI Config client. |
validation
Package validation provides helpers for performing and setting up handlers for config validation related requests from luci-config.
|
Package validation provides helpers for performing and setting up handlers for config validation related requests from luci-config. |
vars
Package vars implements a registry of ${var} placeholders.
|
Package vars implements a registry of ${var} placeholders. |
cv
|
|
api/config/legacy
Package tricium has a simplified version of Tricium Project Config proto.
|
Package tricium has a simplified version of Tricium Project Config proto. |
api/config/v2
Package cfgpb contains the CQ config schema.
|
Package cfgpb contains the CQ config schema. |
api/recipe/v1
Package recipe contains CQ Recipe input proto.
|
Package recipe contains CQ Recipe input proto. |
api/v0
Package cvpb contains v0 (preliminary) version of CV API.
|
Package cvpb contains v0 (preliminary) version of CV API. |
api/v1
Package cvpb contains v1 version of CV API.
|
Package cvpb contains v1 version of CV API. |
appengine/listener
Package main is the main entry point for the app.
|
Package main is the main entry point for the app. |
appengine/monitor
Package main is the main entry point for the app.
|
Package main is the main entry point for the app. |
cli
cli is a package implementing command line utilities for CV.
|
cli is a package implementing command line utilities for CV. |
settings/listener
Package listenerpb controls the settings for LUCI CV listener.
|
Package listenerpb controls the settings for LUCI CV listener. |
deploy
|
|
api/modelpb
Package modelpb contains LUCI Deploy data model messages.
|
Package modelpb contains LUCI Deploy data model messages. |
api/rpcpb
Package rpcpb contains LUCI Deploy pRPC APIs.
|
Package rpcpb contains LUCI Deploy pRPC APIs. |
service
Package main contains the main LUCI Deploy service binary.
|
Package main contains the main LUCI Deploy service binary. |
service/model
Package model contains Datastore entities definition.
|
Package model contains Datastore entities definition. |
service/rpcs
Package rpcs contains implementation of pRPC services.
|
Package rpcs contains implementation of pRPC services. |
service/ui
Package ui contains implementation of Web UI handlers.
|
Package ui contains implementation of Web UI handlers. |
examples
|
|
appengine/quotabeta
Package main contains a GAE app demonstrating how to use the server/quotabeta module to implement rate limiting for requests.
|
Package main contains a GAE app demonstrating how to use the server/quotabeta module to implement rate limiting for requests. |
appengine/quotabeta/proto
Package proto contains a dummy pRPC service used by the quota library sample app.
|
Package proto contains a dummy pRPC service used by the quota library sample app. |
appengine/quotabeta/rpc
Package rpc implements a rate-limited RPC service.
|
Package rpc implements a rate-limited RPC service. |
appengine/tq
Demo of server/tq module on Appengine.
|
Demo of server/tq module on Appengine. |
Package gae provides a fakable wrapped interface for the appengine SDK's APIs.
|
Package gae provides a fakable wrapped interface for the appengine SDK's APIs. |
filter/count
Package count contains 'counter' filters for all the gae services.
|
Package count contains 'counter' filters for all the gae services. |
filter/dscache
Package dscache provides a transparent cache for RawDatastore which is backed by Memcache.
|
Package dscache provides a transparent cache for RawDatastore which is backed by Memcache. |
filter/featureBreaker
Package featureBreaker contains filters for dynamically disabling/breaking API features at test-time.
|
Package featureBreaker contains filters for dynamically disabling/breaking API features at test-time. |
filter/featureBreaker/flaky
Package flaky can be used to emulate flaky GAE errors that happen randomly with some probability.
|
Package flaky can be used to emulate flaky GAE errors that happen randomly with some probability. |
filter/readonly
Package readonly implements a filter that enforces read-only accesses to services.
|
Package readonly implements a filter that enforces read-only accesses to services. |
filter/txnBuf
Package txnBuf contains a transaction buffer filter for the datastore service.
|
Package txnBuf contains a transaction buffer filter for the datastore service. |
filter/txndefer
Package txndefer implements a filter that calls best-effort callbacks on successful transaction commits.
|
Package txndefer implements a filter that calls best-effort callbacks on successful transaction commits. |
impl/cloud
Package cloud provides an implementation of services based on regular Cloud APIs and works from anywhere (not necessarily from AppEngine).
|
Package cloud provides an implementation of services based on regular Cloud APIs and works from anywhere (not necessarily from AppEngine). |
impl/dummy
Package dummy provides panicking dummy implementations of all service Interfaces.
|
Package dummy provides panicking dummy implementations of all service Interfaces. |
impl/memory
Package memory provides an implementation of infra/gae/libs/wrapper which backs to local memory ONLY.
|
Package memory provides an implementation of infra/gae/libs/wrapper which backs to local memory ONLY. |
impl/prod
Package prod provides an implementation of services/* which backs to AppEngine Classic (Go version <=1.11).
|
Package prod provides an implementation of services/* which backs to AppEngine Classic (Go version <=1.11). |
impl/prod/constraints
Package constraints contains production datastore constraints.
|
Package constraints contains production datastore constraints. |
service/blobstore
Package blobstore is a PLACEHOLDER for the blobstore implementation.
|
Package blobstore is a PLACEHOLDER for the blobstore implementation. |
service/datastore/dumper
Package dumper implements a very VERY dumb datastore-dumping debugging aid.
|
Package dumper implements a very VERY dumb datastore-dumping debugging aid. |
service/datastore/meta
Package meta contains some methods for interacting with GAE's metadata APIs.
|
Package meta contains some methods for interacting with GAE's metadata APIs. |
service/info/support
Package support provides Info-related support functionality.
|
Package support provides Info-related support functionality. |
service/logging
Package logging is simply documentation :)
|
Package logging is simply documentation :) |
service/urlfetch
Package urlfetch provides a way for an application to get http.RoundTripper that can make outbound HTTP requests.
|
Package urlfetch provides a way for an application to get http.RoundTripper that can make outbound HTTP requests. |
gce
|
|
api/config/v1
Package config contains VM config definitions.
|
Package config contains VM config definitions. |
api/instances/v1
Package instances contains a GCE instances service.
|
Package instances contains a GCE instances service. |
api/projects/v1
Package projects contains GCP project config definitions.
|
Package projects contains GCP project config definitions. |
api/tasks/v1
Package tasks contains task queue task definitions.
|
Package tasks contains task queue task definitions. |
appengine/backend
Package backend includes cron and task queue handlers.
|
Package backend includes cron and task queue handlers. |
appengine/config
Package config knows how import configs from LUCI-config.
|
Package config knows how import configs from LUCI-config. |
appengine/frontend
Package main is the main entry point for the app.
|
Package main is the main entry point for the app. |
appengine/model
Package model contains datastore model definitions.
|
Package model contains datastore model definitions. |
appengine/rpc
Package rpc contains RPC server implementations.
|
Package rpc contains RPC server implementations. |
appengine/rpc/memory
Package memory contains a RPC servers backed by in-memory storage.
|
Package memory contains a RPC servers backed by in-memory storage. |
appengine/testing/roundtripper
Package roundtripper contains http.RoundTripper implementations suitable for testing.
|
Package roundtripper contains http.RoundTripper implementations suitable for testing. |
cmd/agent
Package main is generated by go.chromium.org/luci/tools/cmd/assets.
|
Package main is generated by go.chromium.org/luci/tools/cmd/assets. |
vmtoken
Package vmtoken implements parsing and verification of signed GCE VM metadata tokens.
|
Package vmtoken implements parsing and verification of signed GCE VM metadata tokens. |
vmtoken/client
Package client implements client-side fetch and transmission of signed GCE VM metadata tokens.
|
Package client implements client-side fetch and transmission of signed GCE VM metadata tokens. |
grpc
|
|
appstatus
Package appstatus can attach/reterieve an application-specific response status to/from an error.
|
Package appstatus can attach/reterieve an application-specific response status to/from an error. |
cmd/prpc
Command prpc can make RPCs to pRPC servers and display their description.
|
Command prpc can make RPCs to pRPC servers and display their description. |
cmd/svcdec
Command svcdec stands for 'service decorator'.
|
Command svcdec stands for 'service decorator'. |
cmd/svcmux
Command svcmux reads a service interface XYZServer generated by protoc and generates VersionedXYZV struct that stores a map version->implementation, and a default version.
|
Command svcmux reads a service interface XYZServer generated by protoc and generates VersionedXYZV struct that stores a map version->implementation, and a default version. |
discovery
Package discovery implements RPC service introspection.
|
Package discovery implements RPC service introspection. |
grpcmon
Package grpcmon defines gRPC interceptors with monitoring instrumentation.
|
Package grpcmon defines gRPC interceptors with monitoring instrumentation. |
grpcutil
Package grpcutil is a utility package to supplement Google's gRPC package, "google.golang.org/grpc".
|
Package grpcutil is a utility package to supplement Google's gRPC package, "google.golang.org/grpc". |
logging
Package logging implements a gRPC glog.Logger implementation backed by a go.chromium.org/luci/common/logging Logger.
|
Package logging implements a gRPC glog.Logger implementation backed by a go.chromium.org/luci/common/logging Logger. |
prpc
Package prpc (provisional RPC) implements an RPC client over HTTP 1.x.
|
Package prpc (provisional RPC) implements an RPC client over HTTP 1.x. |
svcmux
Package svcmux contains utility functions used by code generated by svcmux tool.
|
Package svcmux contains utility functions used by code generated by svcmux tool. |
hardcoded
|
|
chromeinfra
Package chromeinfra contains hardcoded values related to Chrome Infra.
|
Package chromeinfra contains hardcoded values related to Chrome Infra. |
Command led implements a 'led' binary WITHOUT support for "kitchen" based tasks.
|
Command led implements a 'led' binary WITHOUT support for "kitchen" based tasks. |
ledcli
Package ledcli implements the subcommands for the `led` command line tool.
|
Package ledcli implements the subcommands for the `led` command line tool. |
ledcmd
Package ledcmd implements the subcommands for the `led` command line tool which interact with external services.
|
Package ledcmd implements the subcommands for the `led` command line tool which interact with external services. |
logdog
|
|
api/config/svcconfig
Package svcconfig stores service configuration for a LogDog instance.
|
Package svcconfig stores service configuration for a LogDog instance. |
api/endpoints/coordinator/logs/v1
Package logdog contains Version 1 of the LogDog Coordinator user interface.
|
Package logdog contains Version 1 of the LogDog Coordinator user interface. |
api/endpoints/coordinator/registration/v1
Package logdog contains Version 1 of the LogDog Coordinator stream registration interface.
|
Package logdog contains Version 1 of the LogDog Coordinator stream registration interface. |
api/endpoints/coordinator/services/v1
Package logdog contains Version 1 of the LogDog Coordinator backend service interface.
|
Package logdog contains Version 1 of the LogDog Coordinator backend service interface. |
api/logpb
Package logpb contains LogDog protobuf source and generated protobuf data.
|
Package logpb contains LogDog protobuf source and generated protobuf data. |
appengine/cmd/coordinator/default
Binary default is a simple AppEngine LUCI service.
|
Binary default is a simple AppEngine LUCI service. |
appengine/cmd/coordinator/logs
Package main is the main entry point for the `logs` LogDog AppEngine executable.
|
Package main is the main entry point for the `logs` LogDog AppEngine executable. |
appengine/cmd/coordinator/services
Binary services is the main entry point for the `services` LogDog AppEngine executable.
|
Binary services is the main entry point for the `services` LogDog AppEngine executable. |
appengine/cmd/coordinator/static
Binary stub doesn't actually do anything.
|
Binary stub doesn't actually do anything. |
client/bootstrapResult
Package bootstrapResult defines a common way to express the result of bootstrapping a command via JSON.
|
Package bootstrapResult defines a common way to express the result of bootstrapping a command via JSON. |
client/butler
Package butler is the main engine for the Butler executable.
|
Package butler is the main engine for the Butler executable. |
client/butler/bootstrap
Package bootstrap handles Butler-side bootstrapping functionality.
|
Package bootstrap handles Butler-side bootstrapping functionality. |
client/butler/bundler
Package bundler is responsible for efficiently transforming aggregate stream data into Butler messages for export.
|
Package bundler is responsible for efficiently transforming aggregate stream data into Butler messages for export. |
client/butler/output
Package output contains interfaces and implementations for Butler Outputs, which are responsible for delivering Butler protobufs to LogDog collection endpoints.
|
Package output contains interfaces and implementations for Butler Outputs, which are responsible for delivering Butler protobufs to LogDog collection endpoints. |
client/butler/output/log
Package log implements the "log" Output.
|
Package log implements the "log" Output. |
client/butler/output/logdog
Package logdog implements output to a Logdog server via PubSub.
|
Package logdog implements output to a Logdog server via PubSub. |
client/butler/output/memory
Package memory implements an in-memory sink for the logdog Butler.
|
Package memory implements an in-memory sink for the logdog Butler. |
client/butlerlib/streamproto
Package streamproto describes the protocol primitives used by LogDog/Butler for stream negotiation.
|
Package streamproto describes the protocol primitives used by LogDog/Butler for stream negotiation. |
client/cmd/logdog_butler
Package main is entry point for the command-line LogDog Butler application.
|
Package main is entry point for the command-line LogDog Butler application. |
client/pubsubprotocol
Package pubsubprotocol implements the LogDog pubsub wire protocol.
|
Package pubsubprotocol implements the LogDog pubsub wire protocol. |
common/archive
Package archive constructs a LogDog archive out of log stream components.
|
Package archive constructs a LogDog archive out of log stream components. |
common/renderer
Package renderer exports the capability to render a LogDog log stream to an io.Writer.
|
Package renderer exports the capability to render a LogDog log stream to an io.Writer. |
common/storage/archive
Package archive implements a storage.Storage instance that retrieves logs from a Google Storage archive.
|
Package archive implements a storage.Storage instance that retrieves logs from a Google Storage archive. |
common/storage/archive/logdog_archive_test
Package main implements a simple CLI tool to load and interact with Google Storage archived data.
|
Package main implements a simple CLI tool to load and interact with Google Storage archived data. |
common/storage/bigtable
Package bigtable provides an implementation of the Storage interface backed by Google Cloud Platform's BigTable.
|
Package bigtable provides an implementation of the Storage interface backed by Google Cloud Platform's BigTable. |
common/storage/bigtable/logdog_bigtable_test
Package main implements a simple CLI tool to load and interact with storage data in Google BigTable data.
|
Package main implements a simple CLI tool to load and interact with storage data in Google BigTable data. |
common/storage/memory
Package memory implements in-memory Storage structures.
|
Package memory implements in-memory Storage structures. |
common/viewer
Package viewer is a support library to interact with the LogDog web app and log stream viewer.
|
Package viewer is a support library to interact with the LogDog web app and log stream viewer. |
server/collector
Package collector implements the LogDog Collector daemon's log parsing and registration logic.
|
Package collector implements the LogDog Collector daemon's log parsing and registration logic. |
server/collector/coordinator
Package coordinator implements a minimal interface to the Coordinator service that is sufficient for Collector usage.
|
Package coordinator implements a minimal interface to the Coordinator service that is sufficient for Collector usage. |
server/config
Package config abstracts access to Logdog service and project configuration.
|
Package config abstracts access to Logdog service and project configuration. |
luci_notify
|
|
api/service/v1
Package lucinotifypb defines the RPC services of luci-notify and the related message types.
|
Package lucinotifypb defines the RPC services of luci-notify and the related message types. |
cmd/preview_email
Command preview_email renders an email template file.
|
Command preview_email renders an email template file. |
common
Package common includes any common utility functions that are used from multiple other packages in the project.
|
Package common includes any common utility functions that are used from multiple other packages in the project. |
mailtmpl
Package mailtmpl implements email template bundling and execution.
|
Package mailtmpl implements email template bundling and execution. |
notify
Define the constants to use in notify
|
Define the constants to use in notify |
server
Package server implements the server to handle pRPC requests.
|
Package server implements the server to handle pRPC requests. |
Package lucicfg contains LUCI config generator.
|
Package lucicfg contains LUCI config generator. |
buildifier
Package buildifier implements processing of Starlark files via buildifier.
|
Package buildifier implements processing of Starlark files via buildifier. |
cli
Package cli contains command line interface for lucicfg tool.
|
Package cli contains command line interface for lucicfg tool. |
cli/base
Package base contains code shared by other CLI subpackages.
|
Package base contains code shared by other CLI subpackages. |
cli/cmds/fmt
Package fmt implements 'fmt' subcommand.
|
Package fmt implements 'fmt' subcommand. |
cli/cmds/generate
Package generate implements 'generate' subcommand.
|
Package generate implements 'generate' subcommand. |
cli/cmds/lint
Package lint implements 'lint' subcommand.
|
Package lint implements 'lint' subcommand. |
cli/cmds/validate
Package validate implements 'validate' subcommand.
|
Package validate implements 'validate' subcommand. |
cmd/docgen
Command docgen is the documentation generator.
|
Command docgen is the documentation generator. |
cmd/lucicfg
Command lucicfg is CLI for LUCI config generator.
|
Command lucicfg is CLI for LUCI config generator. |
doc
Package doc generates starlark documentation.
|
Package doc generates starlark documentation. |
docgen
Package docgen generates documentation from Starlark code.
|
Package docgen generates documentation from Starlark code. |
docgen/ast
Package ast defines AST relevant for the documentation generation.
|
Package ast defines AST relevant for the documentation generation. |
docgen/docstring
Package docstring parses docstrings into more structured representation.
|
Package docstring parses docstrings into more structured representation. |
docgen/symbols
Package symbols defines a data model representing Starlark symbols.
|
Package symbols defines a data model representing Starlark symbols. |
graph
Package graph implements a DAG used internally to represent config objects.
|
Package graph implements a DAG used internally to represent config objects. |
starlark
Package starlark contains Starlark code embedded into lucicfg.
|
Package starlark contains Starlark code embedded into lucicfg. |
vars
Package vars implement lucicfg.var() support.
|
Package vars implement lucicfg.var() support. |
Package lucictx implements a Go client for the protocol defined here:
|
Package lucictx implements a Go client for the protocol defined here: |
Package luciexe documents the "LUCI Executable" protocol, and contains constants which are part of this protocol.
|
Package luciexe documents the "LUCI Executable" protocol, and contains constants which are part of this protocol. |
build
Package build implements a minimal, safe, easy-to-use, hard-to-use-wrong, 'luciexe binary' implementation in Go.
|
Package build implements a minimal, safe, easy-to-use, hard-to-use-wrong, 'luciexe binary' implementation in Go. |
build/cv
Package cv exposes CV properties to luciexe binaries for builds.
|
Package cv exposes CV properties to luciexe binaries for builds. |
exe
Package exe implements a client for the LUCI Executable ("luciexe") protocol.
|
Package exe implements a client for the LUCI Executable ("luciexe") protocol. |
host
Package host implements the 'Host Application' portion of the luciexe protocol.
|
Package host implements the 'Host Application' portion of the luciexe protocol. |
host/buildmerge
Package buildmerge implements the build.proto tracking and merging logic for luciexe host applications.
|
Package buildmerge implements the build.proto tracking and merging logic for luciexe host applications. |
invoke
Package invoke implements the process of invoking a 'luciexe' compatible subprocess, but without setting up any of the 'host' requirements (like a Logdog Butler or LUCI Auth).
|
Package invoke implements the process of invoking a 'luciexe' compatible subprocess, but without setting up any of the 'host' requirements (like a Logdog Butler or LUCI Auth). |
legacy
Package legacy holds libraries and tools for @@@annotation@@@ protocol which is the predecessor of luciexe protocol.
|
Package legacy holds libraries and tools for @@@annotation@@@ protocol which is the predecessor of luciexe protocol. |
legacy/annotee/annotation
Package annotation implements a state machine that constructs Milo annotation protobufs from a series of annotation commands.
|
Package annotation implements a state machine that constructs Milo annotation protobufs from a series of annotation commands. |
legacy/annotee/executor
Package executor contains an implementation of the Annotee Executor.
|
Package executor contains an implementation of the Annotee Executor. |
legacy/annotee/proto
Package annopb contains protobuf definitions for legacy annotation.
|
Package annopb contains protobuf definitions for legacy annotation. |
legacy/cmd/run_annotations
Command run_annotations is a LUCI executable that wraps a command that produces @@@ANNOTATIONS@@@, and converts annotations to build message.
|
Command run_annotations is a LUCI executable that wraps a command that produces @@@ANNOTATIONS@@@, and converts annotations to build message. |
mailer
|
|
api/mailer
Package mailer contains the public API protobuf messages.
|
Package mailer contains the public API protobuf messages. |
cmd/mailer
Binary mailer implements the mailer server.
|
Binary mailer implements the mailer server. |
frontend
Package frontend contains all the milo frontend code, including static HTML generation, HTTP routing, etc.
|
Package frontend contains all the milo frontend code, including static HTML generation, HTTP routing, etc. |
git
Package git provides high level API for Git/Gerrit data.
|
Package git provides high level API for Git/Gerrit data. |
git/gitacls
Package gitacls implements read ACLs for Git/Gerrit data.
|
Package gitacls implements read ACLs for Git/Gerrit data. |
rpc
Package rpc contains implemtation of milo RPC services.
|
Package rpc contains implemtation of milo RPC services. |
mmutex
|
|
Package provenance provides API definitions and simple libraries to interface with the APIs.
|
Package provenance provides API definitions and simple libraries to interface with the APIs. |
api/snooperpb/v1
Package snooperpb contains LUCI's self-reporting local gRPC server API definitions.
|
Package snooperpb contains LUCI's self-reporting local gRPC server API definitions. |
api/spikepb/ids
Package idspb contains Spike's Intrusion Detection System (IDS) API.
|
Package idspb contains Spike's Intrusion Detection System (IDS) API. |
client
Package client provides necessary interfaces to Self report with Snooper.
|
Package client provides necessary interfaces to Self report with Snooper. |
reporter
Package reporter provides interface implementation for reporting provenance information as useful library.
|
Package reporter provides interface implementation for reporting provenance information as useful library. |
resultdb
|
|
pbutil
Package pbutil implements utility functions for ResultDB protobuf messages.
|
Package pbutil implements utility functions for ResultDB protobuf messages. |
proto/v1
Package resultpb contains public ResultDB proto API.
|
Package resultpb contains public ResultDB proto API. |
sink
Package sink provides a server for aggregating test results and sending them to the ResultDB backend.
|
Package sink provides a server for aggregating test results and sending them to the ResultDB backend. |
scheduler
|
|
api/scheduler/v1
Package scheduler contains the main API of Scheduler service.
|
Package scheduler contains the main API of Scheduler service. |
appengine/apiservers
Package apiservers implements gRPC APIs exposed by Scheduler service.
|
Package apiservers implements gRPC APIs exposed by Scheduler service. |
appengine/catalog
Package catalog implements a part that talks to luci-config service to fetch and parse job definitions.
|
Package catalog implements a part that talks to luci-config service to fetch and parse job definitions. |
appengine/engine
Package engine implements the core logic of the scheduler service.
|
Package engine implements the core logic of the scheduler service. |
appengine/engine/dsset
Package dsset implements a particular flavor of datastore-backed set.
|
Package dsset implements a particular flavor of datastore-backed set. |
appengine/engine/policy
Package policy contains implementation of triggering policy functions.
|
Package policy contains implementation of triggering policy functions. |
appengine/frontend
Binary frontend implements GAE web server for luci-scheduler service.
|
Binary frontend implements GAE web server for luci-scheduler service. |
appengine/presentation
Package presentation implements common method to API and UI serving.
|
Package presentation implements common method to API and UI serving. |
appengine/task
Package task defines interface between Scheduler engine and implementations of particular tasks (such as URL fetch tasks, Swarming tasks, DM tasks, etc).
|
Package task defines interface between Scheduler engine and implementations of particular tasks (such as URL fetch tasks, Swarming tasks, DM tasks, etc). |
appengine/task/buildbucket
Package buildbucket implements tasks that run Buildbucket jobs.
|
Package buildbucket implements tasks that run Buildbucket jobs. |
appengine/task/noop
Package noop implements tasks that do nothing at all.
|
Package noop implements tasks that do nothing at all. |
appengine/task/urlfetch
Package urlfetch implements tasks that just make HTTP calls.
|
Package urlfetch implements tasks that just make HTTP calls. |
appengine/task/utils
Package utils contains a bunch of small functions used by task/ subpackages.
|
Package utils contains a bunch of small functions used by task/ subpackages. |
appengine/ui
Package ui implements request handlers that serve user facing HTML pages.
|
Package ui implements request handlers that serve user facing HTML pages. |
Package server implements an environment for running LUCI servers.
|
Package server implements an environment for running LUCI servers. |
analytics
Package analytics provides a way to generate google analytics snippets.
|
Package analytics provides a way to generate google analytics snippets. |
auth
Package auth implements authentication and authorization framework for HTTP servers.
|
Package auth implements authentication and authorization framework for HTTP servers. |
auth/authdb
Package authdb contains definition of Authentication Database (aka AuthDB).
|
Package authdb contains definition of Authentication Database (aka AuthDB). |
auth/authdb/dump
Package dump implements loading AuthDB from dumps in Google Storage.
|
Package dump implements loading AuthDB from dumps in Google Storage. |
auth/authtest
Package authtest implements some interfaces used by auth package to simplify unit testing.
|
Package authtest implements some interfaces used by auth package to simplify unit testing. |
auth/delegation
Package delegation contains low-level API for working with delegation tokens.
|
Package delegation contains low-level API for working with delegation tokens. |
auth/deprecated
Package deprecated contains code that should not be used in new applications.
|
Package deprecated contains code that should not be used in new applications. |
auth/iap
Package iap implements auth.Method for GCP's Identity Aware Proxy.
|
Package iap implements auth.Method for GCP's Identity Aware Proxy. |
auth/openid
Package openid contains functionality related to OpenID Connect protocol.
|
Package openid contains functionality related to OpenID Connect protocol. |
auth/realms
Package realms contains functionality related to LUCI Realms.
|
Package realms contains functionality related to LUCI Realms. |
auth/rpcacl
Package rpcacl implements a gRPC interceptor that checks per-RPC ACLs.
|
Package rpcacl implements a gRPC interceptor that checks per-RPC ACLs. |
auth/service
Package service implements a wrapper around API exposed by auth_service: https://github.com/luci/luci-py/tree/master/appengine/auth_service
|
Package service implements a wrapper around API exposed by auth_service: https://github.com/luci/luci-py/tree/master/appengine/auth_service |
auth/signing
Package signing provides interfaces to sign arbitrary small blobs with RSA-SHA256 signature (PKCS1v15) and verify such signatures.
|
Package signing provides interfaces to sign arbitrary small blobs with RSA-SHA256 signature (PKCS1v15) and verify such signatures. |
auth/signing/signingtest
Package signingtest implements signing.Signer interface using small random keys.
|
Package signingtest implements signing.Signer interface using small random keys. |
auth/xsrf
Package xsrf provides Cross Site Request Forgery prevention middleware.
|
Package xsrf provides Cross Site Request Forgery prevention middleware. |
bqlog
Package bqlog implements best effort low-overhead structured logging to BigQuery.
|
Package bqlog implements best effort low-overhead structured logging to BigQuery. |
caching
Package caching implements common server object caches.
|
Package caching implements common server object caches. |
caching/cachingtest
Package cachingtest contains helpers for testing code that uses caching package.
|
Package cachingtest contains helpers for testing code that uses caching package. |
caching/layered
Package layered provides a two-layer cache for serializable objects.
|
Package layered provides a two-layer cache for serializable objects. |
cmd/secret-tool
Executable secret-tool allows to generate and rotate secrets stored in Google Secret Manager and consumed by go.chromium.org/luci/server/secrets module.
|
Executable secret-tool allows to generate and rotate secrets stored in Google Secret Manager and consumed by go.chromium.org/luci/server/secrets module. |
cmd/statsd-to-tsmon
Executable statsd-to-tsmon implements a statsd sink that sends aggregated metrics to tsmon.
|
Executable statsd-to-tsmon implements a statsd sink that sends aggregated metrics to tsmon. |
cmd/tq-sweeper-spanner
Executable tq-sweeper-spanner runs an inproc sweeping driver that scans Spanner database for TQ transactional tasks reminders.
|
Executable tq-sweeper-spanner runs an inproc sweeping driver that scans Spanner database for TQ transactional tasks reminders. |
cron
Package cron allows to register handlers called by Cloud Scheduler.
|
Package cron allows to register handlers called by Cloud Scheduler. |
dsmapper
Package dsmapper implements a simple Datastore mapper.
|
Package dsmapper implements a simple Datastore mapper. |
encryptedcookies
Package encryptedcookies implements authentication using encrypted cookies.
|
Package encryptedcookies implements authentication using encrypted cookies. |
encryptedcookies/session
Package session defines API for the session storage.
|
Package session defines API for the session storage. |
encryptedcookies/session/datastore
Package datastore implements session storage over Cloud Datastore.
|
Package datastore implements session storage over Cloud Datastore. |
experiments
Package experiments allow servers to use experimental code paths.
|
Package experiments allow servers to use experimental code paths. |
gaeemulation
Package gaeemulation provides a server module that adds implementation of some https://godoc.org/go.chromium.org/luci/gae APIs to the global server context.
|
Package gaeemulation provides a server module that adds implementation of some https://godoc.org/go.chromium.org/luci/gae APIs to the global server context. |
gerritauth
Package gerritauth implements authentication using Gerrit JWTs.
|
Package gerritauth implements authentication using Gerrit JWTs. |
limiter
Package limiter implements load shedding for servers.
|
Package limiter implements load shedding for servers. |
loginsessions
Package loginsessions implements Login Sessions backend that is used to perform interactive logins in LUCI CLI tools.
|
Package loginsessions implements Login Sessions backend that is used to perform interactive logins in LUCI CLI tools. |
mailer
Package mailer can be used to send mails through a mailer service.
|
Package mailer can be used to send mails through a mailer service. |
middleware
Package middleware contains some basic middlewares.
|
Package middleware contains some basic middlewares. |
module
Package module defines a framework for extending server.Server with optional reusable bundles of functionality (called "modules", naturally).
|
Package module defines a framework for extending server.Server with optional reusable bundles of functionality (called "modules", naturally). |
portal
Package portal implements HTTP routes for portal pages.
|
Package portal implements HTTP routes for portal pages. |
pprof
Package pprof is similar to net/http/pprof, except it supports auth.
|
Package pprof is similar to net/http/pprof, except it supports auth. |
quota
Package quota provides an implementation for server quotas which are backed by Redis.
|
Package quota provides an implementation for server quotas which are backed by Redis. |
quota/quotapb
Package quotapb exports proto definitions required by the quota library.
|
Package quotapb exports proto definitions required by the quota library. |
quotabeta
Package quota provides a LUCI Quota Library implementation.
|
Package quota provides a LUCI Quota Library implementation. |
quotabeta/examples/ratelimit
Package main contains a binary demonstrating how to use the server/quota module to implement rate limiting for requests.
|
Package main contains a binary demonstrating how to use the server/quota module to implement rate limiting for requests. |
quotabeta/proto
Package proto exports proto definitions required by the quota library.
|
Package proto exports proto definitions required by the quota library. |
quotabeta/quotaconfig
Package quotaconfig exports the interface required by the quota library to read *pb.Policy configs.
|
Package quotaconfig exports the interface required by the quota library to read *pb.Policy configs. |
quotabeta/quotaconfig/configservice
Package configservice provides an implementation of quotaconfig.Interface which fetches *pb.Policy configs stored with the LUCI Config service.
|
Package configservice provides an implementation of quotaconfig.Interface which fetches *pb.Policy configs stored with the LUCI Config service. |
redisconn
Package redisconn implements integration with a Redis connection pool.
|
Package redisconn implements integration with a Redis connection pool. |
redisconn/adminpb
Package adminpb contains API with Redis-related administrative endpoints.
|
Package adminpb contains API with Redis-related administrative endpoints. |
router
Package router provides an HTTP router.
|
Package router provides an HTTP router. |
secrets
Package secrets provides a secrets store based on Google Secret Manager.
|
Package secrets provides a secrets store based on Google Secret Manager. |
secrets/testsecrets
Package testsecrets provides a dumb in-memory secret store to use in unit tests.
|
Package testsecrets provides a dumb in-memory secret store to use in unit tests. |
settings
Package settings implements storage for infrequently changing global settings.
|
Package settings implements storage for infrequently changing global settings. |
span
Package span implements a server module for communicating with Cloud Spanner.
|
Package span implements a server module for communicating with Cloud Spanner. |
templates
Package templates implements wrapper around html/template to provide lazy loading of templates and better integration with HTTP middleware framework.
|
Package templates implements wrapper around html/template to provide lazy loading of templates and better integration with HTTP middleware framework. |
tokens
Package tokens provides means to generate and validate base64 encoded tokens compatible with luci-py's components.auth implementation.
|
Package tokens provides means to generate and validate base64 encoded tokens compatible with luci-py's components.auth implementation. |
tq
Package tq provides a task queue implementation on top of Cloud Tasks.
|
Package tq provides a task queue implementation on top of Cloud Tasks. |
tq/tqtesting
Package tqtesting contains helpers for running server/tq in tests and on localhost.
|
Package tqtesting contains helpers for running server/tq in tests and on localhost. |
tq/txn/datastore
Datastore contains Transactional Enqueue support for Cloud Datastore.
|
Datastore contains Transactional Enqueue support for Cloud Datastore. |
tq/txn/spanner
Spanner contains Transactional Enqueue support for Cloud Spanner.
|
Spanner contains Transactional Enqueue support for Cloud Spanner. |
tsmon
Package tsmon adapts common/tsmon library to a server-side environment.
|
Package tsmon adapts common/tsmon library to a server-side environment. |
warmup
Package warmup allows to register hooks executed during the server warmup.
|
Package warmup allows to register hooks executed during the server warmup. |
Package standalone aim to provide a subset of LUCI functionality in a standalone environment that does not require any cloud services.
|
Package standalone aim to provide a subset of LUCI functionality in a standalone environment that does not require any cloud services. |
orchestrator
Binary orchestrator provides a service to create/manage/view builds.
|
Binary orchestrator provides a service to create/manage/view builds. |
starlark
|
|
builtins
Package builtins is a collection of potentially useful Starlark builtins.
|
Package builtins is a collection of potentially useful Starlark builtins. |
interpreter
Package interpreter contains customized Starlark interpreter.
|
Package interpreter contains customized Starlark interpreter. |
starlarkproto
Package starlarkproto exposes protobuf messages as Starlark types.
|
Package starlarkproto exposes protobuf messages as Starlark types. |
starlarktest
Package starlarktest contains utilities for running Starlark tests.
|
Package starlarktest contains utilities for running Starlark tests. |
starlarktest/vendored
Package vendored is generated by go.chromium.org/luci/tools/cmd/assets.
|
Package vendored is generated by go.chromium.org/luci/tools/cmd/assets. |
typed
Package typed contains implementation of strongly-typed lists and dicts.
|
Package typed contains implementation of strongly-typed lists and dicts. |
swarming
|
|
proto/api
Package apipb provides swarming's proto api definition.
|
Package apipb provides swarming's proto api definition. |
proto/api_v2
Package apipb contains swarming.v2 protos
|
Package apipb contains swarming.v2 protos |
proto/internals
Package internalspb contains protobuf messages used internally by Swarming.
|
Package internalspb contains protobuf messages used internally by Swarming. |
server/botsrv
Package botsrv knows how to authenticate calls from Swarming RBE bots.
|
Package botsrv knows how to authenticate calls from Swarming RBE bots. |
server/hmactoken
Package hmactoken implements generation and validation HMAC-tagged Swarming tokens.
|
Package hmactoken implements generation and validation HMAC-tagged Swarming tokens. |
server/internals
Package internals provides the RPC client for Internals RPC service.
|
Package internals provides the RPC client for Internals RPC service. |
server/model
Package model contains definition of Swarming Datastore entities.
|
Package model contains definition of Swarming Datastore entities. |
server/rbe
Package rbe implements communication with RBE APIs.
|
Package rbe implements communication with RBE APIs. |
server/testing/fakebot
Command fakebot calls Swarming RBE API endpoints to test them.
|
Command fakebot calls Swarming RBE API endpoints to test them. |
server/testing/fakesubmit
Command fakesubmit submits an RBE reservation for testing fakebot.
|
Command fakesubmit submits an RBE reservation for testing fakebot. |
server/testing/getreservation
Command getreservation fetches reservation status from RBE.
|
Command getreservation fetches reservation status from RBE. |
server/testing/integrationmocks
Package integrationmocks exposes endpoints to simplify integration testing.
|
Package integrationmocks exposes endpoints to simplify integration testing. |
third_party
|
|
google.golang.org/google/devtools/issuetracker/v1
Package issuetracker is an auto-generated package for the Private Issue Tracker API.
|
Package issuetracker is an auto-generated package for the Private Issue Tracker API. |
tokenserver
|
|
api
Package tokenserver contains common protobuf messages for the token server.
|
Package tokenserver contains common protobuf messages for the token server. |
api/admin/v1
Package admin contains The Token Server Administrative and Config API.
|
Package admin contains The Token Server Administrative and Config API. |
api/bq
Package bq contains BigQuery tables schemas.
|
Package bq contains BigQuery tables schemas. |
api/minter/v1
Package minter contains the main API of the token server.
|
Package minter contains the main API of the token server. |
appengine/backend
Binary backend implements HTTP server that handles requests to 'backend' module.
|
Binary backend implements HTTP server that handles requests to 'backend' module. |
appengine/frontend
Binary frontend implements HTTP server that handles requests to 'default' module.
|
Binary frontend implements HTTP server that handles requests to 'default' module. |
appengine/impl
Package impl holds code to initialize the server environment.
|
Package impl holds code to initialize the server environment. |
appengine/impl/certchecker
Package certchecker contains implementation of CertChecker.
|
Package certchecker contains implementation of CertChecker. |
appengine/impl/certconfig
Package certconfig contains code to work with imported CAs and their CRLs.
|
Package certconfig contains code to work with imported CAs and their CRLs. |
appengine/impl/machinetoken
Package machinetoken implements generation of LUCI machine tokens.
|
Package machinetoken implements generation of LUCI machine tokens. |
appengine/impl/serviceaccounts
Package serviceaccounts implements MintServiceAccountToken RPC.
|
Package serviceaccounts implements MintServiceAccountToken RPC. |
appengine/impl/services/admin/adminsrv
Package adminsrv implements Admin API.
|
Package adminsrv implements Admin API. |
appengine/impl/services/admin/certauthorities
Package certauthorities implements CertificateAuthorities API.
|
Package certauthorities implements CertificateAuthorities API. |
appengine/impl/services/minter/tokenminter
Package tokenminter implements TokenMinter API.
|
Package tokenminter implements TokenMinter API. |
appengine/impl/utils
Package utils contains a variety of small utility functions used by other tokenserver packages.
|
Package utils contains a variety of small utility functions used by other tokenserver packages. |
appengine/impl/utils/bq
Package bq contains helpers for uploading rows to BigQuery.
|
Package bq contains helpers for uploading rows to BigQuery. |
appengine/impl/utils/identityset
Package identityset implements a set-like structure for identity.Identity.
|
Package identityset implements a set-like structure for identity.Identity. |
appengine/impl/utils/policy
Package policy contains implementation of Policy parsing and querying.
|
Package policy contains implementation of Policy parsing and querying. |
appengine/impl/utils/revocation
Package revocation contains utilities for implementing token revocation.
|
Package revocation contains utilities for implementing token revocation. |
appengine/impl/utils/shards
Package shards provides a low level support for implementing sharded set of []byte blobs.
|
Package shards provides a low level support for implementing sharded set of []byte blobs. |
appengine/impl/utils/tokensigning
Package tokensigning implements utilities for RSA-signing of proto messages.
|
Package tokensigning implements utilities for RSA-signing of proto messages. |
auth/machine
Package machine implements authentication based on LUCI machine tokens.
|
Package machine implements authentication based on LUCI machine tokens. |
client
Package client implements pRPC client for The Token Server.
|
Package client implements pRPC client for The Token Server. |
cmd/luci_machine_tokend
Command luci_machine_tokend runs on all machines via cron.
|
Command luci_machine_tokend runs on all machines via cron. |
tools
|
|
cmd/apigen
Package main hosts the Cloud Endpoints API generator utility.
|
Package main hosts the Cloud Endpoints API generator utility. |
cmd/assets
Package main hosts the utility that converts binary assets into assets.gen.go file, so that they can be baked directly into the executable.
|
Package main hosts the utility that converts binary assets into assets.gen.go file, so that they can be baked directly into the executable. |
cmd/bqschemaupdater
Command bqschemaupdater accepts location and schema of a BigQuery table and creates or updates the table.
|
Command bqschemaupdater accepts location and schema of a BigQuery table and creates or updates the table. |
cmd/gorun
Package main defines the `gorun` tool, a shorthand tool to extend the "go run"-like convenience to packages.
|
Package main defines the `gorun` tool, a shorthand tool to extend the "go run"-like convenience to packages. |
cmd/luapp
Command luapp is a very simple preprocessor for .lua files which inlines "loadfile" statements.
|
Command luapp is a very simple preprocessor for .lua files which inlines "loadfile" statements. |
cmd/spannerdataupdater
Provides a method for executing long-running Partitioned DML statements, as needed to perform data backfills after schema changes to Spanner tables.
|
Provides a method for executing long-running Partitioned DML statements, as needed to perform data backfills after schema changes to Spanner tables. |
Package vpython implements the vpython tool and associated libraries.
|
Package vpython implements the vpython tool and associated libraries. |
api/vpython
Package vpython contains `vpython` environment definition protobufs.
|
Package vpython contains `vpython` environment definition protobufs. |
venv/assets
Package assets is generated by go.chromium.org/luci/tools/cmd/assets.
|
Package assets is generated by go.chromium.org/luci/tools/cmd/assets. |
web
|
|
gowrappers/rpcexplorer
Package rpcexplorer contains complied RPCExplorer web app.
|
Package rpcexplorer contains complied RPCExplorer web app. |
gowrappers/rpcexplorer2
Package rpcexplorer contains complied RPC Explorer web app.
|
Package rpcexplorer contains complied RPC Explorer web app. |