Documentation
¶
Index ¶
- type HttpCreateKeysRequest
- func (h *HttpCreateKeysRequest) Handler(conf *http.HttpConfiguration) http.JobHandler
- func (h *HttpCreateKeysRequest) HttpMethod() string
- func (h *HttpCreateKeysRequest) HttpPath() string
- func (h *HttpCreateKeysRequest) MarshalHttpRequestBody(w io.Writer) error
- func (h *HttpCreateKeysRequest) Streamable() bool
- type HttpExtension
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpCreateKeysRequest ¶
type HttpCreateKeysRequest struct { sshjobs.CreateKeysRequest http.DefaultRequest }
func (*HttpCreateKeysRequest) Handler ¶
func (h *HttpCreateKeysRequest) Handler(conf *http.HttpConfiguration) http.JobHandler
func (*HttpCreateKeysRequest) HttpMethod ¶
func (h *HttpCreateKeysRequest) HttpMethod() string
func (*HttpCreateKeysRequest) HttpPath ¶
func (h *HttpCreateKeysRequest) HttpPath() string
func (*HttpCreateKeysRequest) MarshalHttpRequestBody ¶
func (h *HttpCreateKeysRequest) MarshalHttpRequestBody(w io.Writer) error
func (*HttpCreateKeysRequest) Streamable ¶
func (h *HttpCreateKeysRequest) Streamable() bool
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.