Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(host string, insecure bool, clients ClientFactory) config.Interface
New returns an implementation of the config service which talks to the actual luci-config service using given transport.
configServiceURL is usually "https://<host>/_ah/api/config/v1/".
ClientFactory returns http.Clients to use for requests (given incoming contexts). It's required mostly to support GAE environment, where round trippers are bound to contexts and carry RPC deadlines.
If 'clients' is nil, http.DefaultClient will be used for all requests.
Types ¶
Click to show internal directories.
Click to hide internal directories.