Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReadErrorKey = "readError" UnmarshalErrorKey = "unmarshalError" )
View Source
const ( Evaluate = "eval" Invalid = "invalid" Overloaded = "overloaded" )
View Source
const Pending = "pending"
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶ added in v0.7.0
Types ¶
type ReadError ¶ added in v0.13.0
type ReadError struct{ Error error }
type UnmarshalError ¶ added in v0.13.0
type UnmarshalError struct{ Error error }
func (UnmarshalError) Aggregate ¶ added in v0.13.0
func (r UnmarshalError) Aggregate(interface{})
implements github.com/viant/gmetric/counter.CustomCounter
func (UnmarshalError) String ¶ added in v0.13.0
func (r UnmarshalError) String() string
implements fmt.Stringer
Click to show internal directories.
Click to hide internal directories.