Publicize vegeta.Result

This commit is contained in:
Tomás Senart
2013-09-09 00:56:38 +01:00
parent b66534db26
commit bab3d9f89a
4 changed files with 54 additions and 54 deletions

View File

@@ -7,5 +7,5 @@ import (
// Reporter represents any reporter of the results of the test
type Reporter interface {
Report(io.Writer) error
add(res *result)
add(res *Result)
}