# Functions
NewTerminateTypeAndParams creates a new TerminateTypeAndParams.
NewTerminateTypeAndParamsSliceFromStringSlice creates a new TerminateTypeAndParams from a string.
NewTerminateTypeFromString creates a new TerminateTypeAndParams from a string.
# Constants
CountOperatorBetween represents the between operator.
CountOperatorEqual represents the equal operator.
CountOperatorGreaterEqual represents the greater equal operator.
CountOperatorGreaterThan represents the greater than operator.
CountOperatorIn represents the in operator.
CountOperatorLessEqual represents the less equal operator.
CountOperatorLessThan represents the less than operator.
CountOperatorMod represents the mod operator.
CountOperatorNone represents the none operator.
CountOperatorNotBetween represents the not between operator.
CountOperatorNotEqual represents the not equal operator.
CountOperatorNotIn represents the not in operator.
CountOperatorNotMod represents the not mod operator.
CountOperatorRegex represents the regex operator.
DataExtractorOnNilTypeEmpty represents the empty on nil type for the data extractor.
DataExtractorOnNilTypeError represents the error on nil type for the data extractor.
DataExtractorOnNilTypeNull represents the null on nil type for the data extractor.
DataExtractorTypeJMESPath represents the JMESPath type for the data extractor.
DefaultDataExtractorOnNilType represents the default on nil type for the data extractor.
StatusCodeOperatorBetween represents the between operator.
StatusCodeOperatorEqual represents the equal operator.
StatusCodeOperatorGreaterEqual represents the greater equal operator.
StatusCodeOperatorGreaterThan represents the greater than operator.
StatusCodeOperatorIn represents the in operator.
StatusCodeOperatorLessEqual represents the less equal operator.
StatusCodeOperatorLessThan represents the less than operator.
StatusCodeOperatorNone represents the none operator.
StatusCodeOperatorNotBetween represents the not between operator.
StatusCodeOperatorNotEqual represents the not equal operator.
StatusCodeOperatorNotIn represents the not in operator.
StatusCodeOperatorRegex represents the regex operator.
TerminateTypeByContext represents the context type.
TerminateTypeByCount represents the count type.
TerminateTypeByCreateRequestError represents the create request error type.
TerminateTypeByParseResponseError represents the parse response error type.
TerminateTypeByResponseBody represents the response body type.
TerminateTypeByResponseBodyBreakFilterError represents the response body break filter error type.
TerminateTypeByResponseBodyDataExtractorError represents the response body extractor error type.
TerminateTypeByResponseBodyWriteFilterError represents the response body filter error type.
TerminateTypeByStatusCode represents the status code type.
TerminateTypeBySystemError represents the system error type.
TerminateTypeByTimeout represents the timeout type.
TerminateTypeByWriteError represents the write error type.
# Structs
BodyCondition represents the body condition.
CountCondition represents the status code condition.
DataExtractor represents the data extractor for the OneExec runner.
StatusCodeCondition represents the status code condition.
TerminateTypeAndParams represents the terminate type and params.
ValidDataExtractor represents the valid data extractor for the OneExec runner.
# Type aliases
BodyConditionMatcher represents the body matcher.
BodyConditions represents a slice of BodyCondition.
BodyConditionsMatcher represents the body matcher.
CountConditionMatcher represents the status code matcher.
CountConditions represents the status code conditions.
CountConditionsMatcher represents the status code conditions matcher.
CountOperator represents the status code operator.
DataExtractorOnNilType represents the on nil type for the data extractor.
DataExtractorType represents the type for the data extractor.
StatusCodeConditionMatcher represents the status code matcher.
StatusCodeConditions represents the status code conditions.
StatusCodeConditionsMatcher represents the status code conditions matcher.
StatusCodeOperator represents the status code operator.
TerminateType represents the type of terminate.
TerminateTypeAndParamsSlice represents the slice of TerminateTypeAndParams.