Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProtoCodeError = 999
)
Variables ¶
This section is empty.
Functions ¶
func WrapAggregator ¶
func WrapAggregator(a Aggregator) core.Aggregator
Types ¶
type Aggregator ¶
func NewPhout ¶
func NewPhout(fs afero.Fs, conf PhoutConfig) (a Aggregator, err error)
func UnwrapAggregator ¶
func UnwrapAggregator(a core.Aggregator) Aggregator
type PhoutConfig ¶
type Sample ¶
type Sample struct {
// contains filtered or unexported fields
}
func (*Sample) SetProtoCode ¶
type TestAggregator ¶
type TestAggregator struct {
Samples []*Sample
}
func (*TestAggregator) Report ¶
func (t *TestAggregator) Report(s *Sample)
Click to show internal directories.
Click to hide internal directories.