Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppCurler ¶
type AppCurler struct { CurlFunc func(CurlConfig, ...string) *gexec.Session UriCreator uriCreator }
func NewAppCurler ¶
func NewAppCurler(curlFunc func(CurlConfig, ...string) *gexec.Session, cfg CurlConfig) *AppCurler
func (*AppCurler) CurlAndWait ¶
type AppUriCreator ¶
type AppUriCreator struct {
CurlConfig CurlConfig
}
type CurlConfig ¶
Click to show internal directories.
Click to hide internal directories.