field

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorField

type ErrorField struct {
	key.StringKey
	value.ErrorValue
}

ErrorField 描述一个整形字段

func Error

func Error(err error) *ErrorField

Error 创建一个整形字段

type Float32Field

type Float32Field struct {
	key.StringKey
	value.Float32Value
}

Float32Field 描述一个整形字段

func Float32

func Float32(k string, v float32) *Float32Field

Float32 创建一个整形字段

type Float64Field

type Float64Field struct {
	key.StringKey
	value.Float64Value
}

Float64Field 描述一个整形字段

func Float64

func Float64(k string, v float64) *Float64Field

Float64 创建一个整形字段

type Int64Field

type Int64Field struct {
	key.StringKey
	value.Int64Value
}

Int64Field 描述一个整形字段

func Int64

func Int64(k string, v int64) *Int64Field

Int64 创建一个整形字段

type Int8Field

type Int8Field struct {
	key.StringKey
	value.Int8Value
}

Int8Field 描述一个整形字段

func Int8

func Int8(k string, v int8) *Int8Field

Int8 创建一个整形字段

type IntField

type IntField struct {
	key.StringKey
	value.IntValue
}

IntField 描述一个整形字段

func Int

func Int(k string, v int) *IntField

Int 创建一个整形字段

type StringField

type StringField struct {
	key.StringKey
	value.StringValue
}

StringField 描述一个字符串字段

func String

func String(k string, v string) *StringField

String 创建一个整形字段

type UintField

type UintField struct {
	key.StringKey
	value.UintValue
}

UintField 描述一个整形字段

func Uint

func Uint(k string, v uint) *UintField

Uint 创建一个整形字段

Jump to

Keyboard shortcuts

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