Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpBuildCommand ¶
type HttpBuildCommand struct {
// contains filtered or unexported fields
}
func NewHttpBuildCommand ¶
type HttpCommand ¶
type HttpCommand struct {
// contains filtered or unexported fields
}
func NewHttpCommand ¶
type HttpRunCommand ¶
type HttpRunCommand struct {
// contains filtered or unexported fields
}
func NewHttpRunCommand ¶
type RequestAndBody ¶
type ResponseAndBody ¶
type RetryFunc ¶
type RetryFunc func(req RequestAndBody, resp ResponseAndBody, attempt int) (backoff time.Duration, retry bool)
Click to show internal directories.
Click to hide internal directories.