accumulator

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UnsupportedTypeErr = errors.New("unsupported type")

UnsupportedTypeErr is returned when an unsupported type is encountered.

Functions

This section is empty.

Types

type Accumulator

type Accumulator map[string]interface{}

Accumulator is a value accumulator.

func NewAccumulator

func NewAccumulator() Accumulator

NewAccumulator returns a new value accumulator

func (Accumulator) Accumulate

func (a Accumulator) Accumulate(val interface{}) error

Accumulate accumulates the `val` value. An error is returned in the case `val` contains an unsupported type.

func (Accumulator) Value

func (a Accumulator) Value() interface{}

Value returns the accumulated values.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL