Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2021 v1.0.3 Jul 27, 2021 Changes in this version + func IsModuleNotFound(err error) bool + func IsServiceNotProvided(err error) bool + func IsServiceUnreachable(err error) bool + type Client struct + func NewClient(services *disco.Disco, client *http.Client) *Client + func (c *Client) Discover(host svchost.Hostname, serviceID string) (*url.URL, error) + func (c *Client) ModuleLocation(module *regsrc.Module, version string) (string, error) + func (c *Client) ModuleVersions(module *regsrc.Module) (*response.ModuleVersions, error) + type ServiceUnreachableError struct + func (e *ServiceUnreachableError) Error() string