package
1.0.1
Repository: https://github.com/chrisbowcutt/go-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetMode returns the mode of the keploy SDK.
GetModeFromContext returns the mode on which SDK is configured by accessing environment variable.
GetState returns value of "KeployContext" key-value pair which is stored in the request context.
No description provided by the author
avoids circular dependency between mock and keploy packages.
SetMode sets the keploy SDK mode error is returned if the mode is invalid.
No description provided by the author
SetTestMode sets the keploy SDK mode to MODE_TEST.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Mode represents the mode at which the SDK is operating MODE_RECORD is for recording API calls to generate testcases MODE_TEST is for testing the application on previous recorded testcases MODE_OFF disables keploy SDK automatically from the application.