# Functions

Bool creates a attribute.KeyValue with a BOOL Value type.
BoolSlice creates a attribute.KeyValue with a BOOLSLICE Value type.
Float64 creates a attribute.KeyValue with a FLOAT64 Value type.
Float64Slice creates a attribute.KeyValue with a FLOAT64SLICE Value type.
No description provided by the author
Int creates a attribute.KeyValue with an INT64 Value type.
Int64 creates a attribute.KeyValue with an INT64 Value type.
Int64Slice creates a attribute.KeyValue with an INT64SLICE Value type.
IntSlice creates a attribute.KeyValue with an INT64SLICE Value type.
No description provided by the author
String creates a attribute.KeyValue with a STRING Value type.
Stringer creates a new key-value pair with a passed name and a string value generated by the passed Stringer interface.
StringSlice creates a attribute.KeyValue with a STRINGSLICE Value type.
No description provided by the author