Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogMetrics ¶
Types ¶
type BaseMetrics ¶
type TestDuration ¶
type TestDuration struct { BaseMetrics StartTime time.Time `json:"startTime"` TestDuration time.Duration `json:"testDuration"` }
func NewTestDuration ¶
func (TestDuration) MarshalJSON ¶
func (td TestDuration) MarshalJSON() ([]byte, error)
func (*TestDuration) UnmarshalJSON ¶
func (td *TestDuration) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.