Documentation
¶
Index ¶
- func Bool(key string, val bool) *kiwi.Pair
- func Float64(key string, val float64) *kiwi.Pair
- func Int(key string, val int) *kiwi.Pair
- func Int64(key string, val int64) *kiwi.Pair
- func String(key string, val string) *kiwi.Pair
- func Stringer(key string, val kiwi.Stringer) *kiwi.Pair
- func Time(key string, val time.Time, layout string) *kiwi.Pair
- func Uint64(key string, val uint64) *kiwi.Pair
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bool ¶
Bool formats pair for bool value. Note: type helpers are experimental part of API and may be removed.
func Float64 ¶
Float64 formats pair for float64 value. If you need add float of other size just convert it to float64. Note: type helpers are experimental part of API and may be removed.
func Int ¶
Int formats pair for int value. If you need add integer of specific size just convert it to int, int64 or uint64 and use AddInt(), AddInt64() or AddUint64() respectively. Note: type helpers are experimental part of API and may be removed.
func Int64 ¶
Int64 formats pair for int64 value. Note: type helpers are experimental part of API and may be removed.
func String ¶
String formats pair for string. Note: type helpers are experimental part of API and may be removed.
func Stringer ¶
Stringer formats pair for string. Note: type helpers are experimental part of API and may be removed.
Types ¶
This section is empty.