Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvgCache ¶
type AvgCache struct {
// contains filtered or unexported fields
}
func (*AvgCache) GetOutputs ¶
func (ac *AvgCache) GetOutputs() []types.AverageOutput
func (*AvgCache) GetProtoOutputs ¶
func (ac *AvgCache) GetProtoOutputs() []*pb.AverageOutput
type FlushOutcome ¶
type FlushOutcome struct {
Outcomes []outcome.Outcome `json:"outcomes"`
AvgOutputs []types.AverageOutput `json:"average_outputs"`
}
type RunningAvg ¶
type RunningAvg struct {
// contains filtered or unexported fields
}
func NewRunningAvg ¶
func (*RunningAvg) Add ¶
func (ra *RunningAvg) Add(v float64)
Click to show internal directories.
Click to hide internal directories.