Documentation ¶
Overview ¶
Provides http request and handlers for git repo operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCreateRepositoryRequest ¶
func HandleCreateRepositoryRequest(conf *http.HttpConfiguration, context *http.HttpContext, r *rest.Request) (interface{}, error)
func HandleGitArchiveContentRequest ¶
func HandleGitArchiveContentRequest(conf *http.HttpConfiguration, context *http.HttpContext, r *rest.Request) (interface{}, error)
Types ¶
type HttpExtension ¶
type HttpExtension struct{}
func (*HttpExtension) HttpJobFor ¶
func (h *HttpExtension) HttpJobFor(job interface{}) (exc client.RemoteExecutable, err error)
func (*HttpExtension) Routes ¶
func (h *HttpExtension) Routes() http.ExtensionMap
Click to show internal directories.
Click to hide internal directories.