package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

ChangeDir temporarily changes the working directory for non parallel tests.
ChangeEnv temporarily changes the environment for non parallel tests.
Close for usage in conjunction with defer.
ContainsCount checks if str contains the substring contains maxOccurrences times.
GCPause runs the garbage collector and measures the time taken.
MustFreePort returns a free TCP port or panics on error.
NewHTTPParallelUsers initializes a new request producer.
NewHTTPTrip creates a new http.RoundTripper.
NewHTTPTripFromFile creates a new trip with content found in the provided file.

# Constants

Header* got set within an user iteration to allow you to identify a request.
Header* got set within an user iteration to allow you to identify a request.
Header* got set within an user iteration to allow you to identify a request.

# Structs

HTTPParallelUsers allows to run parallel and concurrent calls to a given http.Handler.
HTTPTrip used for mocking the Transport field in http.Client.