Documentation ¶
Index ¶
Constants ¶
View Source
const (
SERVICE_HOST = "config.luci.app"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiClient ¶
type ApiClient interface { // Given a LUCI Config path, retrieve all matching configs to that path. GetProjectConfigs(ctx context.Context, path string) ([]*ProjectConfig, error) }
Interface for LUCI Config wrapper.
type ProjectConfig ¶
Click to show internal directories.
Click to hide internal directories.