Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRecording ¶
func GetRecording(this aurestclientapi.Client) []string
func New ¶
func New(wrapped aurestclientapi.Client) aurestclientapi.Client
func NewRoundTripper ¶ added in v0.9.0
func NewRoundTripper(wrapped aurestclientapi.Client) http.RoundTripper
func ResetRecording ¶
func ResetRecording(this aurestclientapi.Client)
Types ¶
type RequestCaptureImpl ¶
type RequestCaptureImpl struct { Wrapped aurestclientapi.Client // contains filtered or unexported fields }
func (*RequestCaptureImpl) Perform ¶
func (c *RequestCaptureImpl) Perform(ctx context.Context, method string, requestUrl string, requestBody interface{}, response *aurestclientapi.ParsedResponse) error
Click to show internal directories.
Click to hide internal directories.