Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct { Val bool // contains filtered or unexported fields }
Bool stores a bool value and the information if the value has been set
type Float64 ¶
type Float64 struct { Val float64 // contains filtered or unexported fields }
Float64 stores a float64 value and the information if the value has been set
type HTTPHeader ¶
func (*HTTPHeader) Reset ¶
func (v *HTTPHeader) Reset()
Reset sets the Interface to it's initial state where it is not set and has no value
type Int ¶
type Int struct { Val int // contains filtered or unexported fields }
Int stores an int value and the information if the value has been set
type Int64 ¶
type Int64 struct { Val int64 // contains filtered or unexported fields }
Int64 stores an int64 value and the information if the value has been set
type Interface ¶
type Interface struct { Val interface{} `json:"val,omitempty"` // contains filtered or unexported fields }
Interface stores an interface{} value and the information if the value has been set
TODO(simitt): follow up on https://github.com/elastic/apm-server/pull/4154#discussion_r484166721
type String ¶
type String struct { Val string // contains filtered or unexported fields }
String stores a string value and the information if the value has been set
type TimeMicrosUnix ¶
func (*TimeMicrosUnix) IsSet ¶
func (v *TimeMicrosUnix) IsSet() bool
IsSet is true when decode was called
func (*TimeMicrosUnix) Reset ¶
func (v *TimeMicrosUnix) Reset()
Reset sets the Interface to it's initial state where it is not set and has no value