github.com/kubeshop/testkube@v1.17.23/contrib/executor/postman/pkg/runner/newman/executionresult.go (about)

     1  package newman
     2  
     3  type NewmanExecutionResult struct {
     4  	Output   string
     5  	Metadata ExecutionJSONResult
     6  }