Documentation
¶
Index ¶
- func Float32(v float32) float32V
- func Float64(v float64) float64V
- func Formatter(v interface{}) fmt.Formatter
- func Func(v func() KV) funcV
- func Int(v int) intV
- func Int16(v int16) int16V
- func Int32(v int32) int32V
- func Int64(v int64) int64V
- func Int8(v int8) int8V
- func Println(a ...interface{}) (n int, errno error)
- func Raw(v []byte) rawV
- func Reflect(v interface{}) reflectV
- func Sprint(a ...interface{}) string
- func String(v string) stringV
- func Text(v encoding.TextMarshaler) textV
- func Time(v time.Time) timeV
- func Uint(v uint) uintV
- func Uint16(v uint16) uint16V
- func Uint32(v uint32) uint32V
- func Uint64(v uint64) uint64V
- func Uint8(v uint8) uint8V
- func Uintptr(v uintptr) uintptrV
- type AnyS
- type AnyV
- type BoolP
- type BoolPS
- type BoolS
- type BoolV
- type ByteS
- type ByteSP
- type ByteSPS
- type ByteSS
- type Complex128P
- type Complex128PS
- type Complex128S
- type Complex128V
- type Complex64P
- type Complex64PS
- type Complex64S
- type Complex64V
- type DurationP
- type DurationPS
- type DurationS
- type DurationV
- type ErrorP
- type ErrorPS
- type ErrorS
- type ErrorV
- type Float32P
- type Float32PS
- type Float32S
- type Float64P
- type Float64PS
- type Float64S
- type Fmt
- type Int16P
- type Int16PS
- type Int16S
- type Int32P
- type Int32PS
- type Int32S
- type Int64P
- type Int64PS
- type Int64S
- type Int8P
- type Int8PS
- type Int8S
- type IntP
- type IntPS
- type IntS
- type JSONMarshalerS
- type JSONV
- type KV
- type RawP
- type RawPS
- type RawS
- type ReflectS
- type RuneS
- type RuneSP
- type RuneSPS
- type StringP
- type StringPS
- type StringS
- type TextS
- type TimeP
- type TimePS
- type TimeS
- type Uint16P
- type Uint16PS
- type Uint16S
- type Uint32P
- type Uint32PS
- type Uint32S
- type Uint64P
- type Uint64PS
- type Uint64S
- type Uint8P
- type Uint8PS
- type Uint8S
- type UintP
- type UintPS
- type UintS
- type UintptrP
- type UintptrPS
- type UintptrS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32 ¶
func Float32(v float32) float32V
Float32 returns stringer/JSON/text marshaler for the float32 type.
func Float64 ¶
func Float64(v float64) float64V
Float64 returns stringer/JSON/text marshaler for the float64 type.
func Func ¶ added in v0.0.2
func Func(v func() KV) funcV
Func returns stringer/JSON/text marshaler for the custom function type.
func Int16 ¶
func Int16(v int16) int16V
Int16 returns stringer/JSON/text marshaler for the int16 type.
func Int32 ¶
func Int32(v int32) int32V
Int32 returns stringer/JSON/text marshaler for the int32 type.
func Int64 ¶
func Int64(v int64) int64V
Int64 returns stringer/JSON/text marshaler for the int64 type.
func Println ¶
Println formats using the default formats for its operands and writes to standard output. Spaces are always added between operands and a newline is appended. It returns the number of bytes written and any write error encountered.
func Reflect ¶
func Reflect(v interface{}) reflectV
Reflect returns stringer/JSON/text marshaler uses reflection.
func Sprint ¶
func Sprint(a ...interface{}) string
Sprint formats using the default formats for its operands and returns the resulting string. Spaces are added between operands when neither is a string.
func String ¶
func String(v string) stringV
String returns stringer/JSON/text marshaler for the string type.
func Text ¶
func Text(v encoding.TextMarshaler) textV
Text returns stringer/JSON/text marshaler for the encoding.TextMarshaler type.
func Uint16 ¶
func Uint16(v uint16) uint16V
Uint16 returns stringer/JSON/text marshaler for the uint16 type.
func Uint32 ¶
func Uint32(v uint32) uint32V
Uint32 returns stringer/JSON/text marshaler for the uint32 type.
func Uint64 ¶
func Uint64(v uint64) uint64V
Uint64 returns stringer/JSON/text marshaler for the uint64 type.
Types ¶
type AnyS ¶
type AnyS struct {
// contains filtered or unexported fields
}
func Anys ¶
func Anys(s ...interface{}) AnyS
Anys returns stringer/JSON/text marshaler for the slice of any type.
func (AnyS) MarshalJSON ¶
func (AnyS) MarshalText ¶
type AnyV ¶
type AnyV struct {
// contains filtered or unexported fields
}
func (AnyV) MarshalJSON ¶
func (AnyV) MarshalText ¶
type BoolP ¶ added in v0.0.5
type BoolP struct {
// contains filtered or unexported fields
}
func (BoolP) MarshalJSON ¶ added in v0.0.5
func (BoolP) MarshalText ¶ added in v0.0.5
type BoolPS ¶ added in v0.0.5
type BoolPS struct {
// contains filtered or unexported fields
}
func (BoolPS) MarshalJSON ¶ added in v0.0.5
func (BoolPS) MarshalText ¶ added in v0.0.5
type BoolS ¶ added in v0.0.5
type BoolS struct {
// contains filtered or unexported fields
}
func (BoolS) MarshalJSON ¶ added in v0.0.5
func (BoolS) MarshalText ¶ added in v0.0.5
type BoolV ¶ added in v0.0.5
type BoolV struct {
// contains filtered or unexported fields
}
func (BoolV) MarshalJSON ¶ added in v0.0.5
func (BoolV) MarshalText ¶ added in v0.0.5
type ByteS ¶ added in v0.0.5
type ByteS struct {
// contains filtered or unexported fields
}
func (ByteS) MarshalJSON ¶ added in v0.0.5
func (ByteS) MarshalText ¶ added in v0.0.5
type ByteSP ¶ added in v0.0.5
type ByteSP struct {
// contains filtered or unexported fields
}
func (ByteSP) MarshalJSON ¶ added in v0.0.5
func (ByteSP) MarshalText ¶ added in v0.0.5
type ByteSPS ¶ added in v0.0.5
type ByteSPS struct {
// contains filtered or unexported fields
}
func Bytesps ¶
Bytesps returns stringer/JSON/text marshaler for slice of pointers to byte slice type.
func (ByteSPS) MarshalJSON ¶ added in v0.0.5
func (ByteSPS) MarshalText ¶ added in v0.0.5
type ByteSS ¶ added in v0.0.5
type ByteSS struct {
// contains filtered or unexported fields
}
func (ByteSS) MarshalJSON ¶ added in v0.0.5
func (ByteSS) MarshalText ¶ added in v0.0.5
type Complex128P ¶ added in v0.0.5
type Complex128P struct {
// contains filtered or unexported fields
}
func Complex128p ¶
func Complex128p(p *complex128) Complex128P
Complex128p returns stringer/JSON/text marshaler for the complex128 pointer type.
func (Complex128P) MarshalJSON ¶ added in v0.0.5
func (p Complex128P) MarshalJSON() ([]byte, error)
func (Complex128P) MarshalText ¶ added in v0.0.5
func (p Complex128P) MarshalText() ([]byte, error)
func (Complex128P) String ¶ added in v0.0.5
func (p Complex128P) String() string
type Complex128PS ¶ added in v0.0.5
type Complex128PS struct {
// contains filtered or unexported fields
}
func Complex128ps ¶
func Complex128ps(a ...*complex128) Complex128PS
Complex128ps returns stringer/JSON/text marshaler for the complex128 pointer slice type.
func (Complex128PS) MarshalJSON ¶ added in v0.0.5
func (a Complex128PS) MarshalJSON() ([]byte, error)
func (Complex128PS) MarshalText ¶ added in v0.0.5
func (a Complex128PS) MarshalText() ([]byte, error)
func (Complex128PS) String ¶ added in v0.0.5
func (a Complex128PS) String() string
type Complex128S ¶ added in v0.0.5
type Complex128S struct {
// contains filtered or unexported fields
}
func Complex128s ¶
func Complex128s(s ...complex128) Complex128S
Complex128s returns stringer/JSON/text marshaler for the complex128 slice type.
func (Complex128S) MarshalJSON ¶ added in v0.0.5
func (s Complex128S) MarshalJSON() ([]byte, error)
func (Complex128S) MarshalText ¶ added in v0.0.5
func (s Complex128S) MarshalText() ([]byte, error)
func (Complex128S) String ¶ added in v0.0.5
func (s Complex128S) String() string
type Complex128V ¶ added in v0.0.5
type Complex128V struct {
// contains filtered or unexported fields
}
func Complex128 ¶
func Complex128(v complex128) Complex128V
Complex128 returns stringer/JSON/text marshaler for the complex128 type.
func (Complex128V) MarshalJSON ¶ added in v0.0.5
func (v Complex128V) MarshalJSON() ([]byte, error)
func (Complex128V) MarshalText ¶ added in v0.0.5
func (v Complex128V) MarshalText() ([]byte, error)
func (Complex128V) String ¶ added in v0.0.5
func (v Complex128V) String() string
type Complex64P ¶ added in v0.0.5
type Complex64P struct {
// contains filtered or unexported fields
}
func Complex64p ¶
func Complex64p(p *complex64) Complex64P
Complex64p returns stringer/JSON/text marshaler for the complex64 pointer type.
func (Complex64P) MarshalJSON ¶ added in v0.0.5
func (p Complex64P) MarshalJSON() ([]byte, error)
func (Complex64P) MarshalText ¶ added in v0.0.5
func (p Complex64P) MarshalText() ([]byte, error)
func (Complex64P) String ¶ added in v0.0.5
func (p Complex64P) String() string
type Complex64PS ¶ added in v0.0.5
type Complex64PS struct {
// contains filtered or unexported fields
}
func Complex64ps ¶
func Complex64ps(s ...*complex64) Complex64PS
Complex64ps returns stringer/JSON/text marshaler for the slice of complex64 pointers type.
func (Complex64PS) MarshalJSON ¶ added in v0.0.5
func (s Complex64PS) MarshalJSON() ([]byte, error)
func (Complex64PS) MarshalText ¶ added in v0.0.5
func (s Complex64PS) MarshalText() ([]byte, error)
func (Complex64PS) String ¶ added in v0.0.5
func (s Complex64PS) String() string
type Complex64S ¶ added in v0.0.5
type Complex64S struct {
// contains filtered or unexported fields
}
func Complex64s ¶
func Complex64s(s ...complex64) Complex64S
Complex64s returns stringer/JSON/text marshaler for the complex64 type.
func (Complex64S) MarshalJSON ¶ added in v0.0.5
func (s Complex64S) MarshalJSON() ([]byte, error)
func (Complex64S) MarshalText ¶ added in v0.0.5
func (s Complex64S) MarshalText() ([]byte, error)
func (Complex64S) String ¶ added in v0.0.5
func (s Complex64S) String() string
type Complex64V ¶ added in v0.0.5
type Complex64V struct {
// contains filtered or unexported fields
}
func Complex64 ¶
func Complex64(v complex64) Complex64V
Complex64 returns stringer/JSON/text marshaler for the complex64 type.
func (Complex64V) MarshalJSON ¶ added in v0.0.5
func (v Complex64V) MarshalJSON() ([]byte, error)
func (Complex64V) MarshalText ¶ added in v0.0.5
func (v Complex64V) MarshalText() ([]byte, error)
func (Complex64V) String ¶ added in v0.0.5
func (v Complex64V) String() string
type DurationP ¶ added in v0.0.5
type DurationP struct {
// contains filtered or unexported fields
}
func (DurationP) MarshalJSON ¶ added in v0.0.5
func (DurationP) MarshalText ¶ added in v0.0.5
type DurationPS ¶ added in v0.0.5
type DurationPS struct {
// contains filtered or unexported fields
}
func Durationps ¶
func Durationps(s ...*time.Duration) DurationPS
Durationps returns stringer/JSON/text marshaler for the time duration pointer slice type.
func (DurationPS) MarshalJSON ¶ added in v0.0.5
func (s DurationPS) MarshalJSON() ([]byte, error)
func (DurationPS) MarshalText ¶ added in v0.0.5
func (s DurationPS) MarshalText() ([]byte, error)
func (DurationPS) String ¶ added in v0.0.5
func (s DurationPS) String() string
type DurationS ¶ added in v0.0.5
type DurationS struct {
// contains filtered or unexported fields
}
func (DurationS) MarshalJSON ¶ added in v0.0.5
func (DurationS) MarshalText ¶ added in v0.0.5
type DurationV ¶ added in v0.0.5
type DurationV struct {
// contains filtered or unexported fields
}
func (DurationV) MarshalJSON ¶ added in v0.0.5
func (DurationV) MarshalText ¶ added in v0.0.5
type ErrorP ¶ added in v0.0.5
type ErrorP struct {
// contains filtered or unexported fields
}
func (ErrorP) MarshalJSON ¶ added in v0.0.5
func (ErrorP) MarshalText ¶ added in v0.0.5
type ErrorPS ¶ added in v0.0.5
type ErrorPS struct {
// contains filtered or unexported fields
}
func (ErrorPS) MarshalJSON ¶ added in v0.0.5
func (ErrorPS) MarshalText ¶ added in v0.0.5
type ErrorS ¶ added in v0.0.5
type ErrorS struct {
// contains filtered or unexported fields
}
func (ErrorS) MarshalJSON ¶ added in v0.0.5
func (ErrorS) MarshalText ¶ added in v0.0.5
type ErrorV ¶ added in v0.0.5
type ErrorV struct {
// contains filtered or unexported fields
}
func (ErrorV) MarshalJSON ¶ added in v0.0.5
func (ErrorV) MarshalText ¶ added in v0.0.5
type Float32P ¶ added in v0.0.5
type Float32P struct {
// contains filtered or unexported fields
}
func (Float32P) MarshalJSON ¶ added in v0.0.5
func (Float32P) MarshalText ¶ added in v0.0.5
type Float32PS ¶ added in v0.0.5
type Float32PS struct {
// contains filtered or unexported fields
}
func (Float32PS) MarshalJSON ¶ added in v0.0.5
func (Float32PS) MarshalText ¶ added in v0.0.5
type Float32S ¶ added in v0.0.5
type Float32S struct {
// contains filtered or unexported fields
}
func (Float32S) MarshalJSON ¶ added in v0.0.5
func (Float32S) MarshalText ¶ added in v0.0.5
type Float64P ¶ added in v0.0.5
type Float64P struct {
// contains filtered or unexported fields
}
func (Float64P) MarshalJSON ¶ added in v0.0.5
func (Float64P) MarshalText ¶ added in v0.0.5
type Float64PS ¶ added in v0.0.5
type Float64PS struct {
// contains filtered or unexported fields
}
func (Float64PS) MarshalJSON ¶ added in v0.0.5
func (Float64PS) MarshalText ¶ added in v0.0.5
type Float64S ¶ added in v0.0.5
type Float64S struct {
// contains filtered or unexported fields
}
func (Float64S) MarshalJSON ¶ added in v0.0.5
func (Float64S) MarshalText ¶ added in v0.0.5
type Fmt ¶ added in v0.0.3
type Fmt struct {
// contains filtered or unexported fields
}
Formatter implements fmt formatter interface.
type Int16P ¶ added in v0.0.5
type Int16P struct {
// contains filtered or unexported fields
}
func (Int16P) MarshalJSON ¶ added in v0.0.5
func (Int16P) MarshalText ¶ added in v0.0.5
type Int16PS ¶ added in v0.0.5
type Int16PS struct {
// contains filtered or unexported fields
}
func (Int16PS) MarshalJSON ¶ added in v0.0.5
func (Int16PS) MarshalText ¶ added in v0.0.5
type Int16S ¶ added in v0.0.5
type Int16S struct {
// contains filtered or unexported fields
}
func (Int16S) MarshalJSON ¶ added in v0.0.5
func (Int16S) MarshalText ¶ added in v0.0.5
type Int32P ¶ added in v0.0.5
type Int32P struct {
// contains filtered or unexported fields
}
func (Int32P) MarshalJSON ¶ added in v0.0.5
func (Int32P) MarshalText ¶ added in v0.0.5
type Int32PS ¶ added in v0.0.5
type Int32PS struct {
// contains filtered or unexported fields
}
func (Int32PS) MarshalJSON ¶ added in v0.0.5
func (Int32PS) MarshalText ¶ added in v0.0.5
type Int32S ¶ added in v0.0.5
type Int32S struct {
// contains filtered or unexported fields
}
func (Int32S) MarshalJSON ¶ added in v0.0.5
func (Int32S) MarshalText ¶ added in v0.0.5
type Int64P ¶ added in v0.0.5
type Int64P struct {
// contains filtered or unexported fields
}
func (Int64P) MarshalJSON ¶ added in v0.0.5
func (Int64P) MarshalText ¶ added in v0.0.5
type Int64PS ¶ added in v0.0.5
type Int64PS struct {
// contains filtered or unexported fields
}
func (Int64PS) MarshalJSON ¶ added in v0.0.5
func (Int64PS) MarshalText ¶ added in v0.0.5
type Int64S ¶ added in v0.0.5
type Int64S struct {
// contains filtered or unexported fields
}
func (Int64S) MarshalJSON ¶ added in v0.0.5
func (Int64S) MarshalText ¶ added in v0.0.5
type Int8P ¶ added in v0.0.5
type Int8P struct {
// contains filtered or unexported fields
}
func (Int8P) MarshalJSON ¶ added in v0.0.5
func (Int8P) MarshalText ¶ added in v0.0.5
type Int8PS ¶ added in v0.0.5
type Int8PS struct {
// contains filtered or unexported fields
}
func (Int8PS) MarshalJSON ¶ added in v0.0.5
func (Int8PS) MarshalText ¶ added in v0.0.5
type Int8S ¶ added in v0.0.5
type Int8S struct {
// contains filtered or unexported fields
}
func (Int8S) MarshalJSON ¶ added in v0.0.5
func (Int8S) MarshalText ¶ added in v0.0.5
type IntP ¶ added in v0.0.5
type IntP struct {
// contains filtered or unexported fields
}
func (IntP) MarshalJSON ¶ added in v0.0.5
func (IntP) MarshalText ¶ added in v0.0.5
type IntPS ¶ added in v0.0.5
type IntPS struct {
// contains filtered or unexported fields
}
func (IntPS) MarshalJSON ¶ added in v0.0.5
func (IntPS) MarshalText ¶ added in v0.0.5
type IntS ¶ added in v0.0.5
type IntS struct {
// contains filtered or unexported fields
}
func (IntS) MarshalJSON ¶ added in v0.0.5
func (IntS) MarshalText ¶ added in v0.0.5
type JSONMarshalerS ¶ added in v0.0.5
type JSONMarshalerS struct {
// contains filtered or unexported fields
}
func JSONMarshalers ¶
func JSONMarshalers(s ...json.Marshaler) JSONMarshalerS
JSONMarshalers returns stringer/JSON/text marshaler for the JSON marshaler slice type.
func (JSONMarshalerS) MarshalJSON ¶ added in v0.0.5
func (s JSONMarshalerS) MarshalJSON() ([]byte, error)
func (JSONMarshalerS) MarshalText ¶ added in v0.0.5
func (s JSONMarshalerS) MarshalText() ([]byte, error)
func (JSONMarshalerS) String ¶ added in v0.0.5
func (s JSONMarshalerS) String() string
type JSONV ¶ added in v0.0.5
type JSONV struct {
// contains filtered or unexported fields
}
func (JSONV) MarshalJSON ¶ added in v0.0.5
func (JSONV) MarshalText ¶ added in v0.0.5
type KV ¶ added in v0.0.2
type KV interface {
encoding.TextMarshaler
json.Marshaler
}
KV is a key-value pair.
type RawP ¶ added in v0.0.5
type RawP struct {
// contains filtered or unexported fields
}
func (RawP) MarshalJSON ¶ added in v0.0.5
func (RawP) MarshalText ¶ added in v0.0.5
type RawPS ¶ added in v0.0.5
type RawPS struct {
// contains filtered or unexported fields
}
func (RawPS) MarshalJSON ¶ added in v0.0.5
func (RawPS) MarshalText ¶ added in v0.0.5
type RawS ¶ added in v0.0.5
type RawS struct {
// contains filtered or unexported fields
}
func (RawS) MarshalJSON ¶ added in v0.0.5
func (RawS) MarshalText ¶ added in v0.0.5
type ReflectS ¶ added in v0.0.5
type ReflectS struct {
// contains filtered or unexported fields
}
func (ReflectS) MarshalJSON ¶ added in v0.0.5
func (ReflectS) MarshalText ¶ added in v0.0.5
type RuneS ¶ added in v0.0.5
type RuneS struct {
// contains filtered or unexported fields
}
func (RuneS) MarshalJSON ¶ added in v0.0.5
func (RuneS) MarshalText ¶ added in v0.0.5
type RuneSP ¶ added in v0.0.5
type RuneSP struct {
// contains filtered or unexported fields
}
func (RuneSP) MarshalJSON ¶ added in v0.0.5
func (RuneSP) MarshalText ¶ added in v0.0.5
type RuneSPS ¶ added in v0.0.5
type RuneSPS struct {
// contains filtered or unexported fields
}
func Runesps ¶
Runesps returns stringer/JSON/text marshaler for slice of pointers to rune slice type.
func (RuneSPS) MarshalJSON ¶ added in v0.0.5
func (RuneSPS) MarshalText ¶ added in v0.0.5
type StringP ¶ added in v0.0.5
type StringP struct {
// contains filtered or unexported fields
}
func (StringP) MarshalJSON ¶ added in v0.0.5
func (StringP) MarshalText ¶ added in v0.0.5
type StringPS ¶ added in v0.0.5
type StringPS struct {
// contains filtered or unexported fields
}
func (StringPS) MarshalJSON ¶ added in v0.0.5
func (StringPS) MarshalText ¶ added in v0.0.5
type StringS ¶ added in v0.0.5
type StringS struct {
// contains filtered or unexported fields
}
func (StringS) MarshalJSON ¶ added in v0.0.5
func (StringS) MarshalText ¶ added in v0.0.5
type TextS ¶ added in v0.0.5
type TextS struct {
// contains filtered or unexported fields
}
func Texts ¶
func Texts(s ...encoding.TextMarshaler) TextS
Texts returns stringer/JSON/text marshaler for the text marshaler slice type.
func (TextS) MarshalJSON ¶ added in v0.0.5
func (TextS) MarshalText ¶ added in v0.0.5
type TimeP ¶ added in v0.0.5
type TimeP struct {
// contains filtered or unexported fields
}
func (TimeP) MarshalJSON ¶ added in v0.0.5
func (TimeP) MarshalText ¶ added in v0.0.5
type TimePS ¶ added in v0.0.5
type TimePS struct {
// contains filtered or unexported fields
}
func (TimePS) MarshalJSON ¶ added in v0.0.5
func (TimePS) MarshalText ¶ added in v0.0.5
type TimeS ¶ added in v0.0.5
type TimeS struct {
// contains filtered or unexported fields
}
func (TimeS) MarshalJSON ¶ added in v0.0.5
func (TimeS) MarshalText ¶ added in v0.0.5
type Uint16P ¶ added in v0.0.5
type Uint16P struct {
// contains filtered or unexported fields
}
func (Uint16P) MarshalJSON ¶ added in v0.0.5
func (Uint16P) MarshalText ¶ added in v0.0.5
type Uint16PS ¶ added in v0.0.5
type Uint16PS struct {
// contains filtered or unexported fields
}
func (Uint16PS) MarshalJSON ¶ added in v0.0.5
func (Uint16PS) MarshalText ¶ added in v0.0.5
type Uint16S ¶ added in v0.0.5
type Uint16S struct {
// contains filtered or unexported fields
}
func (Uint16S) MarshalJSON ¶ added in v0.0.5
func (Uint16S) MarshalText ¶ added in v0.0.5
type Uint32P ¶ added in v0.0.5
type Uint32P struct {
// contains filtered or unexported fields
}
func (Uint32P) MarshalJSON ¶ added in v0.0.5
func (Uint32P) MarshalText ¶ added in v0.0.5
type Uint32PS ¶ added in v0.0.5
type Uint32PS struct {
// contains filtered or unexported fields
}
func (Uint32PS) MarshalJSON ¶ added in v0.0.5
func (Uint32PS) MarshalText ¶ added in v0.0.5
type Uint32S ¶ added in v0.0.5
type Uint32S struct {
// contains filtered or unexported fields
}
func (Uint32S) MarshalJSON ¶ added in v0.0.5
func (Uint32S) MarshalText ¶ added in v0.0.5
type Uint64P ¶ added in v0.0.5
type Uint64P struct {
// contains filtered or unexported fields
}
func (Uint64P) MarshalJSON ¶ added in v0.0.5
func (Uint64P) MarshalText ¶ added in v0.0.5
type Uint64PS ¶ added in v0.0.5
type Uint64PS struct {
// contains filtered or unexported fields
}
func (Uint64PS) MarshalJSON ¶ added in v0.0.5
func (Uint64PS) MarshalText ¶ added in v0.0.5
type Uint64S ¶ added in v0.0.5
type Uint64S struct {
// contains filtered or unexported fields
}
func (Uint64S) MarshalJSON ¶ added in v0.0.5
func (Uint64S) MarshalText ¶ added in v0.0.5
type Uint8P ¶ added in v0.0.5
type Uint8P struct {
// contains filtered or unexported fields
}
func (Uint8P) MarshalJSON ¶ added in v0.0.5
func (Uint8P) MarshalText ¶ added in v0.0.5
type Uint8PS ¶ added in v0.0.5
type Uint8PS struct {
// contains filtered or unexported fields
}
func (Uint8PS) MarshalJSON ¶ added in v0.0.5
func (Uint8PS) MarshalText ¶ added in v0.0.5
type Uint8S ¶ added in v0.0.5
type Uint8S struct {
// contains filtered or unexported fields
}
func (Uint8S) MarshalJSON ¶ added in v0.0.5
func (Uint8S) MarshalText ¶ added in v0.0.5
type UintP ¶ added in v0.0.5
type UintP struct {
// contains filtered or unexported fields
}
func (UintP) MarshalJSON ¶ added in v0.0.5
func (UintP) MarshalText ¶ added in v0.0.5
type UintPS ¶ added in v0.0.5
type UintPS struct {
// contains filtered or unexported fields
}
func (UintPS) MarshalJSON ¶ added in v0.0.5
func (UintPS) MarshalText ¶ added in v0.0.5
type UintS ¶ added in v0.0.5
type UintS struct {
// contains filtered or unexported fields
}
func (UintS) MarshalJSON ¶ added in v0.0.5
func (UintS) MarshalText ¶ added in v0.0.5
type UintptrP ¶ added in v0.0.5
type UintptrP struct {
// contains filtered or unexported fields
}
func (UintptrP) MarshalJSON ¶ added in v0.0.5
func (UintptrP) MarshalText ¶ added in v0.0.5
type UintptrPS ¶ added in v0.0.5
type UintptrPS struct {
// contains filtered or unexported fields
}
func Uintptrps ¶
Uintptrps returns stringer/JSON/text marshaler for the slice of a pointer to a uintptr type.
func (UintptrPS) MarshalJSON ¶ added in v0.0.5
func (UintptrPS) MarshalText ¶ added in v0.0.5
type UintptrS ¶ added in v0.0.5
type UintptrS struct {
// contains filtered or unexported fields
}
func (UintptrS) MarshalJSON ¶ added in v0.0.5
func (UintptrS) MarshalText ¶ added in v0.0.5
Source Files
¶
- any.go
- anys.go
- bool.go
- boolp.go
- boolps.go
- bools.go
- bytes.go
- bytesp.go
- bytesps.go
- bytess.go
- complex128.go
- complex128p.go
- complex128ps.go
- complex128s.go
- complex64.go
- complex64p.go
- complex64ps.go
- complex64s.go
- duration.go
- durationp.go
- durationps.go
- durations.go
- error.go
- errorp.go
- errorps.go
- errors.go
- float32.go
- float32p.go
- float32ps.go
- float32s.go
- float64.go
- float64p.go
- float64ps.go
- float64s.go
- func.go
- int.go
- int16.go
- int16p.go
- int16ps.go
- int16s.go
- int32.go
- int32p.go
- int32ps.go
- int32s.go
- int64.go
- int64p.go
- int64ps.go
- int64s.go
- int8.go
- int8p.go
- int8ps.go
- int8s.go
- intp.go
- intps.go
- ints.go
- json.go
- json_marshalers.go
- pfmt.go
- raw.go
- rawp.go
- rawps.go
- raws.go
- reflect.go
- reflects.go
- runes.go
- runesp.go
- runesps.go
- string.go
- stringp.go
- stringps.go
- strings.go
- text.go
- texts.go
- time.go
- timep.go
- timeps.go
- times.go
- uint.go
- uint16.go
- uint16p.go
- uint16ps.go
- uint16s.go
- uint32.go
- uint32p.go
- uint32ps.go
- uint32s.go
- uint64.go
- uint64p.go
- uint64ps.go
- uint64s.go
- uint8.go
- uint8p.go
- uint8ps.go
- uint8s.go
- uintp.go
- uintps.go
- uintptr.go
- uintptrp.go
- uintptrps.go
- uintptrs.go
- uints.go