Documentation ¶
Index ¶
- type ByVersion
- type Client
- func (c *Client) Download(release string, versionstr string, filename string) error
- func (c *Client) LatestVersion(release string, channel string) (*Version, string, error)
- func (c *Client) Release(release string) (*Release, error)
- func (c *Client) Version(release string, versionstr string) (*Version, error)
- type Release
- type Version
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
}
func (*Client) LatestVersion ¶
type Release ¶
func NewRelease ¶
func NewRelease() *Release
Directories ¶
Path | Synopsis |
---|---|
Godeps/_workspace/src/github.com/blang/methodr
Package methodr provides http.Handler compliant routing based on the request method.
|
Package methodr provides http.Handler compliant routing based on the request method. |
Godeps/_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
Godeps/_workspace/src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
Click to show internal directories.
Click to hide internal directories.