Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpCreateRepositoryRequest ¶
type HttpCreateRepositoryRequest struct { gitjobs.CreateRepositoryRequest http.DefaultRequest }
func (*HttpCreateRepositoryRequest) Handler ¶
func (h *HttpCreateRepositoryRequest) Handler(conf *http.HttpConfiguration) http.JobHandler
func (*HttpCreateRepositoryRequest) HttpMethod ¶
func (h *HttpCreateRepositoryRequest) HttpMethod() string
func (*HttpCreateRepositoryRequest) HttpPath ¶
func (h *HttpCreateRepositoryRequest) HttpPath() string
type HttpExtension ¶
type HttpExtension struct{}
func (*HttpExtension) HttpJobFor ¶
func (h *HttpExtension) HttpJobFor(job jobs.Job) (exc http.RemoteExecutable, err error)
func (*HttpExtension) Routes ¶
func (h *HttpExtension) Routes() []http.HttpJobHandler
Click to show internal directories.
Click to hide internal directories.