Versions in this module Expand all Collapse all v0 v0.3.0 Nov 27, 2025 Changes in this version + func ValidateIsNotEmpty(key string, variables map[string]any) error + func ValidateIsNotNull(key string, variables map[string]any) error + func ValidateIsUUID(key string, variables map[string]any) error + type Assertion struct + Type string + Variable string + type Config struct + Environment Environment + RequestFrequency time.Duration + Requests []Request + SetupRequests []Request + Variables map[string]any + type Environment struct + BaseURL string + type Extractor struct + Selectors map[string]string + Type string + type Request struct + Assertions []Assertion + Body string + Extractors []Extractor + Headers map[string]string + Method string + Name string + Path string + type RequestResult struct + StatusCode int + type RequestResults []RequestResult + func (rr RequestResults) Log(logger *zerolog.Logger) + type Validator func(key string, variables map[string]any) error