Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolVal ¶
type BoolVal struct {
// contains filtered or unexported fields
}
func (BoolVal) MarshalJSON ¶
type Histogram ¶
type Histogram struct {
// contains filtered or unexported fields
}
func (Histogram) MarshalJSON ¶
type Int64Val ¶
type Int64Val struct {
// contains filtered or unexported fields
}
func (Int64Val) MarshalJSON ¶
type TimeVal ¶
type TimeVal struct {
// contains filtered or unexported fields
}
func (TimeVal) MarshalJSON ¶
type TimingStat ¶
func (*TimingStat) Init ¶
func (t *TimingStat) Init()
func (*TimingStat) Put ¶
func (t *TimingStat) Put(dur time.Duration)
func (TimingStat) Value ¶
func (t TimingStat) Value() string
Click to show internal directories.
Click to hide internal directories.