strict

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2019 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(key string, val bool) *kiwi.Pair

Bool formats pair for bool value. Note: type helpers are experimental part of API and may be removed.

func Float64

func Float64(key string, val float64) *kiwi.Pair

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

func Int(key string, val int) *kiwi.Pair

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

func Int64(key string, val int64) *kiwi.Pair

Int64 formats pair for int64 value. Note: type helpers are experimental part of API and may be removed.

func String

func String(key string, val string) *kiwi.Pair

String formats pair for string. Note: type helpers are experimental part of API and may be removed.

func Stringer

func Stringer(key string, val kiwi.Stringer) *kiwi.Pair

Stringer formats pair for string. Note: type helpers are experimental part of API and may be removed.

func Time

func Time(key string, val time.Time, layout string) *kiwi.Pair

Time formats pair for time.Time value. Note: type helpers are experimental part of API and may be removed.

func Uint64

func Uint64(key string, val uint64) *kiwi.Pair

Uint64 formats pair for uint64 value. Note: type helpers are experimental part of API and may be removed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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