package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Functions
Bytes is a Resolver that resolves config data into a byte slice.
BytesSlice is a MultiResolver that resolves condig data into a slice of byte slices.
CurrentServiceConfigSet returns the config set for the current AppEngine service, based on its current service name.
CurrentServiceName returns the current service name, as used to identify it in configurations.
Get retrieves a single configuration file.
Projects retrieves all named project configurations.
Refs retrieves all named ref configurations.
ServiceURL returns the URL of the config service.
String is a Resolver that resolves config data into a string.
StringSlice is a MultiResolver that resolves config data into a slice of strings.
# Constants
ProjectConfigPath is the path of a project's project-wide configuration file.
# Variables
AsAnonymous requests config data as an anonymous user.
AsService requests config data as the currently-running service.
AsUser requests config data as the currently logged-in user.
# Interfaces
FormattingResolver is a Resolver that changes the format of its contents.
MultiResolver resolves a slice of Item.
Resolver resolves configuration data into a native type.
# Type aliases
Authority is the authority on whose behalf a request is operating.