Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomizeRequest ¶
type DiscardSink ¶ added in v0.1.5
type DiscardSink struct { }
type PrettySink ¶
type PrettySink struct { }
type ResponseVerify ¶ added in v0.1.5
type Sink ¶
func CreateWebSink ¶
func CreateWebSink(postUrl string, transportGetter TransportGetter, customizeRequest CustomizeRequest, responseVerify ResponseVerify, tlsSkipVerify bool) (Sink, error)
type TransportGetter ¶ added in v0.1.6
type TransportGetter func() (http.RoundTripper, error)
Click to show internal directories.
Click to hide internal directories.