Documentation ¶
Overview ¶
Package client provides a client for interacting with the frontend. It is only used for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
A Client for interacting with the frontend. This is only used for tests.
func (*Client) GetVersions ¶
func (c *Client) GetVersions(pkgPath string) (_ *versions.VersionsDetails, err error)
GetVersions returns a VersionsDetails for the specified pkgPath. This is only used for tests.
Click to show internal directories.
Click to hide internal directories.