Documentation
¶
Index ¶
- func Formatter(v interface{}) fmt.Formatter
- func Println(a ...interface{}) (n int, errno error)
- func Sprint(a ...interface{}) string
- type AnyS
- type AnyV
- type ArrayV
- type BoolP
- type BoolPS
- type BoolS
- type BoolV
- type ByteS
- type ByteSP
- type ByteSPS
- type ByteSS
- type ChanV
- type Complex128P
- type Complex128PS
- type Complex128S
- type Complex128V
- type Complex64P
- type Complex64PS
- type Complex64S
- type Complex64V
- type DummieV
- type DurationP
- type DurationPS
- type DurationS
- type DurationV
- type ErrorP
- type ErrorPS
- type ErrorS
- type ErrorV
- type Float32P
- type Float32PS
- type Float32S
- type Float32V
- type Float64P
- type Float64PS
- type Float64S
- type Float64V
- type Fmt
- type FuncV
- type Int16P
- type Int16PS
- type Int16S
- type Int16V
- type Int32P
- type Int32PS
- type Int32S
- type Int32V
- type Int64P
- type Int64PS
- type Int64S
- type Int64V
- type Int8P
- type Int8PS
- type Int8S
- type Int8V
- type IntP
- type IntPS
- type IntS
- type IntV
- type InterfaceV
- type JSONMarshalerS
- type JSONV
- type KV
- type KVFuncV
- type MapV
- type Option
- type Prettier
- type Pretty
- func (pretty Pretty) Any(v interface{}) AnyV
- func (pretty Pretty) Anys(s []interface{}) AnyS
- func (pretty Pretty) Array(v interface{}) ArrayV
- func (pretty Pretty) Bool(v bool) BoolV
- func (pretty Pretty) Boolp(p *bool) BoolP
- func (pretty Pretty) Boolps(s []*bool) BoolPS
- func (pretty Pretty) Bytes(s []byte) ByteS
- func (pretty Pretty) Bytesp(p *[]byte) ByteSP
- func (pretty Pretty) Bytesps(a []*[]byte) ByteSPS
- func (pretty Pretty) Bytess(s [][]byte) ByteSS
- func (pretty Pretty) Chan(v interface{}) ChanV
- func (pretty Pretty) Complex128(v complex128) Complex128V
- func (pretty Pretty) Complex128p(p *complex128) Complex128P
- func (pretty Pretty) Complex128ps(a []*complex128) Complex128PS
- func (pretty Pretty) Complex128s(s []complex128) Complex128S
- func (pretty Pretty) Complex64(v complex64) Complex64V
- func (pretty Pretty) Complex64p(p *complex64) Complex64P
- func (pretty Pretty) Complex64ps(s []*complex64) Complex64PS
- func (pretty Pretty) Complex64s(s []complex64) Complex64S
- func (pretty Pretty) Dummie(v interface{}) DummieV
- func (Pretty) Duration(v time.Duration) DurationV
- func (pretty Pretty) Durationp(p *time.Duration) DurationP
- func (pretty Pretty) Durationps(s []*time.Duration) DurationPS
- func (pretty Pretty) Durations(s []time.Duration) DurationS
- func (pretty Pretty) Err(v error) ErrorV
- func (pretty Pretty) Errp(p *error) ErrorP
- func (pretty Pretty) Errps(s []*error) ErrorPS
- func (pretty Pretty) Errs(s []error) ErrorS
- func (Pretty) Float32(v float32) Float32V
- func (pretty Pretty) Float32p(p *float32) Float32P
- func (pretty Pretty) Float32ps(a []*float32) Float32PS
- func (pretty Pretty) Float32s(s []float32) Float32S
- func (Pretty) Float64(v float64) Float64V
- func (pretty Pretty) Float64p(p *float64) Float64P
- func (pretty Pretty) Float64ps(a []*float64) Float64PS
- func (pretty Pretty) Float64s(s []float64) Float64S
- func (pretty Pretty) Func(v interface{}) FuncV
- func (Pretty) Int(v int) IntV
- func (Pretty) Int16(v int16) Int16V
- func (pretty Pretty) Int16p(p *int16) Int16P
- func (pretty Pretty) Int16ps(a []*int16) Int16PS
- func (pretty Pretty) Int16s(s []int16) Int16S
- func (Pretty) Int32(v int32) Int32V
- func (pretty Pretty) Int32p(p *int32) Int32P
- func (pretty Pretty) Int32ps(a []*int32) Int32PS
- func (pretty Pretty) Int32s(s []int32) Int32S
- func (Pretty) Int64(v int64) Int64V
- func (pretty Pretty) Int64p(p *int64) Int64P
- func (pretty Pretty) Int64ps(a []*int64) Int64PS
- func (pretty Pretty) Int64s(s []int64) Int64S
- func (Pretty) Int8(v int8) Int8V
- func (pretty Pretty) Int8p(p *int8) Int8P
- func (pretty Pretty) Int8ps(a []*int8) Int8PS
- func (pretty Pretty) Int8s(s []int8) Int8S
- func (pretty Pretty) Interface(v interface{}) InterfaceV
- func (pretty Pretty) Intp(p *int) IntP
- func (pretty Pretty) Intps(a []*int) IntPS
- func (pretty Pretty) Ints(s []int) IntS
- func (pretty Pretty) JSON(s []KV) JSONV
- func (pretty Pretty) JSONMarshalers(s []json.Marshaler) JSONMarshalerS
- func (pretty Pretty) KVFunc(v func() KV) KVFuncV
- func (pretty Pretty) Map(v interface{}) MapV
- func (pretty Pretty) Raw(v []byte) RawV
- func (pretty Pretty) Rawp(p *[]byte) RawP
- func (pretty Pretty) Rawps(s []*[]byte) RawPS
- func (pretty Pretty) Raws(s [][]byte) RawS
- func (pretty Pretty) Reflect(v interface{}) Prettier
- func (pretty Pretty) Reflects(s []interface{}) ReflectS
- func (pretty Pretty) Runes(s []rune) RuneS
- func (pretty Pretty) Runesp(p *[]rune) RuneSP
- func (pretty Pretty) Runesps(a []*[]rune) RuneSPS
- func (pretty Pretty) Slice(v interface{}) SliceV
- func (pretty Pretty) String(v string) StringV
- func (pretty Pretty) Stringp(p *string) StringP
- func (pretty Pretty) Stringps(a []*string) StringPS
- func (pretty Pretty) Strings(s []string) StringS
- func (pretty Pretty) Struct(v interface{}) StructV
- func (pretty Pretty) Text(v encoding.TextMarshaler) TextV
- func (pretty Pretty) Texts(s []encoding.TextMarshaler) TextS
- func (pretty Pretty) Time(v time.Time) TimeV
- func (pretty Pretty) Timep(p *time.Time) TimeP
- func (pretty Pretty) Timeps(a []*time.Time) TimePS
- func (pretty Pretty) Times(s []time.Time) TimeS
- func (pretty Pretty) Uint(v uint) UintV
- func (Pretty) Uint16(v uint16) Uint16V
- func (pretty Pretty) Uint16p(p *uint16) Uint16P
- func (pretty Pretty) Uint16ps(a []*uint16) Uint16PS
- func (pretty Pretty) Uint16s(s []uint16) Uint16S
- func (Pretty) Uint32(v uint32) Uint32V
- func (pretty Pretty) Uint32p(p *uint32) Uint32P
- func (pretty Pretty) Uint32ps(a []*uint32) Uint32PS
- func (pretty Pretty) Uint32s(s []uint32) Uint32S
- func (Pretty) Uint64(v uint64) Uint64V
- func (pretty Pretty) Uint64p(p *uint64) Uint64P
- func (pretty Pretty) Uint64ps(a []*uint64) Uint64PS
- func (pretty Pretty) Uint64s(s []uint64) Uint64S
- func (Pretty) Uint8(v uint8) Uint8V
- func (pretty Pretty) Uint8p(p *uint8) Uint8P
- func (pretty Pretty) Uint8ps(a []*uint8) Uint8PS
- func (pretty Pretty) Uint8s(s []uint8) Uint8S
- func (pretty Pretty) Uintp(p *uint) UintP
- func (pretty Pretty) Uintps(a []*uint) UintPS
- func (pretty Pretty) Uintptr(v uintptr) UintptrV
- func (pretty Pretty) Uintptrp(p *uintptr) UintptrP
- func (pretty Pretty) Uintptrps(a []*uintptr) UintptrPS
- func (pretty Pretty) Uintptrs(s []uintptr) UintptrS
- func (pretty Pretty) Uints(s []uint) UintS
- type RawP
- type RawPS
- type RawS
- type RawV
- type ReflectS
- type ReflectV
- type RuneS
- type RuneSP
- type RuneSPS
- type SliceV
- type StringP
- type StringPS
- type StringS
- type StringV
- type StructV
- type TextS
- type TextV
- type TimeP
- type TimePS
- type TimeS
- type TimeV
- type Uint16P
- type Uint16PS
- type Uint16S
- type Uint16V
- type Uint32P
- type Uint32PS
- type Uint32S
- type Uint32V
- type Uint64P
- type Uint64PS
- type Uint64S
- type Uint64V
- type Uint8P
- type Uint8PS
- type Uint8S
- type Uint8V
- type UintP
- type UintPS
- type UintS
- type UintV
- type UintptrP
- type UintptrPS
- type UintptrS
- type UintptrV
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 ArrayV ¶ added in v0.1.5
type ArrayV struct {
// contains filtered or unexported fields
}
func Array ¶ added in v0.1.5
func Array(v interface{}) ArrayV
Array returns stringer/JSON/text marshaler for the array type.
func (ArrayV) MarshalJSON ¶ added in v0.1.5
func (ArrayV) MarshalText ¶ added in v0.1.5
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 ChanV ¶ added in v0.1.5
type ChanV struct {
// contains filtered or unexported fields
}
func Chan ¶ added in v0.1.5
func Chan(v interface{}) ChanV
Chan returns stringer/JSON/text marshaler for the channel.
func (ChanV) MarshalJSON ¶ added in v0.1.5
func (ChanV) MarshalText ¶ added in v0.1.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 DummieV ¶ added in v0.1.5
type DummieV struct {
// contains filtered or unexported fields
}
func Dummie ¶ added in v0.1.5
func Dummie(v interface{}) DummieV
Dummie returns stringer/JSON/text marshaler for the dummie type.
func (DummieV) MarshalJSON ¶ added in v0.1.5
func (DummieV) MarshalText ¶ added in v0.1.5
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 Errps ¶ added in v0.1.5
Errps returns stringer/JSON/text marshaler for the slice of error pointers type.
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 Float32V ¶ added in v0.1.3
type Float32V struct {
// contains filtered or unexported fields
}
func (Float32V) MarshalJSON ¶ added in v0.1.3
func (Float32V) MarshalText ¶ added in v0.1.3
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 Float64V ¶ added in v0.1.3
type Float64V struct {
// contains filtered or unexported fields
}
func (Float64V) MarshalJSON ¶ added in v0.1.3
func (Float64V) MarshalText ¶ added in v0.1.3
type Fmt ¶ added in v0.0.3
type Fmt struct {
// contains filtered or unexported fields
}
Formatter implements fmt formatter interface.
type FuncV ¶ added in v0.1.3
type FuncV struct {
// contains filtered or unexported fields
}
func Func ¶ added in v0.0.2
func Func(v interface{}) FuncV
Func returns stringer/JSON/text marshaler for the function.
func (FuncV) MarshalJSON ¶ added in v0.1.3
func (FuncV) MarshalText ¶ added in v0.1.3
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 Int16V ¶ added in v0.1.3
type Int16V struct {
// contains filtered or unexported fields
}
func (Int16V) MarshalJSON ¶ added in v0.1.3
func (Int16V) MarshalText ¶ added in v0.1.3
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 Int32V ¶ added in v0.1.3
type Int32V struct {
// contains filtered or unexported fields
}
func (Int32V) MarshalJSON ¶ added in v0.1.3
func (Int32V) MarshalText ¶ added in v0.1.3
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 Int64V ¶ added in v0.1.3
type Int64V struct {
// contains filtered or unexported fields
}
func (Int64V) MarshalJSON ¶ added in v0.1.3
func (Int64V) MarshalText ¶ added in v0.1.3
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 Int8V ¶ added in v0.1.3
type Int8V struct {
// contains filtered or unexported fields
}
func (Int8V) MarshalJSON ¶ added in v0.1.3
func (Int8V) MarshalText ¶ added in v0.1.3
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 IntV ¶ added in v0.1.3
type IntV struct {
// contains filtered or unexported fields
}
func (IntV) MarshalJSON ¶ added in v0.1.3
func (IntV) MarshalText ¶ added in v0.1.3
type InterfaceV ¶ added in v0.1.5
type InterfaceV struct {
// contains filtered or unexported fields
}
func Interface ¶ added in v0.1.5
func Interface(v interface{}) InterfaceV
Interface returns stringer/JSON/text marshaler for the interface.
func (InterfaceV) MarshalJSON ¶ added in v0.1.5
func (v InterfaceV) MarshalJSON() ([]byte, error)
func (InterfaceV) MarshalText ¶ added in v0.1.5
func (v InterfaceV) MarshalText() ([]byte, error)
func (InterfaceV) String ¶ added in v0.1.5
func (v InterfaceV) String() string
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 KVFuncV ¶ added in v0.1.5
type KVFuncV struct {
// contains filtered or unexported fields
}
func KVFunc ¶ added in v0.1.5
KVFunc returns stringer/JSON/text marshaler for the custom function type.
func (KVFuncV) MarshalJSON ¶ added in v0.1.5
func (KVFuncV) MarshalText ¶ added in v0.1.5
type MapV ¶ added in v0.1.5
type MapV struct {
// contains filtered or unexported fields
}
func Map ¶ added in v0.1.5
func Map(v interface{}) MapV
Map returns stringer/JSON/text marshaler for the map.
func (MapV) MarshalJSON ¶ added in v0.1.5
func (MapV) MarshalText ¶ added in v0.1.5
type Option ¶ added in v0.1.5
type Option func(*Pretty)
Option changes prettier configuration.
func WithSeparator ¶ added in v0.1.5
WithSeparator sets separator.
func WithStackDepth ¶ added in v0.1.5
WithStackDepth sets stack depth.
type Pretty ¶ added in v0.1.5
type Pretty struct {
// contains filtered or unexported fields
}
Pretty.
func (Pretty) Anys ¶ added in v0.1.5
Anys returns stringer/JSON/text marshaler for the slice of any type.
func (Pretty) Array ¶ added in v0.1.5
Array returns stringer/JSON/text marshaler for the array type.
func (Pretty) Boolp ¶ added in v0.1.5
Boolp returns stringer/JSON/text marshaler for the bool pointer type.
func (Pretty) Boolps ¶ added in v0.1.5
Boolps returns stringer/JSON/text marshaler for slice of bool pointers type.
func (Pretty) Bytes ¶ added in v0.1.5
Bytes returns stringer/JSON/text marshaler for slice of bytes type.
func (Pretty) Bytesp ¶ added in v0.1.5
Bytesp returns stringer/JSON/text marshaler for the pointer to byte slice type.
func (Pretty) Bytesps ¶ added in v0.1.5
Bytesps returns stringer/JSON/text marshaler for slice of pointers to byte slice type.
func (Pretty) Bytess ¶ added in v0.1.5
Bytess returns stringer/JSON/text marshaler for the slice of byte slice type.
func (Pretty) Complex128 ¶ added in v0.1.5
func (pretty Pretty) Complex128(v complex128) Complex128V
Complex128 returns stringer/JSON/text marshaler for the complex128 type.
func (Pretty) Complex128p ¶ added in v0.1.5
func (pretty Pretty) Complex128p(p *complex128) Complex128P
Complex128p returns stringer/JSON/text marshaler for the complex128 pointer type.
func (Pretty) Complex128ps ¶ added in v0.1.5
func (pretty Pretty) Complex128ps(a []*complex128) Complex128PS
Complex128ps returns stringer/JSON/text marshaler for the complex128 pointer slice type.
func (Pretty) Complex128s ¶ added in v0.1.5
func (pretty Pretty) Complex128s(s []complex128) Complex128S
Complex128s returns stringer/JSON/text marshaler for the complex128 slice type.
func (Pretty) Complex64 ¶ added in v0.1.5
func (pretty Pretty) Complex64(v complex64) Complex64V
Complex64 returns stringer/JSON/text marshaler for the complex64 type.
func (Pretty) Complex64p ¶ added in v0.1.5
func (pretty Pretty) Complex64p(p *complex64) Complex64P
Complex64p returns stringer/JSON/text marshaler for the complex64 pointer type.
func (Pretty) Complex64ps ¶ added in v0.1.5
func (pretty Pretty) Complex64ps(s []*complex64) Complex64PS
Complex64ps returns stringer/JSON/text marshaler for the slice of complex64 pointers type.
func (Pretty) Complex64s ¶ added in v0.1.5
func (pretty Pretty) Complex64s(s []complex64) Complex64S
Complex64s returns stringer/JSON/text marshaler for the complex64 type.
func (Pretty) Dummie ¶ added in v0.1.5
Dummie returns stringer/JSON/text marshaler for the dummie type.
func (Pretty) Duration ¶ added in v0.1.5
Duration returns stringer/JSON/text marshaler for the time duration type.
func (Pretty) Durationp ¶ added in v0.1.5
Durationp returns stringer/JSON/text marshaler for the time duration pointer type.
func (Pretty) Durationps ¶ added in v0.1.5
func (pretty Pretty) Durationps(s []*time.Duration) DurationPS
Durationps returns stringer/JSON/text marshaler for the time duration pointer slice type.
func (Pretty) Durations ¶ added in v0.1.5
Durations returns stringer/JSON/text marshaler for time duration slice type.
func (Pretty) Errp ¶ added in v0.1.5
Errp returns stringer/JSON/text marshaler for the error pointer type.
func (Pretty) Errps ¶ added in v0.1.5
Errorps returns stringer/JSON/text marshaler for the slice of error pointers type.
func (Pretty) Errs ¶ added in v0.1.5
Errors returns stringer/JSON/text marshaler for the error slice type.
func (Pretty) Float32 ¶ added in v0.1.5
Float32 returns stringer/JSON/text marshaler for the float32 type.
func (Pretty) Float32p ¶ added in v0.1.5
Float32p returns stringer/JSON/text marshaler for the float32 pointer type.
func (Pretty) Float32ps ¶ added in v0.1.5
Float32ps returns stringer/JSON/text marshaler for the float32 pointer slice type.
func (Pretty) Float32s ¶ added in v0.1.5
Float32s returns stringer/JSON/text marshaler for the float32 slice type.
func (Pretty) Float64 ¶ added in v0.1.5
Float64 returns stringer/JSON/text marshaler for the float64 type.
func (Pretty) Float64p ¶ added in v0.1.5
Float64p returns stringer/JSON/text marshaler for the float64 pointer type.
func (Pretty) Float64ps ¶ added in v0.1.5
Float64ps returns stringer/JSON/text marshaler for the float64 pointer slice type.
func (Pretty) Float64s ¶ added in v0.1.5
Float64s returns stringer/JSON/text marshaler for the float64 slice type.
func (Pretty) Int16 ¶ added in v0.1.5
Int16 returns stringer/JSON/text marshaler for the int16 type.
func (Pretty) Int16p ¶ added in v0.1.5
Int16p returns stringer/JSON/text marshaler for the int16 pointer type.
func (Pretty) Int16ps ¶ added in v0.1.5
Int16ps returns stringer/JSON/text marshaler for the int16 pointer slice type.
func (Pretty) Int16s ¶ added in v0.1.5
Int16s returns stringer/JSON/text marshaler for the int16 slice type.
func (Pretty) Int32 ¶ added in v0.1.5
Int32 returns stringer/JSON/text marshaler for the int32 type.
func (Pretty) Int32p ¶ added in v0.1.5
Int32p returns stringer/JSON/text marshaler for the int32 pointer type.
func (Pretty) Int32ps ¶ added in v0.1.5
Int32ps returns stringer/JSON/text marshaler for the int32 pointer slice type.
func (Pretty) Int32s ¶ added in v0.1.5
Int32s returns stringer/JSON/text marshaler for the int32 slice type.
func (Pretty) Int64 ¶ added in v0.1.5
Int64 returns stringer/JSON/text marshaler for the int64 type.
func (Pretty) Int64p ¶ added in v0.1.5
Int64p returns stringer/JSON/text marshaler for the int64 pointer type.
func (Pretty) Int64ps ¶ added in v0.1.5
Int64ps returns stringer/JSON/text marshaler for the int64 pointer slice type.
func (Pretty) Int64s ¶ added in v0.1.5
Int64s returns stringer/JSON/text marshaler for the int64 slice type.
func (Pretty) Int8p ¶ added in v0.1.5
Int8p returns stringer/JSON/text marshaler for the int8 pointer type.
func (Pretty) Int8ps ¶ added in v0.1.5
Int8ps returns stringer/JSON/text marshaler for the int8 pointer slice type.
func (Pretty) Int8s ¶ added in v0.1.5
Int8s returns stringer/JSON/text marshaler for the int8 slice type.
func (Pretty) Interface ¶ added in v0.1.5
func (pretty Pretty) Interface(v interface{}) InterfaceV
Interface returns stringer/JSON/text marshaler for the interface.
func (Pretty) Intp ¶ added in v0.1.5
Intp returns stringer/JSON/text marshaler for the int pointer type.
func (Pretty) Intps ¶ added in v0.1.5
Intps returns stringer/JSON/text marshaler for the int pointer slice type.
func (Pretty) Ints ¶ added in v0.1.5
Ints returns stringer/JSON/text marshaler for the int slice type.
func (Pretty) JSON ¶ added in v0.1.8
JSON returns stringer/JSON/text marshaler for the KV slice type.
func (Pretty) JSONMarshalers ¶ added in v0.1.5
func (pretty Pretty) JSONMarshalers(s []json.Marshaler) JSONMarshalerS
JSONMarshalers returns stringer/JSON/text marshaler for the JSON marshaler slice type.
func (Pretty) KVFunc ¶ added in v0.1.5
KVFunc returns stringer/JSON/text marshaler for the custom function type.
func (Pretty) Raw ¶ added in v0.1.5
Raw returns stringer/JSON/text marshaler for the raw byte slice.
func (Pretty) Rawp ¶ added in v0.1.5
Rawp returns stringer/JSON/text marshaler for the raw byte slice pointer.
func (Pretty) Rawps ¶ added in v0.1.5
Rawps returns stringer/JSON/text marshaler for the slice of byte slice pointers type.
func (Pretty) Raws ¶ added in v0.1.5
Raws returns stringer/JSON/text marshaler for the slice of byte slice type.
func (Pretty) Reflect ¶ added in v0.1.5
Reflect returns stringer/JSON/text marshaler uses reflection.
func (Pretty) Reflects ¶ added in v0.1.5
Reflects returns stringer/JSON/text marshaler uses reflection for the slice of some type.
func (Pretty) Runes ¶ added in v0.1.5
Runes returns stringer/JSON/text marshaler for the rune slice type.
func (Pretty) Runesp ¶ added in v0.1.5
Runesp returns stringer/JSON/text marshaler for the rune pointer slice type.
func (Pretty) Runesps ¶ added in v0.1.5
Runesps returns stringer/JSON/text marshaler for slice of pointers to rune slice type.
func (Pretty) Slice ¶ added in v0.1.5
Slice returns stringer/JSON/text marshaler for the slice type.
func (Pretty) String ¶ added in v0.1.5
String returns stringer/JSON/text marshaler for the string type.
func (Pretty) Stringp ¶ added in v0.1.5
Stringp returns stringer/JSON/text marshaler for the string pointer type.
func (Pretty) Stringps ¶ added in v0.1.5
Stringps returns stringer/JSON/text marshaler for the string pointer slice type.
func (Pretty) Strings ¶ added in v0.1.5
Strings returns stringer/JSON/text marshaler for the string slice type.
func (Pretty) Struct ¶ added in v0.1.5
Struct returns stringer/JSON/text marshaler for the struct type.
func (Pretty) Text ¶ added in v0.1.5
func (pretty Pretty) Text(v encoding.TextMarshaler) TextV
Text returns stringer/JSON/text marshaler for the encoding.TextMarshaler type.
func (Pretty) Texts ¶ added in v0.1.5
func (pretty Pretty) Texts(s []encoding.TextMarshaler) TextS
Texts returns stringer/JSON/text marshaler for the text marshaler slice type.
func (Pretty) Timep ¶ added in v0.1.5
Timep returns stringer/JSON/text marshaler for the time pointer type.
func (Pretty) Timeps ¶ added in v0.1.5
Timeps returns stringer/JSON/text marshaler for the time pointer slice type.
func (Pretty) Times ¶ added in v0.1.5
Times returns stringer/JSON/text marshaler for the slice of byte slice type.
func (Pretty) Uint16 ¶ added in v0.1.5
Uint16 returns stringer/JSON/text marshaler for the uint16 type.
func (Pretty) Uint16p ¶ added in v0.1.5
Uint16p returns stringer/JSON/text marshaler for the uint16 pointer type.
func (Pretty) Uint16ps ¶ added in v0.1.5
Uint16ps returns stringer/JSON/text marshaler for the uint16 pointer slice type.
func (Pretty) Uint16s ¶ added in v0.1.5
Uint16s returns stringer/JSON/text marshaler for the uint16 slice type.
func (Pretty) Uint32 ¶ added in v0.1.5
Uint32 returns stringer/JSON/text marshaler for the uint32 type.
func (Pretty) Uint32p ¶ added in v0.1.5
Uint32p returns stringer/JSON/text marshaler for the uint32 pointer type.
func (Pretty) Uint32ps ¶ added in v0.1.5
Uint32ps returns stringer/JSON/text marshaler for the uint32 pointer slice type.
func (Pretty) Uint32s ¶ added in v0.1.5
Uint32s returns stringer/JSON/text marshaler for the uint32 slice type.
func (Pretty) Uint64 ¶ added in v0.1.5
Uint64 returns stringer/JSON/text marshaler for the uint64 type.
func (Pretty) Uint64p ¶ added in v0.1.5
Uint64p returns stringer/JSON/text marshaler for the uint64 pointer type.
func (Pretty) Uint64ps ¶ added in v0.1.5
Uint64ps returns stringer/JSON/text marshaler for the uint64 pointer slice type.
func (Pretty) Uint64s ¶ added in v0.1.5
Uint64s returns stringer/JSON/text marshaler for the uint64 slice type.
func (Pretty) Uint8 ¶ added in v0.1.5
Uint8 returns stringer/JSON/text marshaler for the uint8 type.
func (Pretty) Uint8p ¶ added in v0.1.5
Uint8p returns stringer/JSON/text marshaler for the uint8 pointer type.
func (Pretty) Uint8ps ¶ added in v0.1.5
Uint8ps returns stringer/JSON/text marshaler for the uint8 pointer slice type.
func (Pretty) Uint8s ¶ added in v0.1.5
Uint8s returns stringer/JSON/text marshaler for the uint8 slice type.
func (Pretty) Uintp ¶ added in v0.1.5
Uintp returns stringer/JSON/text marshaler for the uint pointer type.
func (Pretty) Uintps ¶ added in v0.1.5
Uintps returns stringer/JSON/text marshaler for the uint pointer slice type.
func (Pretty) Uintptr ¶ added in v0.1.5
Uintptr returns stringer/JSON/text marshaler for the uintptr type.
func (Pretty) Uintptrp ¶ added in v0.1.5
Uintptrp returns stringer/JSON/text marshaler for the uintptr pointer type.
func (Pretty) Uintptrps ¶ added in v0.1.5
Uintptrps returns stringer/JSON/text marshaler for the slice of a pointer to a uintptr type.
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 RawV ¶ added in v0.1.3
type RawV struct {
// contains filtered or unexported fields
}
func (RawV) MarshalJSON ¶ added in v0.1.3
func (RawV) MarshalText ¶ added in v0.1.3
type ReflectS ¶ added in v0.0.5
type ReflectS struct {
// contains filtered or unexported fields
}
func Reflects ¶
func Reflects(s []interface{}) ReflectS
Reflects returns stringer/JSON/text marshaler uses reflection for the slice of some type.
func (ReflectS) MarshalJSON ¶ added in v0.0.5
func (ReflectS) MarshalText ¶ added in v0.0.5
type ReflectV ¶ added in v0.1.2
type ReflectV struct {
// contains filtered or unexported fields
}
func (ReflectV) MarshalJSON ¶ added in v0.1.2
func (ReflectV) MarshalText ¶ added in v0.1.2
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 SliceV ¶ added in v0.1.5
type SliceV struct {
// contains filtered or unexported fields
}
func Slice ¶ added in v0.1.5
func Slice(v interface{}) SliceV
Slice returns stringer/JSON/text marshaler for the slice type.
func (SliceV) MarshalJSON ¶ added in v0.1.5
func (SliceV) MarshalText ¶ added in v0.1.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 StringV ¶ added in v0.1.3
type StringV struct {
// contains filtered or unexported fields
}
func (StringV) MarshalJSON ¶ added in v0.1.3
func (StringV) MarshalText ¶ added in v0.1.3
type StructV ¶ added in v0.1.5
type StructV struct {
// contains filtered or unexported fields
}
func Struct ¶ added in v0.1.5
func Struct(v interface{}) StructV
Struct returns stringer/JSON/text marshaler for the struct type.
func (StructV) MarshalJSON ¶ added in v0.1.5
func (StructV) MarshalText ¶ added in v0.1.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 TextV ¶ added in v0.1.3
type TextV struct {
// contains filtered or unexported fields
}
func Text ¶
func Text(v encoding.TextMarshaler) TextV
Text returns stringer/JSON/text marshaler for the encoding.TextMarshaler type.
func (TextV) MarshalJSON ¶ added in v0.1.3
func (TextV) MarshalText ¶ added in v0.1.3
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 TimeV ¶ added in v0.1.3
type TimeV struct {
// contains filtered or unexported fields
}
func (TimeV) MarshalJSON ¶ added in v0.1.3
func (TimeV) MarshalText ¶ added in v0.1.3
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 Uint16V ¶ added in v0.1.3
type Uint16V struct {
// contains filtered or unexported fields
}
func (Uint16V) MarshalJSON ¶ added in v0.1.3
func (Uint16V) MarshalText ¶ added in v0.1.3
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 Uint32V ¶ added in v0.1.3
type Uint32V struct {
// contains filtered or unexported fields
}
func (Uint32V) MarshalJSON ¶ added in v0.1.3
func (Uint32V) MarshalText ¶ added in v0.1.3
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 Uint64V ¶ added in v0.1.3
type Uint64V struct {
// contains filtered or unexported fields
}
func (Uint64V) MarshalJSON ¶ added in v0.1.3
func (Uint64V) MarshalText ¶ added in v0.1.3
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 Uint8V ¶ added in v0.1.3
type Uint8V struct {
// contains filtered or unexported fields
}
func (Uint8V) MarshalJSON ¶ added in v0.1.3
func (Uint8V) MarshalText ¶ added in v0.1.3
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 UintV ¶ added in v0.1.3
type UintV struct {
// contains filtered or unexported fields
}
func (UintV) MarshalJSON ¶ added in v0.1.3
func (UintV) MarshalText ¶ added in v0.1.3
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
type UintptrV ¶ added in v0.1.3
type UintptrV struct {
// contains filtered or unexported fields
}
func (UintptrV) MarshalJSON ¶ added in v0.1.3
func (UintptrV) MarshalText ¶ added in v0.1.3
Source Files
¶
- any.go
- anys.go
- array.go
- bool.go
- boolp.go
- boolps.go
- bools.go
- bytes.go
- bytesp.go
- bytesps.go
- bytess.go
- chan.go
- complex128.go
- complex128p.go
- complex128ps.go
- complex128s.go
- complex64.go
- complex64p.go
- complex64ps.go
- complex64s.go
- dummie.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
- interface.go
- intp.go
- intps.go
- ints.go
- json.go
- json_marshalers.go
- kv.go
- map.go
- pfmt.go
- raw.go
- rawp.go
- rawps.go
- raws.go
- reflect.go
- reflects.go
- runes.go
- runesp.go
- runesps.go
- slice.go
- string.go
- stringp.go
- stringps.go
- strings.go
- struct.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