package
0.2.8
Repository: https://github.com/mattrmiller/go-mana-test.git
Documentation: pkg.go.dev

# Functions

ClearCache Clears cache.
GatherTestFiles Gathers all test files at a path.
GetCache Gets a value from inside of cache.
GetCacheKeys Gets a value from inside of cache.
ReadProjectFile Reads a project file.
ReadTestFile Reads a test file.
ReplaceCache Replaces cache.
ReplaceEnvironmentVars Replaces environment variables.
ReplaceGlobalVars Replaces global variables in a string.
ReplaceRandomNumber Replaces random number.
ReplaceRandomString Replaces random string.
ReplaceRandomStringLower Replaces random string lower.
ReplaceRandomStringUpper Replaces random string upper.
ReplaceVarsInCheck Replaces variables in a test check.
ReplaceVarsInGlobal Replaces variables in global.
ReplaceVarsInHeader Replaces variables in a test check.
ReplaceVarsInRequestBody Replaces variables in a request body.
ReplaceVarsInTestURL Replaces variables in a test URL.
RunChecks Runs checks for a test and a project.
SaveCacheFromResponse Saves cache from response.
SetCache Sets a value inside of cache.
ValidateCacheValue Validates cache value.
ValidateCheck Validates check.

# Constants

# Structs

ProjectFile is a structure to handle a project file.
ProjectGlobal is a structure to handle a global variables for a project.
TestCache is a structure to handle cache for a test.
TestChecks is a structure to handle checks for a test.
TestFile is a structure to handle an individual test file.
TestHeader is a structure to handle headers for a test.