Documentation ¶
Overview ¶
Package config implements service-level config for LUCI Tree Status.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFoundTreeConfig = fmt.Errorf("tree config not found")
ErrNotFoundTreeConfig will be returned if configuration for a given project does not exist.
Functions ¶
func GetTreeConfig ¶
GetTreeConfig returns config for a tree name. If the config for the tree name is not found, it will return an ErrNotFoundTreeConfig error.
func SetConfig ¶
SetConfig installs the config into the context ctx. This is only used for the purpose of testing.
func TestConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.