diff --git a/govcr.go b/govcr.go index c700a7b..669e377 100644 --- a/govcr.go +++ b/govcr.go @@ -36,6 +36,7 @@ type VCRConfig struct { // facilities that are passed to the VCR machine to modify its internals. type pcb struct { Transport http.RoundTripper + DisableRecording bool ExcludeHeaderFunc ExcludeHeaderFunc RequestBodyFilterFunc BodyFilterFunc Logger *log.Logger