Documentation ¶
Index ¶
- type API
- func (a *API) GetDownload(ctx *macaron.Context, project maven.Identifier) error
- func (a *API) GetDownloads(ctx *macaron.Context, project maven.Identifier) error
- func (a *API) GetProject(ctx *macaron.Context, c maven.Identifier) error
- func (a *API) GetProjects(ctx *macaron.Context) error
- func (a *API) GetRecommendedDownload(ctx *macaron.Context, project maven.Identifier) error
- func (a *API) Setup(m *macaron.Macaron, renderer macaron.Handler)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
func (*API) GetDownload ¶
func (a *API) GetDownload(ctx *macaron.Context, project maven.Identifier) error
func (*API) GetDownloads ¶
func (a *API) GetDownloads(ctx *macaron.Context, project maven.Identifier) error
func (*API) GetProject ¶
func (a *API) GetProject(ctx *macaron.Context, c maven.Identifier) error
func (*API) GetProjects ¶
func (*API) GetRecommendedDownload ¶
func (a *API) GetRecommendedDownload(ctx *macaron.Context, project maven.Identifier) error
Click to show internal directories.
Click to hide internal directories.