result

package
v0.0.0-...-cbea63e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2021 License: Apache-2.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Rchan chan *RequestResult = make(chan *RequestResult)

Functions

func GetResults

func GetResults() map[string]*AggregateResult

func Init

func Init()

Types

type AggregateResult

type AggregateResult struct {
	Errors   int
	Success  int
	TotalDur time.Duration
}

type RequestResult

type RequestResult struct {
	Name           string
	Success        bool
	Dur            time.Duration
	Response       string
	Request        interface{}
	RequestPayload string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL